diff --git a/DEPS b/DEPS index 17878501f2..78cc52d98a 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '037b19bb213ca8929fce02504976c858b600a413', + 'chromium_revision': '0dce9fc553f65185c6291afcc60244ef281a546f', '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' + '@' + 'e9b8f47dbe1732100d4c17afd137d3a0b588fa7d', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c246bbf1fce4d06d0e4ba3ce4009d60583252560', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'e9f160295ff62735a5267f94a3a6b266769edcd0', 'src/buildtools': @@ -50,7 +50,7 @@ deps = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '58f5bc25b62e3c5c1eb08d97c81177cac40a444a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '2bfcb4150675f8662c297f983a77ed1068ccc60d', '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' + '@' + 'd468f5046807c1aeba0568e93275d2b9f9d5dd34', + Var('chromium_git') + '/chromium/src/tools' + '@' + '830238cf77a009ba3a91c4b6b65d27cb5c552343', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -125,7 +125,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '783dcf1006fa4c192b22a2f76f05273e6902a776', + Var('chromium_git') + '/chromium/src/ios' + '@' + '886c498dafb6728a72e598072989991298e655a7', }, 'unix': { 'src/third_party/lss':