Index: DEPS |
diff --git a/DEPS b/DEPS |
index 502e585101e041ff68a75cf420ec4b9223ca4f1f..7ecd2ac5c6b3d5d78f281c03c82b490d035ff90b 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -2,7 +2,7 @@ |
vars = { |
'chromium_git': 'https://chromium.googlesource.com', |
- 'chromium_revision': '2c7d29a1599d7ac2759695722c03a3cdb895b866', |
+ 'chromium_revision': '0c11ed986f2c7da313eaca87d592b6bd21cee383', |
'boringssl_git': 'https://boringssl.googlesource.com', |
# Three lines of non-changing comments so that |
# the commit queue can handle CLs rolling swarming_client |
@@ -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' + '@' + '7ec0ebf844de25a4d6bba509fa84de54151b49b1', |
+ Var('chromium_git') + '/chromium/src/base' + '@' + '255fd3d62e76b3e6c85732e4dfc471ed6befb4d9', |
'src/build': |
Var('chromium_git') + '/chromium/src/build' + '@' + '91344e61c70faeaff9536f61382972f258d841c2', |
'src/buildtools': |
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079', |
'src/testing': |
- Var('chromium_git') + '/chromium/src/testing' + '@' + 'cd7329bdfe04cc9aa2c83dac56dd125b0a3fd902', |
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '0415945e2b5787dfb3418a31fd39382f81ef505c', |
'src/testing/gtest': |
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87', |
'src/testing/gmock': |
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 |
'src/third_party': |
- Var('chromium_git') + '/chromium/src/third_party' + '@' + '78f83f65eeb042a98a0e1da8d76a550764e51a81', |
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '577aaaf3adc3fb38939b609e538acfb331477dde', |
'src/third_party/boringssl/src': |
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
'src/third_party/catapult': |
@@ -85,7 +85,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' + '@' + 'de02fe913a29e3b67babe0093b086df0cacad788', |
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '0371a14068c6462560a646808b5b24a32c0780f3', |
'src/tools/gyp': |
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', |
'src/tools/swarming_client': |