Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: DEPS

Issue 3002513003: Roll chromium_revision f156b499f7..a9e6c8a42e (493756:493983)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index df0ade56205fd31443e974aa58aec594a313456f..1e70cf2ed435ae56db9b36523c7e1c57354d94a3 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': 'f156b499f700f849d110801e8a303c00c98ae5bc',
+ 'chromium_revision': 'a9e6c8a42e17f0d09a31d7962ba3d184e582af83',
'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': '0eeb5baed7a4417ac083221805842019185ccec0',
+ 'catapult_revision': '5db51352aa5cca18e236d28ce85ba8b8a818fe12',
# 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' + '@' + 'c9ab1936b1c8e6560c264e62f4db0bbc8b719343',
+ Var('chromium_git') + '/chromium/src/base' + '@' + 'b7462f2486896b079a869287887b6ee0071401af',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + '5fecec2d6951934bee3ccb65bdf8cd5474ef836f',
+ Var('chromium_git') + '/chromium/src/build' + '@' + 'bff6ee8c495fdf3c0294254dbc8baf4344ac7e05',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f4bcb07d88cdb7d748813c3d150e08bf88435fb9',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '1330967db250d638c9eb5fc76a06a2a405b9bf97',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '31ebd1159ad1e3d8b7aa26f6ff46217d36ac623f',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + '0a591a99a3ab3748a903fe4a03f5fa5d1bd49ed5',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '913448b016a7606be4ad44ea9b211f61066302ee',
'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' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
- Var('chromium_git') + '/chromium/src/tools' + '@' + '31366787497f1b12d921775ba0029270382d5bf1',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '529a995342e8bab6b3de53f93cb7859da6047292',
'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' + '@' + 'bf72566bf8031f491ee5453f4133c7db3e16dfb7',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + 'f4c364acda3ada77c079caf64205dbd76f9de961',
},
'unix': {
'src/third_party/lss':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698