Roll chromium_revision 601c715ffb..14de2307d2 (596047:596155)
Change log:601c715ffb..14de2307d2Full diff:601c715ffb..14de2307d2Changed dependencies * src/base:ed20322dfa..e146772bdf* src/build:dc9a4dfd0b..3d9873fa44* src/ios:0f7358e172..f30701201b* src/testing:2c7de50e01..d281770d74* src/third_party:d4e5e7e5e6..cb472e06bb* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cb192dee19..2dd914402e * src/third_party/depot_tools:0daedf7758..22300e1fb5* src/tools:4335d8f799..250b56489cDEPS diff:601c715ffb..14de2307d2/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None Change-Id: Ifee391110ed3874849fd4f634ed5a19c56b06215 Reviewed-on: https://webrtc-review.googlesource.com/c/103390 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24946}
This commit is contained in:
parent
9eb44ac72f
commit
e44e847c70
18
DEPS
18
DEPS
@ -7,7 +7,7 @@ vars = {
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||
'chromium_revision': '601c715ffbec87fbf011168b2f8ae7884c9c22bb',
|
||||
'chromium_revision': '14de2307d2980ecb5282767d3bef6bd568ad282b',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -24,7 +24,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': 'cb192dee19d43e5a17bdfa8b7397122aad312bc3',
|
||||
'catapult_revision': '2dd914402ebcc44ecb60034e5c7b9bfa3d0c9d89',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -42,9 +42,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' + '@' + 'ed20322dfa80c159c3d12e326b334a4397bc51e3',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'e146772bdf65c1f619151156a36cfab36e8d1831',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'dc9a4dfd0b07e119770d7c0a6d2bc7c928014527',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '3d9873fa44b21b7c2fb624f016ad4eb197b9fab1',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0f7358e172d8ad81b4c5903c83e75cff29f58ea0',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f30701201b80ca02fa9a104c1a21e0830abb794d',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '2c7de50e01778cc1f9feac37d464a344eb35af15',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd281770d74321c0b9479cbe4a0b1c9e4da682aee',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd4e5e7e5e6130a98983fc50f822f82919b498090',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cb472e06bbd3d1a4626dbd284324220be90a10f4',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -84,7 +84,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '0daedf7758e157ee22a64e9dabcb089c0da5ef4c',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '22300e1fb562291b55eb702fe73b164cb1a2317d',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -195,7 +195,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '4335d8f7997add7863b6e587a089aa53e6e5be45',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '250b56489c7bdea591fa54d50ab9e684a8ecdf92',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user