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

Unified Diff: DEPS

Issue 2638473004: Roll chromium_revision 9bf0adfb29..5671bf116d (443744:443781) (Closed)
Patch Set: Created 3 years, 11 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 4c8315b78df11cd83b8cd6d32b986f1db1a45733..41f1fef6e90b7a35284f2b79b78cfa45fdd151e6 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': '9bf0adfb29b2f4c92c658a31d5562cded817746b',
+ 'chromium_revision': '5671bf116d315cb3a5d4b0d25c1d0e168d90779d',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@@ -38,19 +38,19 @@ 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' + '@' + '8264e9d086ccdbd22893ec8dd7c17c78015699a7',
+ Var('chromium_git') + '/chromium/src/base' + '@' + '6320afce757cb8f9893c9004ae1abafd494f4d21',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + '0524594deb03b56255b77197856adfc749e9b4a3',
+ Var('chromium_git') + '/chromium/src/build' + '@' + '9a3fba5915a7a12ebf54b6f041f852fedd8b6271',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7e08d331f188f4e3e1c624e7187dfac58c053c7c',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '2501ca9bf89def2c7a35767caabed62843cce5bb',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '681cd0b83b5cfabd937d8ad345ab86705f279835',
'src/testing/gtest':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cdd03fc245cd758e455d3cc6c5e2461f03465036',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '0b808c51f9bcfb2dfdb8a557c32d403bad9d366c',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
« 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