Roll chromium_revision 1b539730c8..bcf1404d6a (441381:441419)

Change log: 1b539730c8..bcf1404d6a
Full diff: 1b539730c8..bcf1404d6a

Changed dependencies:
* src/build: 17e1e627fe..bf5f7961f8
* src/testing: 870a985703..8af2b1295b
* src/third_party: 8570effd07..4857337573
* src/third_party/ced/src: e57cdc44bd..368a9cc09a
* src/tools: 6550763b0f..abc835cd78
DEPS diff: 1b539730c8..bcf1404d6a/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2612843002
Cr-Commit-Position: refs/heads/master@{#15903}
This commit is contained in:
buildbot 2017-01-04 11:46:39 -08:00 committed by Commit bot
parent 0b5a26a576
commit 38386169e8

12
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '1b539730c8c3ce51ec2f58a3aae2a43af4f32eaa',
'chromium_revision': 'bcf1404d6a55ecd90d06c0fd602116a312a8ceaf',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -40,17 +40,17 @@ deps = {
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'ab287739139162017132d6ce72c660193995e083',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '17e1e627fea12ba53ec1d2955c1f6d93410413ba',
Var('chromium_git') + '/chromium/src/build' + '@' + 'bf5f7961f8280ff20eb087b1b34496ca3aae9c48',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '870a985703856a78ee636e6fa089c5fa97f97bf0',
Var('chromium_git') + '/chromium/src/testing' + '@' + '8af2b1295bea3d6cd7c077e30588f3d9f5c83f65',
'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' + '@' + '8570effd070b5c3e0cfd869fd3777b4c6fe64caa',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '485733757385c67998e79cc6788f4a9c55d664ed',
'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' + '@' + '6550763b0f6ae3f9e6768e8515d0800937c2bcdd',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'abc835cd7801998a9989b3560d4ba6976de35bfb',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@ -105,7 +105,7 @@ deps_os = {
'src/third_party/android_tools':
Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc',
'src/third_party/ced/src':
Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + 'e57cdc44bd541d10669312a6fdc59fc4bf52d2b9',
Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '368a9cc09ad868a3d28f0b5ad4a733f263c46409',
'src/third_party/icu':
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '9cd2828740572ba6f694b9365236a8356fd06147',
'src/third_party/jsr-305/src':