diff --git a/DEPS b/DEPS index bca1bba452..aaf7b71bd6 100644 --- a/DEPS +++ b/DEPS @@ -5,7 +5,7 @@ vars = { 'github': '/external/github.com', 'cpplint_revision': '305ac8725a166ed42e3f5dd3f80d6de2cf840ef1', - 'googletest_revision': '703ca235f0a83aeebf2dfe2cc56a7eac362cf078', + 'googletest_revision': 'e588eb1ff9ff6598666279b737b27f983156ad85', 'spirv_headers_revision': '0a7fc45259910f07f00c5a3fa10be5678bee1f83', 'spirv_tools_revision': 'e1688b60caf77e7efd9e440e57cca429ca7c5a1e', } @@ -14,8 +14,8 @@ deps = { 'third_party/cpplint': Var('chromium_git') + Var('github') + '/google/styleguide.git@' + Var('cpplint_revision'), - 'third_party/googletest': Var('chromium_git') + '/chromium/src/third_party' + - '/googletest.git@' + Var('googletest_revision'), + 'third_party/googletest': Var('chromium_git') + Var('github') + + '/google/googletest.git@' + Var('googletest_revision'), 'third_party/spirv-headers': Var('chromium_git') + Var('github') + '/KhronosGroup/SPIRV-Headers.git@' + Var('spirv_headers_revision'),