Roll chromium_revision 7791a3fc00..78ea87a165 (454729:454758)

Change log: 7791a3fc00..78ea87a165
Full diff: 7791a3fc00..78ea87a165

Changed dependencies:
* src/build: 8a0a5a27d4..10e3929acb
* src/ios: dd6eab9f94..22dfd2a553
* src/third_party: e2c8299504..272aa4c3bb
* src/third_party/catapult: f94a852c0a..9b85841202
* src/tools: 499a55c067..3d54cf8ead
DEPS diff: 7791a3fc00..78ea87a165/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2726423004
Cr-Commit-Position: refs/heads/master@{#17028}
This commit is contained in:
buildbot 2017-03-03 20:58:54 -08:00 committed by Commit bot
parent 9660627c9d
commit e269fe7cc3

12
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '7791a3fc003f99454ca8cbdcfbbb8d28a0c6c1af',
'chromium_revision': '78ea87a165973258b0176d91d5f8721ad074beb1',
'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': 'f94a852c0a3fbd1ebcbbb46889c83a217ca28b12',
'catapult_revision': '9b8584120201e28d95740d0777e4f657b2139ff8',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -36,7 +36,7 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '8fe126945cb9fe557d679362b4e228324efa8a2b',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '8a0a5a27d407a7bfa3c2360d9ea1e9c78838c892',
Var('chromium_git') + '/chromium/src/build' + '@' + '10e3929acb32dea61d43d1f39e974e7795329074',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec',
'src/testing':
@ -46,7 +46,7 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e2c829950405f0283ff7608fe22c86f4acbdc575',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '272aa4c3bb05ecca280c2dfb47c3216a8f459f40',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -79,7 +79,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' + '@' + '499a55c0675fc07ebfcbaea48c95c94f3806dae4',
Var('chromium_git') + '/chromium/src/tools' + '@' + '3d54cf8ead7c940f46b35aaf7cc644552ec7fd6f',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@ -119,7 +119,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + 'dd6eab9f94935731ffa4b6f76366ece248154ba7',
Var('chromium_git') + '/chromium/src/ios' + '@' + '22dfd2a55363f5549f5525eb153447967da853d2',
},
'unix': {
'src/third_party/lss':