Roll chromium_revision 79df88ae04..1d78b4038d (441326:441349)

Change log: 79df88ae04..1d78b4038d
Full diff: 79df88ae04..1d78b4038d

Changed dependencies:
* src/base: 2698aeb466..9738faf9f8
* src/build: dd74acbe8d..17e1e627fe
* src/third_party: 44cc8b18fd..7a09a18cf1
* src/tools: 7bda84ba9b..b6f32004ca
DEPS diff: 79df88ae04..1d78b4038d/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2611943002
Cr-Commit-Position: refs/heads/master@{#15896}
This commit is contained in:
buildbot 2017-01-04 02:58:46 -08:00 committed by Commit bot
parent ee045ccce5
commit 88d369a76d

10
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '79df88ae0437499f21dd82976ca24a0c6f2d11c7',
'chromium_revision': '1d78b4038dcf9d3d21f1045dcf1a2244a3118e3b',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -38,9 +38,9 @@ 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' + '@' + '2698aeb466dcd9498bd4d36edb235b3227b2afc6',
Var('chromium_git') + '/chromium/src/base' + '@' + '9738faf9f893478c9a1b910dd1d9e89223b03225',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'dd74acbe8d8944e68068b055dadaa73a2e76b53c',
Var('chromium_git') + '/chromium/src/build' + '@' + '17e1e627fea12ba53ec1d2955c1f6d93410413ba',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079',
'src/testing':
@ -50,7 +50,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' + '@' + '44cc8b18fd1b577427db3344caea78545ef161e6',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7a09a18cf17305fd7bf7e5ddc35f80bc39d06497',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -85,7 +85,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' + '@' + '7bda84ba9b63e3fa453a5530ab8522db969199c2',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'b6f32004ca54fb59f5660dfda20afcc9d6d9a021',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':