diff --git a/DEPS b/DEPS index 46abfdd24d..1493b9f89f 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': '63546ce7e83ce49fa4cf52cd8f5591421b4ace89', + 'chromium_revision': '3a0f47bd212c5358f918d945ccd89d006b975469', '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': '4ec170a7bb08bf11c2c12083d9703ab3e0d85a9c', + 'catapult_revision': '79517a0b0327ab26b68933bbcf4cb0490b1cfadf', # 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' + '@' + 'd3fb6efdee3d91b49e927348fdb63614083a534e', + Var('chromium_git') + '/chromium/src/base' + '@' + 'ff7b8bb81dc5e0758b1de83f5c58eb090c6d7e77', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3ebe43df804250d7a1ea3c2c9b59716d438d6283', + Var('chromium_git') + '/chromium/src/build' + '@' + 'c9e00712099ec732040120436d4f9d4bb76632df', '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' + '@' + '7d70ed2437ef8ea199b88d8c7e5f4e677225cdc3', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5dd0050bcb0bed531c4f0c324e5abd0467692cfb', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '1151d46654f88923ab6a86548904dafd14718f87', + Var('chromium_git') + '/chromium/src/testing' + '@' + '51b8a90a21b7c58057bde77621115946cb52aefe', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'da9d47792f74d0db91c8d0b0f8c5a21e7eccac4b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1bf7a2358b8819c47bb12820479fc26840673ef6', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -111,7 +111,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' + '@' + 'b61b09f11d35742cf13e2071da173f8b4f451ce2', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '4157ba1c3c7a78d10887b50fbeda06f1bfb34860', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', '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' + '@' + 'a013b30657123bb1e37f776b5987219389cc21ca', + Var('chromium_git') + '/chromium/src/tools' + '@' + '949b5827c8a00805993f85049ca15ed5b6e49f23', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),