diff --git a/DEPS b/DEPS index a69376231e..3253e078d0 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': 'ef3275516a50e3f2af82d116b1d77cd65d3a2f83', + 'chromium_revision': '916138ba7e0238a3911900b59e9efc8bf829437f', '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': '21acb2a82232f1566a3d67cd20ed75903680725b', + 'catapult_revision': '985295aafdbfaecd1f27cb6357871f616ca92c99', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + 'a13625cac621993ffad7b5dbb7f9e03308117d3c', + Var('chromium_git') + '/chromium/src/base' + '@' + '5cbc1a96fb52603ade071046ae20e334fd471f4a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '4e517843d5b41958bb224346718b5a538be01054', + Var('chromium_git') + '/chromium/src/build' + '@' + '36d95a2045479393068d0d2a539e0b7346f4a1eb', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # 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' + '@' + '90c50414df3a4dfc1a63c2783a5dbe104b473efa', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '269f5b9c202a102f0c418a52465a6115cdc47308', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '1165763e7e3d664835001e9b25cbc27795603afa', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'dd39486f31f10570c152a8acc9f9ce48e7f9264d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '21280f5bf9d6238ca4be05e4a311b1938d294a41', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7b4c24e46c990e87abf53c4ffbf2bb43166d1f1f', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -105,7 +105,7 @@ deps = { 'src/third_party/googletest/src': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'ce468a17c434e4e79724396ee1b51d86bfc8a88b', 'src/third_party/icu': { - 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '172d33141cd16df9d027cfd49bfe940b1dc66f1a', + 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'a9a2bd3ee4f1d313651c5272252aaf2a3e7ed529', }, 'src/third_party/jsr-305/src': { 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919', @@ -175,7 +175,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' + '@' + '81f121bedf0a69ccb588b038ba5de7139822ad1e', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ad760b9ee42174a97903c6b8a58cd4f8b43325b2', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),