diff --git a/DEPS b/DEPS index d73ffa09ff..4179e34488 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'd66554b28a0a09e3a96eb4554eb35ece58a3327f', + 'chromium_revision': '4116d5a4121a0e7cc7b0cd4d399838d324d527b0', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '483449aa724f5374a883584d8bf06c0402fb855b', + 'catapult_revision': '4a13b64861dc64457f225a772233438ae35f311d', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -44,7 +44,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '98837a25c97d54da40dae0462eb21aa3f1766f0c', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '8bdd49e0f737fc7b63f15c38a4b344e744b0bcd3', + Var('chromium_git') + '/chromium/src/build' + '@' + '1bdeddd93237716560384eb0aea26f49e2fe8ae5', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0b71401b977fba99eb0c7bb01bdb3338f45bd911', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '333d6aa044f77721bcce341b9063d0ed0437cf10', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'dd6e85d5daeaf975e86dddc1489e7e50d1cae46f', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'ad35d9fc8c64c863da66efe6324e050fbbb12359', + Var('chromium_git') + '/chromium/src/testing' + '@' + '3eaaac8ed21b8267ff659cd956346b8d68c918d2', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1b5595d9353e76e8c44ddbf9c4db06b349b8f133', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '80a527d468bbdebe754d74ddc0e9f6da1c294790', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -84,7 +84,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'afec759dca62d9239f75ec5643592331a6aa18a2', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b61d387fa2d4e0ea7da1807d2922a4f946343d2d', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -101,7 +101,7 @@ deps = { Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + Var('harfbuzz_revision'), # WebRTC-only dependency (not present in Chromium). 'src/third_party/gtest-parallel': - Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'a8f5453ffc8d6c55a456d3b8395801c3aea9c714', + Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'cb3514a0858be0f66281d892e2242d1073fd75fe', 'src/third_party/googletest/src': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '045e7f9ee4f969ac1a3fe428f79c4b880f0aff43', 'src/third_party/icu': { @@ -165,7 +165,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'd85892881db684eaecb29212a4e36f1429507cf4', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5d0a6695d8be533b1684e58f950efb67f12154b0', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':