| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index f14b86e3c708a232e7cb4213a129942f14a25ce6..ed0963741bdd24701ad1cdf860c37611aab37b22 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': '98dee7702162992e0f0a605c09879f0bde1ce987',
|
| + 'chromium_revision': '19f44c261d415e22c208651a6bdf57092e08fc74',
|
| 'boringssl_git': 'https://boringssl.googlesource.com',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling swarming_client
|
| @@ -23,7 +23,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': 'a3798635175e53f40f7548875b4eb9cec5baf055',
|
| + 'catapult_revision': '32bdd960945af3580a61f9640bbfe72677e458ac',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling libFuzzer
|
| # and whatever else without interference from each other.
|
| @@ -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' + '@' + 'ce7697851ca4a809208ba5f448393b2ff68fb45b',
|
| + Var('chromium_git') + '/chromium/src/base' + '@' + 'b7a6c5aa6096d6598163106d08a6b230b5186d8c',
|
| 'src/build':
|
| - Var('chromium_git') + '/chromium/src/build' + '@' + 'd715bfdcfe5e9cc5a5e97f278fb9408c034eb0c1',
|
| + Var('chromium_git') + '/chromium/src/build' + '@' + 'e9bf917143f63c7728728110a3769b7df03e464f',
|
| 'src/buildtools':
|
| Var('chromium_git') + '/chromium/buildtools.git' + '@' + '31d4daad5d9af672d4e234570a24f3fd844bb713',
|
| 'src/testing':
|
| - Var('chromium_git') + '/chromium/src/testing' + '@' + 'c746f6a786edb354af5744758c2bc9ff32c46110',
|
| + Var('chromium_git') + '/chromium/src/testing' + '@' + '545e64c3a43aad253d97aeb0f67e9a7fa416b716',
|
| 'src/third_party':
|
| - Var('chromium_git') + '/chromium/src/third_party' + '@' + '36b9a79953c959858cb47a03c85232cafeecb0d6',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b392c5d272cf26b9c61adf3f5a0865b30a416dae',
|
| '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' + '@' + 'f9ec4480caf6ef68781a0e019dbf97ea9dfbdfb2',
|
| + Var('chromium_git') + '/chromium/src/tools' + '@' + '98c80201beef2473cf0d45d041c73c68a2843950',
|
| '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' + '@' + '8e0dae0da51cec0e30e249fab074e1a550889c09',
|
| + Var('chromium_git') + '/chromium/src/ios' + '@' + '2141500c741980cd41facc4762b6e8a37b9f2980',
|
| },
|
| 'unix': {
|
| 'src/third_party/lss':
|
|
|