diff --git a/DEPS b/DEPS index eb15d0bfd9..4a3fabcb9d 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': '568fb40139feb368008448b9e4f9a54d0db6527a', + 'chromium_revision': 'ef202aa763449f6263d7cb8b4e009fe42426d667', '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': 'c1a8f15f6618f1910d1114b8398ae626f782d02c', + 'catapult_revision': '94c77e7ec6164015e09be1463642987391ef5577', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,9 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + 'e157f5bd52b34039d52164ab7bbae95e33886705', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f40e838bc48ccadcacf58c57658c63d527b655e1', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a21e699863b3faa55a91eac05a6cab0f1d4e47d2', + Var('chromium_git') + '/chromium/src/build' + '@' + '8dec2a16e8b1fd0b9aef04cd92f5112727d5ecdc', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '6f3775ad6eb9c0736d0aeb51faa6cff456d41601', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '30695b7f4dcee168830147f502e9f609c4975628', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b88d090af31b7a70e3b06b72e7ea5b570285caff', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'a307d63d8f7854f3f8d455cf3bdd6b475d9baaa6', + Var('chromium_git') + '/chromium/src/testing' + '@' + '65a64a93a0442f4befeef8ec1223487ee74c5e0a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '43b76d94a7e7f70cf2cd6d1615dd888f58c3114d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6bf5fe0ee189617edf7942fa8a1b432a5ccde58a', 'src/buildtools/linux64': { 'packages': [ @@ -177,7 +177,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/android_tools_bundletool', - 'version': 'bGlR4jA25RgxNi_eSTqm3lX-DvXyHELRfoYIWkmfY1EC', + 'version': 'sZ4fDz_PUiCe1yvyheO_yjeET3eVhFTFTmGaXsnrH9IC', }, ], 'condition': 'checkout_android', @@ -199,7 +199,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' + '@' + '53ea429070b1d8c359f90309fd340b26d149a143', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '125f7cc4d52d831830561ebfed0d26bfa074003f', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -312,7 +312,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '7a589fa74dd08fb3da7a937a2844a2d331a70ef6', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'bf62cfb6e2f4dc78086d83001917d3a7b1505190', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),