Index: DEPS |
diff --git a/DEPS b/DEPS |
index 714a6735e7f040a210e9c94a6ec3abdd51bd2f98..954a3586afca32e308d0b972fefe844b317d11e2 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -2,7 +2,7 @@ |
vars = { |
'chromium_git': 'https://chromium.googlesource.com', |
- 'chromium_revision': '1238950005ae03c68795abb46cd53a893dc67e77', |
+ 'chromium_revision': 'b34e14a25a430e4b99f3a7b9a5fb869b04d9e620', |
'boringssl_git': 'https://boringssl.googlesource.com', |
# Three lines of non-changing comments so that |
# the commit queue can handle CLs rolling swarming_client |
@@ -33,15 +33,15 @@ 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' + '@' + '9590d17c3dcbe50797497dd0d29402e44318ff74', |
+ Var('chromium_git') + '/chromium/src/base' + '@' + 'b390b260e185dd017877877b38faa02fbc0d9f8e', |
'src/build': |
- Var('chromium_git') + '/chromium/src/build' + '@' + '36a077c7b392bd983b8f548dbc7665f78de47297', |
+ Var('chromium_git') + '/chromium/src/build' + '@' + '0a38e0402a748ce31fe346d49a3c4a5d00e271de', |
'src/buildtools': |
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5ad14542a6a74dd914f067b948c5d3e8d170396b', |
'src/testing': |
- Var('chromium_git') + '/chromium/src/testing' + '@' + '718dcd6f4b977da310e113092db724acd6de0c43', |
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '57733f7adff88ec4ac9bef2b935eccd56ca31262', |
'src/third_party': |
- Var('chromium_git') + '/chromium/src/third_party' + '@' + '8ac19397761b526fecca64cf0b946212af64ab58', |
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '387dc9829eccb9c6e3b242c63e5c145bdeb90ee8', |
'src/third_party/boringssl/src': |
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
'src/third_party/catapult': |
@@ -74,7 +74,7 @@ deps = { |
'src/third_party/yasm/source/patched-yasm': |
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', |
'src/tools': |
- Var('chromium_git') + '/chromium/src/tools' + '@' + '030de9aca20cb77a5bbf322222423c2e5f36ffe4', |
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '9343cc09c0725978bfcddeb447c1e17a49681dfa', |
'src/tools/gyp': |
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', |
'src/tools/swarming_client': |
@@ -116,7 +116,7 @@ deps_os = { |
}, |
'ios': { |
'src/ios': |
- Var('chromium_git') + '/chromium/src/ios' + '@' + '342e3272404484581dcec19b6f8175b6f48df18a', |
+ Var('chromium_git') + '/chromium/src/ios' + '@' + '4a12fdc1d050927ff2a60ded4f22cb4ccb6ad7c9', |
}, |
'unix': { |
'src/third_party/lss': |