diff --git a/DEPS b/DEPS index 05a1f87d37..5087b4133c 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': '60eb76e65c24e823733e4bb55b42cc4e390ef20f', + 'chromium_revision': '858c0de5ad1cc3086efb0aa4a7ab082eb857753b', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -44,7 +44,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '632d99d8db6523996422e79ccf5624478b78def5', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3ae3c039055ced52c716f9cd5505e2eebccfcbf2', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e322d9cf51ecc27224d42612cfbd550501787d5c', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9a90d9aaadeb5e04327ed05775f45132e4b3523f', # 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' + '@' + '2197360460b6495692e4bee3909d3c0436c8ca2b', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8402344fe9b985a3affb10d929694dec20c66aaa', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'b797c58e931ece8f06f3822a1107904b38291b33', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'ffe8c848fddef1bd0c4a39a482bfe25e9a1dc993', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f506abeeedfb7a0c30e9b427e8d33c00193f048c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f94ca0cb97fe76ca792b724591c4d4701c81172f', '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' + '@' + '52c7211807930272424213ff6127c209de790eca', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'af03ae194f784a9ba5e21e1a9524883482f819b6', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -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' + '@' + 'a4b36d2aaf637db57e70aa94407fe8a01e113de5', + Var('chromium_git') + '/chromium/src/tools' + '@' + '49e9e90d54b5acd4e05675ebd8a6befa2f1291e0', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),