Roll chromium_revision a88423acf9..a714568fbe (571410:571512)
Change log:a88423acf9..a714568fbe
Full diff:a88423acf9..a714568fbe
Changed dependencies: * src/base:311c937b26..8c01d4ef25
* src/build:c9333f9faf..06960ce32c
* src/buildtools:9c9fd97928..aec56e2607
* src/ios:34302909a8..dc2780aff3
* src/testing:b47e929d27..5e63b2909b
* src/third_party:b77d94a9b3..42df0ae52f
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e2d6bbca62..f76f0b4406 * src/third_party/depot_tools:ae1f03388f..406de133ef
* src/tools:6ff0d88db8..0597286f57
DEPS diff:a88423acf9..a714568fbe
/DEPS Clang version changed 335608:335864 Details:a88423acf9..a714568fbe
/tools/clang/scripts/update.py TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I85ce46b41d6cd2302fef17a86025e4b5eb913a8b Reviewed-on: https://webrtc-review.googlesource.com/86380 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23792}
This commit is contained in:
20
DEPS
20
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': 'a88423acf98f847db5ceddb483090949ea11f310',
|
||||
'chromium_revision': 'a714568fbead4c4b8d97826f7029b8169f289070',
|
||||
'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': 'e2d6bbca629c30094f633f21e5f3967ecbeb10da',
|
||||
'catapult_revision': 'f76f0b44062c7426569f3a41801255a91e90d2c7',
|
||||
# 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,11 +42,11 @@ 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' + '@' + '311c937b26f8c8b58b6a31d59315f97803dd6068',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '8c01d4ef253e2fd16ab7cdad938033f837ba44f5',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'c9333f9faf6ad7856f6aa04b2c78a115c2f0b9ee',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '06960ce32c9eda5d161e821a29dfe412acf2ac03',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9c9fd97928dd45a0d9738af90f7c03b082f1216f',
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'aec56e26079fba121e589006a88b7cbc1c398cfb',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
'src/examples/androidtests/third_party/gradle': {
|
||||
'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
|
||||
@ -54,13 +54,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '34302909a81dc8cf15ba9951e0054b4acf7049c6',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'dc2780aff37619db44bd8c7335046ec81f528bcf',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b47e929d27fe950ce868b28ad5b6c208278734e4',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '5e63b2909b093fb1794a94057c9a99eeb976160d',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b77d94a9b33cbd4efa6bac2e7110935840560583',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '42df0ae52f3bc79ccb30bcb8cfff533e211db51f',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
||||
'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' + '@' + 'ae1f03388f7a09583b726e571bf78674a1691821',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '406de133efaf58aeb4e3ebf6ee1f36bea137fa2b',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -175,7 +175,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '6ff0d88db88116273341c8403c0287fdb96bf05f',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '0597286f573ded36b8417d2c9d14909906deba48',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user