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

Unified Diff: DEPS

Issue 2980473002: Roll chromium_revision a28aeb7be0..8e79102feb (485062:485221) (Closed)
Patch Set: Created 3 years, 5 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 00bf2c9c4474f63192d2944beddce4492ae2a12a..d6765c125508b33e16f611d5e374d27bbf846c4e 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': 'a28aeb7be0f77767683a8157ab9277a3dd110154',
+ 'chromium_revision': '8e79102feb576651f4c52ef931015898478a55fe',
'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': '1e3b1949cdcde84079ef3f0fa3f31610e2d1687d',
+ 'catapult_revision': '00b0c16c97088f5c06df9d3b27eaeb41f06173e5',
# 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' + '@' + 'f2196895af6aa6e46ab4c1e5f06f21cac38320b7',
+ Var('chromium_git') + '/chromium/src/base' + '@' + 'e97cb732ff30d92a356ebbcdf33c9b327a8fd81a',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + '1b36d1d2b7dd91ddaee5e7c96f918dc56f5c08cc',
+ Var('chromium_git') + '/chromium/src/build' + '@' + '89f39ee351a1c7129d350b353fc6a76aac105cae',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '2945c7249ae3049898557e8ee04894ef7ea74094',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '42ff042710011d0e87155283672b76384c01b3e8',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + 'afbc77557fe815b84e416539137a5e02a1cd4c75',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '63ca4b90f35f47cf3fe7960aa09bd7ee2eee4671',
'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' + '@' + '1d5fd8bcb323a944a195da7b08f3665c454548f1',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '8e4aeb7bb92654ae7d07e293ce8c07f2333a08ed',
'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' + '@' + 'b23bd93a723bf82c6710f69f62c7ba7cfa2e2d90',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + 'bddd825b22b8ba404b312a81b214edf87f4c10af',
},
'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