Roll chromium_revision 3d230c052f..feadf7258e (535313:535428)
Change log:3d230c052f..feadf7258eFull diff:3d230c052f..feadf7258eChanged dependencies: * src/base:05346abed5..69eb3646b6* src/build:3ba6ca6d32..19190cb080* src/ios:68272315d7..075f6c8518* src/testing:96fadc248d..453c6a4ddb* src/third_party:cb732ebd07..10c57e38e2* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b4a4bed9ad..aa41a69e72 * src/tools:93539cf31f..500944dbb2DEPS diff:3d230c052f..feadf7258e/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I96a36c4826a743e08e43fe4d48af7b93450603d1 Reviewed-on: https://webrtc-review.googlesource.com/49920 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21963}
This commit is contained in:
parent
2b67f5c65f
commit
d150534002
16
DEPS
16
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': '3d230c052f55e89a768c81cb3cf0be1fef9e9266',
|
||||
'chromium_revision': 'feadf7258eaf092c1a2222dcca4ec7015acdfb25',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -28,7 +28,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': 'b4a4bed9ad918ec47b8ecc0bb6b611ebe9038392',
|
||||
'catapult_revision': 'aa41a69e728232222f4c696dab70af09eb2213e0',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -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' + '@' + '05346abed5a8c08aeac171fbf426350c2a90d335',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '69eb3646b6eafc34377e68b5efeef5ca552ca5d4',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '3ba6ca6d32a1be57156b541ea4163ee9dbd26794',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '19190cb0806f531bfe34d9a2198ce3572c470c2f',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2637e7e911524502ea862870f52c36ed2723a25f',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -50,13 +50,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '68272315d7fb3f4de34effe2e47ec48b6eca224a',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '075f6c8518635035e17f0f8146c08321fd802756',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '96fadc248d1ac799e34705b7e0f804f9f1a6015c',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '453c6a4ddb131b2bb5031fc1c40d3d672ea4b79b',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cb732ebd070d66e23a8c302a5a597981f5423a98',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '10c57e38e2e704b498f2c2c4daa149343c4c4232',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
|
||||
'condition': 'checkout_android',
|
||||
@ -159,7 +159,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' + '@' + '93539cf31ff3f76bebffce693e440275a45695d6',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '500944dbb2467eacb0d94e42cb3fae18bec335df',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user