diff --git a/DEPS b/DEPS index c65e273ec..8473f1926 100644 --- a/DEPS +++ b/DEPS @@ -23,11 +23,11 @@ vars = { deps = { # Dependencies required to use GN/Clang in standalone 'build': { - 'url': '{chromium_git}/chromium/src/build@23a5cc541c915a0dd5cfd653824009f4a6f3ea35', + 'url': '{chromium_git}/chromium/src/build@bd893617b2052b7fbe0d81d843a716af300c1d36', 'condition': 'gpgmm_standalone', }, 'buildtools': { - 'url': '{chromium_git}/chromium/src/buildtools@02b18cf1ec95d32c5d2bdc96bc4fd36cfee7f84f', + 'url': '{chromium_git}/chromium/src/buildtools@09154d65c32661a2586ca376d2c06185851b8541', 'condition': 'gpgmm_standalone', }, 'buildtools/clang_format/script': { @@ -61,7 +61,7 @@ deps = { }, 'buildtools/third_party/libc++/trunk': { - 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@3fc0bf23fe4fcfb3e952ba9f857ef15eb2603429', + 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@b332edcf29264c5166c2781b818479437815cf9c', 'condition': 'gpgmm_standalone', }, 'buildtools/third_party/libc++abi/trunk': { @@ -69,7 +69,7 @@ deps = { 'condition': 'gpgmm_standalone', }, 'tools/clang': { - 'url': '{chromium_git}/chromium/src/tools/clang@2991b63fa29aa3ba70c3917efd147d530f292f13', + 'url': '{chromium_git}/chromium/src/tools/clang@ed5ed0ecabbf9b12b336a01a70f64aedf1a02a09', 'condition': 'gpgmm_standalone', }, 'tools/clang/dsymutil': { @@ -85,20 +85,20 @@ deps = { # Testing, GTest and GMock 'testing': { - 'url': '{chromium_git}/chromium/src/testing@6c3be0ff63730e0a470383dc84531803dd8f1059', + 'url': '{chromium_git}/chromium/src/testing@ed6b90bc8a4623f8f8d3749ee34d1bd1c45a8df6', 'condition': 'gpgmm_standalone', }, 'third_party/googletest': { - 'url': '{chromium_git}/external/github.com/google/googletest@912db742531bf82efb01194bc08140416e3b3467', + 'url': '{chromium_git}/external/github.com/google/googletest@9c332145b71c36a5bad9688312c79184f98601ff', 'condition': 'gpgmm_standalone', }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@131d736c57d47f21b1b75fa78c2de887f73c61b8', + 'url': '{chromium_git}/vulkan-deps@a06b38399dc7460e5daf2e88c7b973fd11110470', 'condition': 'gpgmm_standalone', }, # Dependency of //testing 'third_party/catapult': { - 'url': '{chromium_git}/catapult.git@161a56fa1daeb3a3fd601d7f68786e60e87c8f85', + 'url': '{chromium_git}/catapult.git@b898eb3e06f5f67172dfbdc19e1451d52638dbd4', 'condition': 'gpgmm_standalone', }, 'third_party/jsoncpp/source': {