diff --git a/DEPS b/DEPS index 64b88e1def..8c52d84840 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': '2499289737490ec004dc42df50ba83d3e2586a06', + 'chromium_revision': 'f34485ffdec1a7ac058941794747fbec1c83ece6', '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': 'fc2aa094eda427b0cff1aaff2431f3089c26932c', + 'catapult_revision': 'cd3378c32017c99062cd467a3ff601e0b57f0c23', # 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' + '@' + 'b9dc104727f318fb9820b1173bbf4b263a3f6aa9', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '39b6c0c2cd112d9d0ad4fe9ccea7ed2e041414c7', + Var('chromium_git') + '/chromium/src/build' + '@' + '5c7655518071a8a2c67413e64cfb4cc3f86995fc', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96', # 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' + '@' + 'bbdec9eda917c1ae752c3c2b32796523d5d07833', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e0efc28ed61d38f463a9d138c5e12773b6196fdd', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '21e4247f7e6104afb9dba3ce5a8034dda1dd5c27', + Var('chromium_git') + '/chromium/src/testing' + '@' + '6f660eacbb55397eb116a484702e4143be1292c1', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4bb5fbd0ae615a87e5ad432aae5f49132adb9e3a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6a4d9a4ea89c20a07c36d08cec89cf4b9cd9d743', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -195,7 +195,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' + '@' + 'e5e3a3079bee0d936d0b00f5b3190e7714ca40ed', + Var('chromium_git') + '/chromium/src/tools' + '@' + '4e24c7a58e1c145317e01ff8cfcba0c7ff3bd84b', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),