Roll chromium_revision 0dce9fc553..799869657a (449806:449840)

Change log: 0dce9fc553..799869657a
Full diff: 0dce9fc553..799869657a

Changed dependencies:
* src/base: c246bbf1fc..8bf936c220
* src/build: e9f160295f..0d29448d5b
* src/ios: 886c498daf..44b6c7c73b
* src/third_party: 2bfcb41506..e0c91d047d
* src/tools: 830238cf77..1aa690793e
DEPS diff: 0dce9fc553..799869657a/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2691733002
Cr-Commit-Position: refs/heads/master@{#16549}
This commit is contained in:
buildbot 2017-02-10 21:08:47 -08:00 committed by Commit bot
parent 112b2e99d8
commit 3f35e484f8

12
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '0dce9fc553f65185c6291afcc60244ef281a546f',
'chromium_revision': '799869657a81266da3191ffc89584eabe20eacbd',
'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' + '@' + 'c246bbf1fce4d06d0e4ba3ce4009d60583252560',
Var('chromium_git') + '/chromium/src/base' + '@' + '8bf936c2205b1d183861cb25b8efc771baa3252b',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'e9f160295ff62735a5267f94a3a6b266769edcd0',
Var('chromium_git') + '/chromium/src/build' + '@' + '0d29448d5b612d8937a0c78f560d67e024848390',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c',
'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' + '@' + '2bfcb4150675f8662c297f983a77ed1068ccc60d',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e0c91d047d9418e6041ac597bf3f9092f2d20fe5',
'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' + '@' + '830238cf77a009ba3a91c4b6b65d27cb5c552343',
Var('chromium_git') + '/chromium/src/tools' + '@' + '1aa690793e121822482bdd7f85f67d38f40f959d',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@ -125,7 +125,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '886c498dafb6728a72e598072989991298e655a7',
Var('chromium_git') + '/chromium/src/ios' + '@' + '44b6c7c73b33ecf920dcbb510f8ac87f6cc23594',
},
'unix': {
'src/third_party/lss':