| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 91ef04583d57c254a72242d4c4c1162c6df99f6c..aa4b154383b66bff42b485380b57f237b7b9d740 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -2,7 +2,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| - 'chromium_revision': 'd1978b0eb8c6151e076c4029a981b3bc6610b693',
|
| + 'chromium_revision': 'f9491126d9b155bffa2a3f15c420a653ca367fc8',
|
| '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': '8b13c6e36285df14197824d078f42854c2e40ad0',
|
| + 'catapult_revision': '9e69c338846a7195a3258e098633383080179ad4',
|
| # 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' + '@' + '0c5d2b7e9110d8238354a63439ac1f640322e552',
|
| + Var('chromium_git') + '/chromium/src/base' + '@' + 'fd93d285ae614d2952cfce5f4f8ec382efc7e43d',
|
| 'src/build':
|
| - Var('chromium_git') + '/chromium/src/build' + '@' + 'c2a01ae6b8ff2d01301b31f1f6fb9f75cc08d54b',
|
| + Var('chromium_git') + '/chromium/src/build' + '@' + 'a9be27ef4a65abbee71b337cd6fcf776a3d8330d',
|
| 'src/buildtools':
|
| Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5ad14542a6a74dd914f067b948c5d3e8d170396b',
|
| 'src/testing':
|
| - Var('chromium_git') + '/chromium/src/testing' + '@' + 'eba9a708106b0549dec0697750876e5d0cd0c7e1',
|
| + Var('chromium_git') + '/chromium/src/testing' + '@' + 'a2fec596d15762e16cc47dd41c2150fd86a4cbc0',
|
| 'src/third_party':
|
| - Var('chromium_git') + '/chromium/src/third_party' + '@' + '687a602b61d086ddaf408c14d181bf39b5b1e847',
|
| + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0afb948df64684d64b5302d3f5f0bac2bacc76c0',
|
| 'src/third_party/boringssl/src':
|
| Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
| 'src/third_party/catapult':
|
| @@ -76,7 +76,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' + '@' + 'd4459954078736af81609e75368daa28ae0c6262',
|
| + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e3d844f3008447026914b270acf7f5674b518199',
|
| 'src/tools/gyp':
|
| Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
| 'src/tools/swarming_client':
|
| @@ -118,7 +118,7 @@ deps_os = {
|
| },
|
| 'ios': {
|
| 'src/ios':
|
| - Var('chromium_git') + '/chromium/src/ios' + '@' + 'a31287f953b60d0140156d64f02ff41a1534f7e1',
|
| + Var('chromium_git') + '/chromium/src/ios' + '@' + '2294150d0c705f527611e30b75e5079aa66928ae',
|
| },
|
| 'unix': {
|
| 'src/third_party/lss':
|
|
|