Roll chromium_revision 6f37604c1d..bd84ccec52 (585288:585399)
Change log:6f37604c1d..bd84ccec52Full diff:6f37604c1d..bd84ccec52Changed dependencies: * src/base:e928b3cec4..50257732f4* src/build:d85b83e96f..ce2f1999ca* src/ios:d4d7d0691c..ca684a5bf7* src/testing:deb05a1479..c82106c804* src/third_party:5bca1dd053..94bb2b6713* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c67a80df26..d95dde6e06 * src/third_party/depot_tools:29361ca11f..0ec9d15571* src/third_party/icu:297a4dd02b..a191af9d02* src/third_party/libvpx/source/libvpx:6c62530c66..dbcb89be24* src/tools:4bebb9268f..71837296b0DEPS diff:6f37604c1d..bd84ccec52/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I94ce5d3c071b211d68da2fe0f47f0bc1e4759b7c Reviewed-on: https://webrtc-review.googlesource.com/95623 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24393}
This commit is contained in:
parent
0de1383bf2
commit
8adc5d35bf
22
DEPS
22
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': '6f37604c1d7ece874adbbf9bf5c445e3eb64e01a',
|
||||
'chromium_revision': 'bd84ccec52d9a706acaa05ed0efcafb7c7c763bf',
|
||||
'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': 'c67a80df267950d61d062c90aa9ea22a43f24f2c',
|
||||
'catapult_revision': 'd95dde6e066fe1b0ef88d3e0e5ccb5cae48b05a9',
|
||||
# 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' + '@' + 'e928b3cec4a2ff385f8feb69eb2b4b16a3aa948b',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '50257732f4b0c8cc4a120929d4d8fa78a80cd6c6',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'd85b83e96f8debdb24d4c5853ca2f1b72e8df956',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'ce2f1999cae17f95c0a79b383d6ab5e379384c76',
|
||||
'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' + '@' + 'd4d7d0691ca58a8592c2a265283a0f6c3cb89df0',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ca684a5bf7377bf489bf85ffc3363f0679497f91',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'deb05a14792a202405f677e912b337b30299a80e',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c82106c8042f353dda0326a15652a626a04db5fb',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5bca1dd0535f1545cd7eead9b3399615cc2c8234',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '94bb2b6713db8ba76e4e3a48476ede5eb44fa8d6',
|
||||
'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' + '@' + '29361ca11fa37bfe9961af093edaf60c37d2db96',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '0ec9d15571fb274b817e3f0336a78bfd35b75e50',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
@ -105,7 +105,7 @@ deps = {
|
||||
'src/third_party/googletest/src':
|
||||
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'd5266326752f0a1dadbd310932d8f4fd8c3c5e7d',
|
||||
'src/third_party/icu': {
|
||||
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '297a4dd02b9d36c92ab9b4f121e433c9c3bc14f8',
|
||||
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6',
|
||||
},
|
||||
'src/third_party/jsr-305/src': {
|
||||
'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
|
||||
@ -125,7 +125,7 @@ deps = {
|
||||
'src/third_party/libsrtp':
|
||||
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '368abd6bb3091df2b354250818714f72f0692ca5',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '6c62530c666fc0bcf4385a35a7c49e44c9f38cf5',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'dbcb89be244e03074ee80e7bc6d5c22e6fc5dd79',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'd694f0a82b4da9d8ea37e6c453b7a34947eb5790',
|
||||
'src/third_party/lss': {
|
||||
@ -175,7 +175,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' + '@' + '4bebb9268f9132fff39222a389b98f98c51d2315',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '71837296b0d38e05e1f19bfd00cbbbea3c3598be',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user