diff --git a/DEPS b/DEPS index bc4a9168c7..d7568cca78 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': '8cfb6c74d5ece32d20f601781a8e8eae002ecd43', + 'chromium_revision': 'f4c0fd8fe603b7836bb38db93ef4d0a66b2970c1', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': '3318544c51d46d3165d7fb9929da58bb2049574b', + 'catapult_revision': 'c4b36e2d9b77e6ae89274fa33a982f8efea1b948', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,19 +38,19 @@ 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' + '@' + '067c7f2d285dbe7dfabfbedda8e240b103a12e89', + Var('chromium_git') + '/chromium/src/base' + '@' + '85ca70bcb7e7884af6b0aa0bfd6a84e878b32c6d', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '7a820cd77e06190dd9fc3646636c4a3ce5d4da22', + Var('chromium_git') + '/chromium/src/build' + '@' + 'f2d852162c9049fde48b5a021523892883d91ed2', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '437a616be5b2056336ed3ca5c33c41f7788ede09', 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '36c7edea5b59f02fc1d8c63790560daf9d23f00d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b5c64f16e4535e3989eaeaaac745bf2751d73472', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '17532dc4aae112f2b5985b44a680d5d65ba9eb00', + Var('chromium_git') + '/chromium/src/testing' + '@' + '3aa550fb24d2b3f5ef04103693eaa7f9ecaedfd7', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '83c585ea19edcca137299835a75d25a475690af6', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '79e222a7bd7b327775c5ff17162e6ffc14ed8733', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -153,7 +153,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '959729d3d8ba25be61e1c5776fdcbab4668bab3d', + Var('chromium_git') + '/chromium/src/tools' + '@' + '60a396a8be11be9b3d4068b33c306c165cccda49', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':