Roll chromium_revision 0eb6b522cc..f37f3783a3 (591627:591975)
Change log:0eb6b522cc..f37f3783a3Full diff:0eb6b522cc..f37f3783a3Changed dependencies: * src/base:671d0ab313..b560b3b3fd* src/build:dc14f7ba4b..c4b8ad9145* src/ios:249b9a39d3..c3f2faccf2* src/testing:c775beeddc..411de25f6c* src/third_party:e725c9bccc..041a224658* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c9dc040b7f..934a29ea90 * src/third_party/depot_tools:2174136d25..f9b4845975* src/third_party/freetype/src:9789c75b1a..dfddc2d975* src/tools:9ad58083f0..9c36884e4fDEPS diff:0eb6b522cc..f37f3783a3/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Id9e9736bd5a29b766620cc7a436f4512d88263cc Reviewed-on: https://webrtc-review.googlesource.com/100789 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24761}
This commit is contained in:
parent
55bb00e4c2
commit
3ce16dcae7
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': '0eb6b522cc683b4f55ea2348239df3533057e94b',
|
||||
'chromium_revision': 'f37f3783a324de79ccad362877f4659049f5b8f4',
|
||||
'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': 'c9dc040b7fddc9cdb122586741023f9a946f7931',
|
||||
'catapult_revision': '934a29ea903e9da0745770fe046764e2d6b61bdc',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -32,7 +32,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling freetype
|
||||
# and whatever else without interference from each other.
|
||||
'freetype_revision': '9789c75b1a6faf01cbcc34d85bf1bb3f473743b1',
|
||||
'freetype_revision': 'dfddc2d97596489134d21ed6224462331cb1cd73',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling HarfBuzz
|
||||
# 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' + '@' + '671d0ab313840117c3ad2659185286600c4d7f40',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'b560b3b3fdd454aed297def99fe72fd6f33853c1',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'dc14f7ba4b1cd29827aeec7e41dd821f99bcfe1c',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'c4b8ad914558c63f94e792f143d19aed78aff23a',
|
||||
'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' + '@' + '249b9a39d32ad4418304ed7d96fbf687b24353fe',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c3f2faccf23c58811f5b3c91a27e33ad83a182b4',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c775beeddcf4f16150e46111dccfa79b5b04dbff',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '411de25f6ccd31205ac1f3ee75f992ea5b65114e',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e725c9bccc7356833a96ccd8555bf6d33db0c31d',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '041a224658aa0d0fb6c95f98488ea0bb34429bc6',
|
||||
'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' + '@' + '2174136d2520b2f030addb8466373f13f5badd39',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'f9b4845975ffaf4b7bfe7b0b6ae0198b8a729bbd',
|
||||
'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' + '@' + '9ad58083f05177f2cb11b22c3f128c1318a8304d',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '9c36884e4ff9d3e9a6a9756dc5c001ad10a77d8c',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user