| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index f89ef3d2f9d66e17668bc198f221eeacc71e4f86..62d7492137382fa3fb53d9f4e6eb9f2c0d9532b4 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': '3d1bea3cc87f48e6ea569b7050d941b113a55836',
|
| + 'chromium_revision': '1b539730c8c3ce51ec2f58a3aae2a43af4f32eaa',
|
| 'boringssl_git': 'https://boringssl.googlesource.com',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling swarming_client
|
| @@ -27,7 +27,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': 'a067dd2f2b17fc0cb7057ac4500b07590c596e34',
|
| + 'catapult_revision': '9e6944a8f3106212e60d36add9a357964bf55373',
|
| # 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,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' + '@' + '9738faf9f893478c9a1b910dd1d9e89223b03225',
|
| + Var('chromium_git') + '/chromium/src/base' + '@' + 'ab287739139162017132d6ce72c660193995e083',
|
| 'src/build':
|
| Var('chromium_git') + '/chromium/src/build' + '@' + '17e1e627fea12ba53ec1d2955c1f6d93410413ba',
|
| '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' + '@' + '49fe4f9a96c7f8359c93b0a036a8fe0a8dbdcac7',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + '8570effd070b5c3e0cfd869fd3777b4c6fe64caa',
|
| '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' + '@' + 'b6f32004ca54fb59f5660dfda20afcc9d6d9a021',
|
| + Var('chromium_git') + '/chromium/src/tools' + '@' + '6550763b0f6ae3f9e6768e8515d0800937c2bcdd',
|
| 'src/tools/gyp':
|
| Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
| 'src/tools/swarming_client':
|
|
|