diff --git a/DEPS b/DEPS index f4faa8569e..904664084e 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': '106b2819bfca32edee99e803364395453b31a2ca', + 'chromium_revision': '6a6fa308110f31327e0c9e08b6b77fec9a3ae901', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,7 +38,7 @@ 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' + '@' + 'f252ccb35f106eaf702712fa5d6224554e17f4be', + Var('chromium_git') + '/chromium/src/base' + '@' + '4d8974fbc461a6ad7ead27709a6eeaa2bb184d4d', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '3320fdec7b8314828b58c7b655e3d4662ceec29e', 'src/buildtools': @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '19d3cb919da307ca21f470f4c14d8d5b054b3a56', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f1f7fdd0cd16971e7438f02a14d8454c2ac9e3d7', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c11c00dc4c2c23e4949bc00d5a7c9d2a0eea3b35', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '9e8886d88b63a9dd2f80c30666f59813e6e507b3', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '109f5fa687e4a3b3f66ce54a6536e7dcef310ce5', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -155,7 +155,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' + '@' + '09d84a4b66ba1c047bb852b2e0cd38f4957aa8c0', + Var('chromium_git') + '/chromium/src/tools' + '@' + '719dfd7627522b4793f7261c522f327388c352c8', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':