diff --git a/DEPS b/DEPS index 449438647e..06ac4a6c0f 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': '8c0cc38022792b21b938e562d12febe5933f4f2c', + 'chromium_revision': '783044b79865a90376d34dd786d91afa82186aee', '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': '775ce3b01f6bdc38937284a9cccc9dadd1e3fa10', + 'catapult_revision': '0cc582388fa2041558980460a1450e3fa02b1819', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -46,9 +46,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' + '@' + '155eaadd00b0d73705674a3e2b1b793c416d6c0f', + Var('chromium_git') + '/chromium/src/base' + '@' + '992951c2bf50b559e56560a81f94ce02dcab23ff', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '67630827e138177ecf803577b07b7582a115827b', + Var('chromium_git') + '/chromium/src/build' + '@' + '19c19422cda0916c8e427b7e11e189d35c658608', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a2ac2bd4c22d668b1fbe6f011268f484fd158c7e', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '40f164ac1e3e578adae6364384684d2a4582f3f2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'd1c310b6d69b1888814766a6f8e3430b7266c38a', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e2343647af72eb0676b8e8c242739cdc85e570fc', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '2da31fafff63d518a97073099bbb6e90b1fa5262', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9132ba856f65aaded58ced21ee14f7d44b4ddb8a', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -229,7 +229,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' + '@' + '7ebeeeb9975ff48f25a10af03ed0651f410095d6', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f1f7eab58d7642f055233c9f8e26078fd32fc2c3', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),