Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1370 lines
45 KiB
Plaintext
Raw Normal View History

DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# This file contains dependencies for WebRTC.
vars = {
'chromium_git': 'https://chromium.googlesource.com',
# By default, we should check out everything needed to run on the main
# chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': 'c07e9914260d37ad818dfb0fe2ac185eb1eceb7b',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
# and whatever else without interference from each other.
Roll chromium_revision 0aff707f8b..bc85519482 (577150:577382) Change log: https://chromium.googlesource.com/chromium/src/+log/0aff707f8b..bc85519482 Full diff: https://chromium.googlesource.com/chromium/src/+/0aff707f8b..bc85519482 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b248ecfd20..9d9a8a2029 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8722404761..d1e53db8d5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/bee9cb68bf..db2dd8dbf5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/56a8dd1354..229f593af0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/88170e1414..7146e00b2b * src/third_party/android_deps/repository/android_arch_core_common: version:1.0.0-cr0..version:1.0.0-cr1 * src/third_party/android_deps/repository/android_arch_lifecycle_common: version:1.0.0-cr0..version:1.0.0-cr1 * src/third_party/android_deps/repository/android_arch_lifecycle_runtime: version:1.0.0-cr0..version:1.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_animated_vector_drawable: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_appcompat_v7: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_cardview_v7: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_design: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_gridlayout_v7: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_leanback_v17: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_mediarouter_v7: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_multidex: version:1.0.0-cr0..version:1.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_palette_v7: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_preference_leanback_v17: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_preference_v14: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_preference_v7: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_recyclerview_v7: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_annotations: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_compat: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_core_ui: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_core_utils: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_fragment: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_media_compat: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_v13: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_v4: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_support_vector_drawable: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/android_deps/repository/com_android_support_transition: version:27.0.0-cr0..version:27.0.0-cr1 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9e8a0b2b37..6a1002b4d9 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7e3c67f2c3..5ba1e9caee * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/a9a2bd3ee4..297a4dd02b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1258e6e51f..451be49ead * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/9a518d097d..486c9b53c4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0aff707f8b..bc85519482/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ie569612509c6a1d1d158d4adfdaf442655953ca3 Reviewed-on: https://webrtc-review.googlesource.com/90181 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24075}
2018-07-23 17:45:24 -07:00
'swarming_revision': '486c9b53c4d54dd4b95bb6ce0e31160e600dfc11',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
Roll chromium_revision c1d4701..bbc67a1bd5 (585833:587546) Change log: https://chromium.googlesource.com/chromium/src/+log/c1d4701..bbc67a1bd5 Full diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5 Manual changes: * Added proguard Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/57d26a0c82..6a5f1f36984a26 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9369f699ce..6ddd98a72a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c1acec6af3..1a16d6dec5 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e44d06625..d539d93822 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..cb32668137 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/d526632675..2e68926a9d * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/a1750dbc79..61a2bbaa9a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/dbcb89be24..0bfab06084 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86ee5d2701..d59f2cb6e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I10a4ecab485742818363b76473f9ea45c12aec82 Reviewed-on: https://webrtc-review.googlesource.com/96841 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24521}
2018-09-01 15:04:52 +02:00
'boringssl_revision': '7f4f41fa81c03e0f8ef1ab5b3d1d566b5968f107',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling lss
# and whatever else without interference from each other.
Roll chromium_revision f4ecd4bed3..f1b66c7b37 (508787:512062) + Windows fix Includes a fix for Windows build by mbonadei@: Adding rc to DEPS using checked-in hashes. https://webrtc-review.googlesource.com/14780 Change log: https://chromium.googlesource.com/chromium/src/+log/f4ecd4bed3..f1b66c7b37 Full diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/041cecf43e..987a84e03a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8afa1551c5..e1ba03bda3 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/f6d165d9d8..e043d81e91 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f556c12cad..ef56503ef5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/744b907c60..94d5c035a5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/96b848f800..bd60ce1398 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca9dc7245b..110e5f6c0d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6f19655f67..52d748d48b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a2..781e71e49f * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/6a55852cd7..16b8b7298b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3098b6a245..f9e8b42758 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/ee20273811..3fee5ae8cb * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/caa116c9be..401e6d48bf * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/5b1af9a335..8fa02df3c0 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/63f24c8221..e6527b0cd4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6a9a695f5..8bff363f00 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5e8001d9a7..fe94e7274e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/DEPS Clang version changed 313786:315613 Details: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/tools/clang/scripts/update.py CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Bug: chromium:777448 Change-Id: I362bec887805f8d4a6649d57d752dcd34f0ea9c0 Reviewed-on: https://webrtc-review.googlesource.com/16422 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20465}
2017-10-27 10:14:45 +02:00
'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# 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': '134ee369521c676229d0c4c38a96fb54a5ab4967',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'libfuzzer_revision': '669ac87aa7abd5f59943deaf44b2802b638cb8a2',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling freetype
# and whatever else without interference from each other.
Roll chromium_revision 4d01f290d4..87a4e8f8a7 (588344:588971) Change log: https://chromium.googlesource.com/chromium/src/+log/4d01f290d4..87a4e8f8a7 Full diff: https://chromium.googlesource.com/chromium/src/+/4d01f290d4..87a4e8f8a7 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/89b059cf45..5e3858af13 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6a5f1f3698..b724075d9b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/09d71f227a..1b880176eb * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a9ff7768f7..3444338e10 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d461439d92..b3b74a1162 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5167fb3f66..638bda3a17 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e323bd9d22..e643854736 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/2c8e6279a7..9789c75b1a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cd9a1568ce..0ba8958086 DEPS diff: https://chromium.googlesource.com/chromium/src/+/4d01f290d4..87a4e8f8a7/DEPS Clang version changed 338452:340925 Details: https://chromium.googlesource.com/chromium/src/+/4d01f290d4..87a4e8f8a7/tools/clang/scripts/update.py TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I6e100bbabf5e4e01d4f5b48196e1958a834c5041 Reviewed-on: https://webrtc-review.googlesource.com/98301 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24590}
2018-09-05 12:45:06 -07:00
'freetype_revision': '9789c75b1a6faf01cbcc34d85bf1bb3f473743b1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling HarfBuzz
# and whatever else without interference from each other.
Roll chromium_revision 858c0de5ad..636e4e8cc4 (583305:583445) Change log: https://chromium.googlesource.com/chromium/src/+log/858c0de5ad..636e4e8cc4 Full diff: https://chromium.googlesource.com/chromium/src/+/858c0de5ad..636e4e8cc4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/632d99d8db..0641290c52 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e322d9cf51..7679962964 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/9a90d9aaad..2dff9c9c74 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8402344fe9..f725714b07 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ffe8c848fd..1cab0450a3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f94ca0cb97..463ffb905c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/af03ae194f..ba883cb5ed * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/b6fdcf4f8b..22defe0965 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/49e9e90d54..3b65c56174 DEPS diff: https://chromium.googlesource.com/chromium/src/+/858c0de5ad..636e4e8cc4/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: I7ca135752346981b5ae4184e0c482d6b8ddb9c08 Reviewed-on: https://webrtc-review.googlesource.com/94421 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24299}
2018-08-15 16:45:26 -07:00
'harfbuzz_revision': '22defe0965adddaa09eebc13df7fa6c64e2abba3',
}
deps = {
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# 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' + '@' + '2b12ea143f06441f27515230300f192f6f7b9d11',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/build':
Roll chromium_revision 8952ae0039..bd99b7d4a8 (590303:590554) Change log: https://chromium.googlesource.com/chromium/src/+log/8952ae0039..bd99b7d4a8 Full diff: https://chromium.googlesource.com/chromium/src/+/8952ae0039..bd99b7d4a8 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/93a1fb6519..142a80038b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b34c179617..107ec0dc4d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ba5ece0fdd..4d01607e13 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a815ede87f..77621d9252 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9567a1f0e5..cdcd43db7c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c80faf456d..fc2514597c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/56e273293a..ddda0b5b8a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/753fd86e86..96e1c6b7ce * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/815ac64615..faed70b9c6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/8952ae0039..bd99b7d4a8/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: If51ec645629084c617732163b2355bac98c7b3b5 Reviewed-on: https://webrtc-review.googlesource.com/99781 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24697}
2018-09-11 17:46:28 -07:00
Var('chromium_git') + '/chromium/src/build' + '@' + '107ec0dc4d210fa801217dd84491679350a9ad8c',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/buildtools':
Roll chromium_revision 858c0de5ad..636e4e8cc4 (583305:583445) Change log: https://chromium.googlesource.com/chromium/src/+log/858c0de5ad..636e4e8cc4 Full diff: https://chromium.googlesource.com/chromium/src/+/858c0de5ad..636e4e8cc4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/632d99d8db..0641290c52 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e322d9cf51..7679962964 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/9a90d9aaad..2dff9c9c74 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8402344fe9..f725714b07 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ffe8c848fd..1cab0450a3 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f94ca0cb97..463ffb905c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/af03ae194f..ba883cb5ed * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/b6fdcf4f8b..22defe0965 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/49e9e90d54..3b65c56174 DEPS diff: https://chromium.googlesource.com/chromium/src/+/858c0de5ad..636e4e8cc4/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: I7ca135752346981b5ae4184e0c482d6b8ddb9c08 Reviewed-on: https://webrtc-review.googlesource.com/94421 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24299}
2018-08-15 16:45:26 -07:00
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
# 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' + '@' +
'89af43c4d0506f69980f00dde78c97b2f81437f8',
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6c663aba7345aa8407d521d50d7d19795905ce0e',
'condition': 'checkout_ios',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '1070ff2f89c5f0148d26a64d7cfa81af3f7d3165',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6622e91c32b517d8911cbf57f89ccd84e777a5e2',
'src/third_party/android_ndk': {
Roll chromium_revision 636e4e8cc4..7e9f692ee3 (583445:583557) Change log: https://chromium.googlesource.com/chromium/src/+log/636e4e8cc4..7e9f692ee3 Full diff: https://chromium.googlesource.com/chromium/src/+/636e4e8cc4..7e9f692ee3 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0641290c52..cbd51013ad * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f725714b07..e279e55447 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1cab0450a3..8da3d81830 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/463ffb905c..f7ce0a7baf * src/third_party/android_ndk: https://chromium.googlesource.com/android_ndk.git/+log/5cd86312e7..4e2cea441b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fc13545ed4..f5981fb3c2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ba883cb5ed..3d429cf513 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3b65c56174..91e408e45d DEPS diff: https://chromium.googlesource.com/chromium/src/+/636e4e8cc4..7e9f692ee3/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: I775faf9f6c9d8fddf0efc5da96aded31cc14381f Reviewed-on: https://webrtc-review.googlesource.com/94445 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24300}
2018-08-15 22:45:28 -07:00
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
},
'src/third_party/android_tools': {
Roll chromium_revision ecf8a6133e..a88423acf9 (569618:571410) Change log: https://chromium.googlesource.com/chromium/src/+log/ecf8a6133e..a88423acf9 Full diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f7595e419a..311c937b26 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/69593eb8fa..c9333f9faf * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/5941c1b3df..9c9fd97928 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/181b18c878..34302909a8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8354b28f74..b47e929d27 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/46683344d7..b77d94a9b3 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/3545ab5b98..130499e252 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6ff2ba80b7..fec83fc78d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/87eefd4f11..e2d6bbca62 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c5a26a769e..ae1f03388f * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/7915fd51f1..a632fb547e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8648a64c83..583859d739 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/bc383e76d6..4d67b3e851 * src/third_party/r8: 1.0.30..1.2.28-cr0 * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/159d060dce..7a8bc9a90c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/592ddd1d14..6ff0d88db8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/DEPS Clang version changed 334100:335608 Details: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/tools/clang/scripts/update.py TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If3229d875265bca1bffffd01a793098ad2106f9f Reviewed-on: https://webrtc-review.googlesource.com/86240 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23779}
2018-06-28 23:45:19 -07:00
'url': Var('chromium_git') + '/android_tools.git' + '@' + '130499e25286f4d56acafa252fee09f3cc595c49',
'condition': 'checkout_android',
},
'src/third_party/auto/src': {
Roll chromium_revision 4d5bddb57d..824db4d831 (530122:530259) Change log: https://chromium.googlesource.com/chromium/src/+log/4d5bddb57d..824db4d831 Full diff: https://chromium.googlesource.com/chromium/src/+/4d5bddb57d..824db4d831 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1fceabc706..0f3c9c1a28 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b1e1be6aa8..d2e2727912 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/6fe4a32514..437a616be5 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8571dec5a5..f56b4593b6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7039acd4a7..516114b5c9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b1413b758f..b9503e86a2 * src/third_party/auto/src: https://chromium.googlesource.com/external/github.com/google/auto.git/+log/71802f2ae7..8a81a858ae * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fbd65219a8..b4706e7320 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5d6b00fac6..d12f91d882 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dc69317aa5..f35f247417 DEPS diff: https://chromium.googlesource.com/chromium/src/+/4d5bddb57d..824db4d831/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0d41e953d39cbf88c4de9d6a4ac3c8585f05fb4c Reviewed-on: https://webrtc-review.googlesource.com/41022 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21686}
2018-01-18 12:45:10 -08:00
'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '8a81a858ae7b78a1aef71ac3905fade0bbd64e82',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/catapult':
Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),
'src/third_party/ced/src': {
'url': Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'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' + '@' + '0425ebd2b395dd754606e3639c296c5619757451',
'src/third_party/errorprone/lib': {
Roll chromium_revision 3a1317cc43..fb0734bbb7 (553262:553995) except third_party/ffmpeg Change log: https://chromium.googlesource.com/chromium/src/+log/3a1317cc43..fb0734bbb7 Full diff: https://chromium.googlesource.com/chromium/src/+/3a1317cc43..fb0734bbb7 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/883d93659a..3d769d3b59 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6254389a64..403c903190 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/22391f0cd6..acfe41aa08 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/cb1b08132b..efdf54c18f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/785471e259..9537e2acb2 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0d6f848667..dc970d3e1f * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2c9a04604f..3b9bb81317 * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/e352be7c87..980d49e839 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/c6aed052ab..16ee25d205 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/26ad1acbcb..2157d8fa6f * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/aff99f5c22..e4194dc7bb * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2a8093a35f..f2823f163c DEPS diff: https://chromium.googlesource.com/chromium/src/+/3a1317cc43..fb0734bbb7/DEPS Clang version changed 329921:330570 Details: https://chromium.googlesource.com/chromium/src/+/3a1317cc43..fb0734bbb7/tools/clang/scripts/update.py TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ic8bf8c2710002878fb32cea165af1cf53e1cfa48 Reviewed-on: https://webrtc-review.googlesource.com/72842 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23038}
2018-04-26 15:49:11 +02:00
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/ffmpeg':
Roll chromium_revision fa9c81b199..2a799fa8c9 (554823:555682) Change log: https://chromium.googlesource.com/chromium/src/+log/fa9c81b199..2a799fa8c9 Full diff: https://chromium.googlesource.com/chromium/src/+/fa9c81b199..2a799fa8c9 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/a123d7adfa..18c4fb5123 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3e09ee495d..34746fc4e9 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/b7d53a9302..0b71401b97 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ba4b83bf42..9d12c081b1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0e717bdaa1..9eb474a1eb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4e16929f46..eb87e1d263 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/21bd95c909..978be7439d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/65dbd53944..6c692edf01 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/156e91a4f3..90210b5e10 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/3b460db214..e4408a07be * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d8ecfb8461..958df72a9f DEPS diff: https://chromium.googlesource.com/chromium/src/+/fa9c81b199..2a799fa8c9/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: I129c654769b73d35d173986978e8db3baf64548b Reviewed-on: https://webrtc-review.googlesource.com/74060 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23093}
2018-05-03 02:44:16 -07:00
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '90210b5e10d3917567a3025e4853704bfefd8384',
'src/third_party/findbugs': {
'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67',
'condition': 'checkout_android',
},
'src/third_party/freetype/src':
Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_revision'),
'src/third_party/harfbuzz-ng/src':
Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + Var('harfbuzz_revision'),
# WebRTC-only dependency (not present in Chromium).
'src/third_party/gtest-parallel':
Roll chromium_revision 4dd959af57..06e87fb3dc (579686:580149) Change log: https://chromium.googlesource.com/chromium/src/+log/4dd959af57..06e87fb3dc Full diff: https://chromium.googlesource.com/chromium/src/+/4dd959af57..06e87fb3dc Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4b0b86b8b4..e15177f81a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/e9eade234d..fbf9211933 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/69485848c6..ff92b8db88 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/39667a68df..340252637e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/74ddeed04a..a42c5d9439 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5c2d9e757a..c988ddf7b1 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/cb3514a085..fe7f791f14 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e26055aead..0a1519743e DEPS diff: https://chromium.googlesource.com/chromium/src/+/4dd959af57..06e87fb3dc/DEPS Clang version changed 337439:338452 Details: https://chromium.googlesource.com/chromium/src/+/4dd959af57..06e87fb3dc/tools/clang/scripts/update.py TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I626f49a90bcf67b2ab10970bdfb02ddb75dc7387 Reviewed-on: https://webrtc-review.googlesource.com/92100 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24179}
2018-08-02 06:09:25 -07:00
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'fe7f791f14769390d0b124ef8231cde4d575eb12',
2018-08-30 11:08:38 +02:00
'src/third_party/google-truth': {
'packages': [
{
'package': 'chromium/third_party/google-truth',
'version': 'version:0.40',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/googletest/src':
Roll chromium_revision c1d4701..bbc67a1bd5 (585833:587546) Change log: https://chromium.googlesource.com/chromium/src/+log/c1d4701..bbc67a1bd5 Full diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5 Manual changes: * Added proguard Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/57d26a0c82..6a5f1f36984a26 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9369f699ce..6ddd98a72a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c1acec6af3..1a16d6dec5 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e44d06625..d539d93822 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..cb32668137 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/d526632675..2e68926a9d * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/a1750dbc79..61a2bbaa9a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/dbcb89be24..0bfab06084 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86ee5d2701..d59f2cb6e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I10a4ecab485742818363b76473f9ea45c12aec82 Reviewed-on: https://webrtc-review.googlesource.com/96841 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24521}
2018-09-01 15:04:52 +02:00
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '2e68926a9d4929e9289373cd49e40ddcb9a628f7',
'src/third_party/icu': {
Roll chromium_revision de6484608c..8952ae0039 (589477:590303) Change log: https://chromium.googlesource.com/chromium/src/+log/de6484608c..8952ae0039 Full diff: https://chromium.googlesource.com/chromium/src/+/de6484608c..8952ae0039 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2e3b697294..93a1fb6519 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6533d0538d..b34c179617 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/69ec23fc6a..ba5ece0fdd * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ea02f4bb3f..a815ede87f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b45a62004d..9567a1f0e5 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bcc3e491fb..c80faf456d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/515e7fe037..56e273293a * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/a191af9d02..7ca3ffa77d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5999232ae4..815ac64615 DEPS diff: https://chromium.googlesource.com/chromium/src/+/de6484608c..8952ae0039/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I5ed93c5c60d7b5b69efc5bbd2c41afc32b996079 Reviewed-on: https://webrtc-review.googlesource.com/99524 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24693}
2018-09-11 07:45:38 -07:00
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7ca3ffa77d635e44b9735e1b54fb9c4da3b6c821',
},
'src/third_party/jsr-305/src': {
'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/jsoncpp/source':
Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
'src/third_party/junit/src': {
'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# Used for building libFuzzers (only supports Linux).
'src/third_party/libFuzzer/src':
Roll chromium_revision aec6acbb0b..e4af4cd23d (498770:499163) + URL fix Change DEPS URL for src/third_party/libFuzzer to match Chromium see https://chromium-review.googlesource.com/c/chromium/src/+/646367 Change log: https://chromium.googlesource.com/chromium/src/+log/aec6acbb0b..e4af4cd23d Full diff: https://chromium.googlesource.com/chromium/src/+/aec6acbb0b..e4af4cd23d Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ff5f95aa5a..05371e0074 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/32a4a504b8..aada8ecbbe * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/5af0a3a8b8..84fdc99243 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/306120e94a..69e06068e0 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8680a9cd0e..711e0a30d1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7c7f5b698c..06913e14f0 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/b18300c0d1..017fd5cf4c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e081cbe5aa..b2e961b117 * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/0ccaf33cf6..b02c65cc6d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5c3f3eaccf..380d9ad7cf DEPS diff: https://chromium.googlesource.com/chromium/src/+/aec6acbb0b..e4af4cd23d/DEPS No update to Clang. TBR=kjellander@webrtc.org BUG=chromium:720129 CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3011833002 Cr-Commit-Position: refs/heads/master@{#19638}
2017-09-01 05:43:07 -07:00
Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libjpeg_turbo':
Roll chromium_revision c1d4701..bbc67a1bd5 (585833:587546) Change log: https://chromium.googlesource.com/chromium/src/+log/c1d4701..bbc67a1bd5 Full diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5 Manual changes: * Added proguard Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/57d26a0c82..6a5f1f36984a26 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9369f699ce..6ddd98a72a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c1acec6af3..1a16d6dec5 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e44d06625..d539d93822 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..cb32668137 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/d526632675..2e68926a9d * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/a1750dbc79..61a2bbaa9a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/dbcb89be24..0bfab06084 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86ee5d2701..d59f2cb6e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I10a4ecab485742818363b76473f9ea45c12aec82 Reviewed-on: https://webrtc-review.googlesource.com/96841 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24521}
2018-09-01 15:04:52 +02:00
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '61a2bbaa9aec89cb2c882d87ace6aba9aee49bb9',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libsrtp':
Roll chromium_revision 690394a8a7..5edb31a0cd (582511:582911) Change log: https://chromium.googlesource.com/chromium/src/+log/690394a8a7..5edb31a0cd Full diff: https://chromium.googlesource.com/chromium/src/+/690394a8a7..5edb31a0cd Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fe1611262d..94235ec304 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ddcfe1a1c6..188e8c57a7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8bce498aae..9df813679a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b07830f690..91f6974c3d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ddc6e6fdb5..0ab32a0a7d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/21cd5a3096..193e933801 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/578bcf103a..96b5e50090 * src/third_party/libsrtp: https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/fc2345089a..368abd6bb3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/6fd9d0244c..b8642738c9 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/957e87c052..360e3c21b5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/690394a8a7..5edb31a0cd/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: Icadf789b48de45dc716632aec5b3905e8528f45e Reviewed-on: https://webrtc-review.googlesource.com/94180 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24278}
2018-08-14 07:45:46 -07:00
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '368abd6bb3091df2b354250818714f72f0692ca5',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libvpx/source/libvpx':
Roll chromium_revision 8952ae0039..bd99b7d4a8 (590303:590554) Change log: https://chromium.googlesource.com/chromium/src/+log/8952ae0039..bd99b7d4a8 Full diff: https://chromium.googlesource.com/chromium/src/+/8952ae0039..bd99b7d4a8 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/93a1fb6519..142a80038b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b34c179617..107ec0dc4d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ba5ece0fdd..4d01607e13 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a815ede87f..77621d9252 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9567a1f0e5..cdcd43db7c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c80faf456d..fc2514597c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/56e273293a..ddda0b5b8a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/753fd86e86..96e1c6b7ce * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/815ac64615..faed70b9c6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/8952ae0039..bd99b7d4a8/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: If51ec645629084c617732163b2355bac98c7b3b5 Reviewed-on: https://webrtc-review.googlesource.com/99781 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24697}
2018-09-11 17:46:28 -07:00
Var('chromium_git') + '/webm/libvpx.git' + '@' + '96e1c6b7ce910ed4b7c79069a9d55307bd6dd257',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libyuv':
Roll chromium_revision 450316fffc..d03e9be2ec (589248:589368) Change log: https://chromium.googlesource.com/chromium/src/+log/450316fffc..d03e9be2ec Full diff: https://chromium.googlesource.com/chromium/src/+/450316fffc..d03e9be2ec Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/3e92bda546..9ae2c8c4c9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ebaffbc692..6533d0538d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/589b5014c9..9f1665f0ba * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/2030744249..dcc549489a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6adbdba00a..b699212fd8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0f5a0b4409..b56a43a906 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/d694f0a82b..9a07219dc8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/901e527957..96ea619391 DEPS diff: https://chromium.googlesource.com/chromium/src/+/450316fffc..d03e9be2ec/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I303c7fc605a7b5e72ecc70021e057c60a2532dda Reviewed-on: https://webrtc-review.googlesource.com/98706 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24616}
2018-09-06 16:44:54 -07:00
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '9a07219dc8fbf2b77e390d16bd24809444838a91',
'src/third_party/lss': {
'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
'condition': 'checkout_android or checkout_linux',
},
'src/third_party/mockito/src': {
Roll chromium_revision cb8b61b491..72ef4e4784 (569376:569500) Change log: https://chromium.googlesource.com/chromium/src/+log/cb8b61b491..72ef4e4784 Full diff: https://chromium.googlesource.com/chromium/src/+/cb8b61b491..72ef4e4784 Roll chromium third_party b0f19bfaad..1703674da3 Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/b0f19bfaad..1703674da3 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4d325e07ed..9559d3ec4d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c3e2883ba8..379377c701 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/720bfc790a..a0396d2bff * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/12897eb458..6de780425c * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/c22a664c39..3545ab5b98 * src/third_party/byte_buddy: 1.4.17-cr0..1.8.8-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/53842b6cbc..7a75f465f5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/04925ac3f7..4099daa97b * src/third_party/mockito/src: https://chromium.googlesource.com/external/mockito/mockito.git/+log/de83ad4598..04a2a289a4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/674f7d10b4..2e2b8c6c4c DEPS diff: https://chromium.googlesource.com/chromium/src/+/cb8b61b491..72ef4e4784/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: I25752a6f3bf8c8e8bc2f416bfc89bb77221e1157 Reviewed-on: https://webrtc-review.googlesource.com/84980 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23718}
2018-06-21 18:44:09 -07:00
'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + '04a2a289a4222f80ad20717c25144981210d2eac',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/openh264/src':
Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '3b51f16a4a41df729f8d647f03e48c5f272911ff',
'src/third_party/r8': {
'packages': [
{
'package': 'chromium/third_party/r8',
Roll chromium_revision ecf8a6133e..a88423acf9 (569618:571410) Change log: https://chromium.googlesource.com/chromium/src/+log/ecf8a6133e..a88423acf9 Full diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f7595e419a..311c937b26 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/69593eb8fa..c9333f9faf * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/5941c1b3df..9c9fd97928 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/181b18c878..34302909a8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8354b28f74..b47e929d27 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/46683344d7..b77d94a9b3 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/3545ab5b98..130499e252 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6ff2ba80b7..fec83fc78d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/87eefd4f11..e2d6bbca62 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c5a26a769e..ae1f03388f * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/7915fd51f1..a632fb547e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8648a64c83..583859d739 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/bc383e76d6..4d67b3e851 * src/third_party/r8: 1.0.30..1.2.28-cr0 * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/159d060dce..7a8bc9a90c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/592ddd1d14..6ff0d88db8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/DEPS Clang version changed 334100:335608 Details: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/tools/clang/scripts/update.py TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If3229d875265bca1bffffd01a793098ad2106f9f Reviewed-on: https://webrtc-review.googlesource.com/86240 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23779}
2018-06-28 23:45:19 -07:00
'version': 'version:1.2.28-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision c1d4701..bbc67a1bd5 (585833:587546) Change log: https://chromium.googlesource.com/chromium/src/+log/c1d4701..bbc67a1bd5 Full diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5 Manual changes: * Added proguard Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/57d26a0c82..6a5f1f36984a26 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9369f699ce..6ddd98a72a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c1acec6af3..1a16d6dec5 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e44d06625..d539d93822 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..cb32668137 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/d526632675..2e68926a9d * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/a1750dbc79..61a2bbaa9a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/dbcb89be24..0bfab06084 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86ee5d2701..d59f2cb6e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I10a4ecab485742818363b76473f9ea45c12aec82 Reviewed-on: https://webrtc-review.googlesource.com/96841 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24521}
2018-09-01 15:04:52 +02:00
'src/third_party/proguard': {
'packages': [
{
'package': 'chromium/third_party/proguard',
'version': '3bd778c422ea5496de2ef25c007a517dbb5ce5ca',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/requests/src': {
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
'condition': 'checkout_android',
},
'src/third_party/robolectric/robolectric': {
'url': Var('chromium_git') + '/external/robolectric.git' + '@' + '7e067f1112e1502caa742f7be72d37b5678d3403',
'condition': 'checkout_android',
},
'src/third_party/ub-uiautomator/lib': {
'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/usrsctp/usrsctplib':
Roll chromium_revision ecf8a6133e..a88423acf9 (569618:571410) Change log: https://chromium.googlesource.com/chromium/src/+log/ecf8a6133e..a88423acf9 Full diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f7595e419a..311c937b26 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/69593eb8fa..c9333f9faf * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/5941c1b3df..9c9fd97928 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/181b18c878..34302909a8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8354b28f74..b47e929d27 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/46683344d7..b77d94a9b3 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/3545ab5b98..130499e252 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6ff2ba80b7..fec83fc78d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/87eefd4f11..e2d6bbca62 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c5a26a769e..ae1f03388f * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/7915fd51f1..a632fb547e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8648a64c83..583859d739 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/bc383e76d6..4d67b3e851 * src/third_party/r8: 1.0.30..1.2.28-cr0 * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/159d060dce..7a8bc9a90c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/592ddd1d14..6ff0d88db8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/DEPS Clang version changed 334100:335608 Details: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/tools/clang/scripts/update.py TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If3229d875265bca1bffffd01a793098ad2106f9f Reviewed-on: https://webrtc-review.googlesource.com/86240 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23779}
2018-06-28 23:45:19 -07:00
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7a8bc9a90ca96634aa56ee712856d97f27d903f8',
# WebRTC-only dependency (not present in Chromium).
'src/third_party/winsdk_samples': {
'url': Var('webrtc_git') + '/deps/third_party/winsdk_samples_v71' + '@' + 'a59391ef795986633735a1695caa97622a9bfd56',
'condition': 'checkout_win',
},
# Dependency used by libjpeg-turbo.
'src/third_party/yasm/binaries': {
'url': Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
'condition': 'checkout_win',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/yasm/source/patched-yasm':
Roll chromium_revision 8e73d7c222..53ed5722bc (573045:573145) Change log: https://chromium.googlesource.com/chromium/src/+log/8e73d7c222..53ed5722bc Full diff: https://chromium.googlesource.com/chromium/src/+/8e73d7c222..53ed5722bc Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/87f7de05ae..bda1d06b05 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/61fee7301e..c2d5b911d4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8dfacb2574..8fdb815e30 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6a3c6b6752..127004e03d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9ed4e4f506..16f02c4a3c * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/fec83fc78d..c7db3232c3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7439a1c6b1..8a075d7c37 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5484b866dc..92745a5b0e * src/third_party/yasm/source/patched-yasm: https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git/+log/b98114e18d..720b70524a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3adda8b9a9..218677b12a DEPS diff: https://chromium.googlesource.com/chromium/src/+/8e73d7c222..53ed5722bc/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ib3aced6a38db4fbf48dccd634209575d14b847a9 Reviewed-on: https://webrtc-review.googlesource.com/87488 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23879}
2018-07-06 20:45:02 -07:00
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'd55295fc723e0c8b1329f97b8e8de8ac8ef0c2df',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
'src/third_party/accessibility_test_framework': {
'packages': [
{
'package': 'chromium/third_party/accessibility-test-framework',
'version': 'version:2.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_support_test_runner': {
'packages': [
{
'package': 'chromium/third_party/android_support_test_runner',
'version': 'version:0.5-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/apk-patch-size-estimator': {
'packages': [
{
'package': 'chromium/third_party/apk-patch-size-estimator',
'version': 'version:0.2-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/bazel': {
'packages': [
{
'package': 'chromium/third_party/bazel',
'version': 'version:0.10.0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/bouncycastle': {
'packages': [
{
'package': 'chromium/third_party/bouncycastle',
'version': 'version:1.46-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/byte_buddy': {
'packages': [
{
'package': 'chromium/third_party/byte_buddy',
Roll chromium_revision cb8b61b491..72ef4e4784 (569376:569500) Change log: https://chromium.googlesource.com/chromium/src/+log/cb8b61b491..72ef4e4784 Full diff: https://chromium.googlesource.com/chromium/src/+/cb8b61b491..72ef4e4784 Roll chromium third_party b0f19bfaad..1703674da3 Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/b0f19bfaad..1703674da3 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4d325e07ed..9559d3ec4d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c3e2883ba8..379377c701 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/720bfc790a..a0396d2bff * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/12897eb458..6de780425c * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/c22a664c39..3545ab5b98 * src/third_party/byte_buddy: 1.4.17-cr0..1.8.8-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/53842b6cbc..7a75f465f5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/04925ac3f7..4099daa97b * src/third_party/mockito/src: https://chromium.googlesource.com/external/mockito/mockito.git/+log/de83ad4598..04a2a289a4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/674f7d10b4..2e2b8c6c4c DEPS diff: https://chromium.googlesource.com/chromium/src/+/cb8b61b491..72ef4e4784/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: I25752a6f3bf8c8e8bc2f416bfc89bb77221e1157 Reviewed-on: https://webrtc-review.googlesource.com/84980 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23718}
2018-06-21 18:44:09 -07:00
'version': 'version:1.8.8-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/espresso': {
'packages': [
{
'package': 'chromium/third_party/espresso',
'version': 'version:2.2.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/gson': {
'packages': [
{
'package': 'chromium/third_party/gson',
'version': 'version:2.8.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/guava': {
'packages': [
{
'package': 'chromium/third_party/guava',
'version': 'version:23.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/hamcrest': {
'packages': [
{
'package': 'chromium/third_party/hamcrest',
'version': 'version:1.3-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/icu4j': {
'packages': [
{
'package': 'chromium/third_party/icu4j',
'version': 'version:53.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/intellij': {
'packages': [
{
'package': 'chromium/third_party/intellij',
'version': 'version:12.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Revert "Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605)" This reverts commit 38bdf21569b2c00f5cf0a20fcd8ef906ae5198d8. Reason for revert: It looks like win debug bots started hanging with this change (???) Original change's description: > Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) > > Manual changes: > * Updated the list of generated Android DEPS > * Removed javax_inject since it was removed from chromium > * Add google-truth and proguard > > Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 > Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf > * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 > * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a > * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS > > No update to Clang. > > TBR=phoglund@webrtc.org, > BUG=None > CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal > > Remove javax_inject > > > Update generated Android DEPS. > > Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a > Reviewed-on: https://webrtc-review.googlesource.com/96422 > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24466} TBR=phoglund@webrtc.org Change-Id: Ia808d6bcaaa96c3f854d497360c144b531f37f67 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal Reviewed-on: https://webrtc-review.googlesource.com/96561 Reviewed-by: Patrik Höglund <phoglund@google.com> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#24468}
2018-08-28 14:12:02 +00:00
'src/third_party/objenesis': {
'packages': [
{
Revert "Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605)" This reverts commit 38bdf21569b2c00f5cf0a20fcd8ef906ae5198d8. Reason for revert: It looks like win debug bots started hanging with this change (???) Original change's description: > Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) > > Manual changes: > * Updated the list of generated Android DEPS > * Removed javax_inject since it was removed from chromium > * Add google-truth and proguard > > Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 > Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf > * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 > * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a > * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS > > No update to Clang. > > TBR=phoglund@webrtc.org, > BUG=None > CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal > > Remove javax_inject > > > Update generated Android DEPS. > > Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a > Reviewed-on: https://webrtc-review.googlesource.com/96422 > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24466} TBR=phoglund@webrtc.org Change-Id: Ia808d6bcaaa96c3f854d497360c144b531f37f67 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal Reviewed-on: https://webrtc-review.googlesource.com/96561 Reviewed-by: Patrik Höglund <phoglund@google.com> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#24468}
2018-08-28 14:12:02 +00:00
'package': 'chromium/third_party/objenesis',
'version': 'version:2.4-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Revert "Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605)" This reverts commit 38bdf21569b2c00f5cf0a20fcd8ef906ae5198d8. Reason for revert: It looks like win debug bots started hanging with this change (???) Original change's description: > Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) > > Manual changes: > * Updated the list of generated Android DEPS > * Removed javax_inject since it was removed from chromium > * Add google-truth and proguard > > Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 > Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf > * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 > * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a > * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS > > No update to Clang. > > TBR=phoglund@webrtc.org, > BUG=None > CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal > > Remove javax_inject > > > Update generated Android DEPS. > > Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a > Reviewed-on: https://webrtc-review.googlesource.com/96422 > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24466} TBR=phoglund@webrtc.org Change-Id: Ia808d6bcaaa96c3f854d497360c144b531f37f67 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal Reviewed-on: https://webrtc-review.googlesource.com/96561 Reviewed-by: Patrik Höglund <phoglund@google.com> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#24468}
2018-08-28 14:12:02 +00:00
'src/third_party/ow2_asm': {
'packages': [
{
Revert "Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605)" This reverts commit 38bdf21569b2c00f5cf0a20fcd8ef906ae5198d8. Reason for revert: It looks like win debug bots started hanging with this change (???) Original change's description: > Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) > > Manual changes: > * Updated the list of generated Android DEPS > * Removed javax_inject since it was removed from chromium > * Add google-truth and proguard > > Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 > Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf > * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 > * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a > * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS > > No update to Clang. > > TBR=phoglund@webrtc.org, > BUG=None > CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal > > Remove javax_inject > > > Update generated Android DEPS. > > Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a > Reviewed-on: https://webrtc-review.googlesource.com/96422 > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24466} TBR=phoglund@webrtc.org Change-Id: Ia808d6bcaaa96c3f854d497360c144b531f37f67 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal Reviewed-on: https://webrtc-review.googlesource.com/96561 Reviewed-by: Patrik Höglund <phoglund@google.com> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#24468}
2018-08-28 14:12:02 +00:00
'package': 'chromium/third_party/ow2_asm',
'version': 'version:5.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/robolectric': {
'packages': [
{
'package': 'chromium/third_party/robolectric',
'version': 'version:3.5.1',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/sqlite4java': {
'packages': [
{
'package': 'chromium/third_party/sqlite4java',
'version': 'version:0.282-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/xstream': {
'packages': [
{
'package': 'chromium/third_party/xstream',
'version': 'version:1.4.8-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
# === ANDROID_DEPS Start ===
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
# Copied from chromium/src/DEPS, which in turn are generated by
# //tools/android/roll/android_deps/fetch_all.py.
'src/third_party/android_deps/libs/android_arch_core_common': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/android_arch_core_common',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/android_arch_lifecycle_common': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_common',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/android_arch_lifecycle_runtime': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_runtime',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_animated_vector_drawable': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_animated_vector_drawable',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_appcompat_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_appcompat_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_cardview_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_cardview_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_design': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_design',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_gridlayout_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_gridlayout_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_leanback_v17': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_leanback_v17',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_mediarouter_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_mediarouter_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_multidex': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_multidex',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_palette_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_palette_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_preference_leanback_v17': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_preference_leanback_v17',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_preference_v14': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_preference_v14',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_preference_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_preference_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_recyclerview_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_recyclerview_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_annotations': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_annotations',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_compat': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_compat',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_core_ui': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_core_ui',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_core_utils': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_core_utils',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_fragment': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_fragment',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_media_compat': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_media_compat',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_v13': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_v13',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_v4': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_v4',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_vector_drawable': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_vector_drawable',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_transition': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_transition',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_auth': {
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
'packages': [
{
2018-08-30 11:08:38 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone',
'version': 'version:15.0.1-cr0',
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base',
Roll chromium_revision c092e144b5..e247d79575 (584376:584490) Change log: https://chromium.googlesource.com/chromium/src/+log/c092e144b5..e247d79575 Full diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32d57313c7..f0547ccf1a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f41ceba9a5..10140842ef * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3ed19f4788..0ffa776c67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e10938513c..42cc7af495 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f62079a0f9..e8964a2cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8aaa45e5d3..44aee9142b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia7d89cd0d0381191b1d4c695e044b6439baae0ec Reviewed-on: https://webrtc-review.googlesource.com/94960 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24351}
2018-08-20 10:45:52 -07:00
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_base': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_base',
Roll chromium_revision c092e144b5..e247d79575 (584376:584490) Change log: https://chromium.googlesource.com/chromium/src/+log/c092e144b5..e247d79575 Full diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32d57313c7..f0547ccf1a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f41ceba9a5..10140842ef * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3ed19f4788..0ffa776c67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e10938513c..42cc7af495 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f62079a0f9..e8964a2cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8aaa45e5d3..44aee9142b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia7d89cd0d0381191b1d4c695e044b6439baae0ec Reviewed-on: https://webrtc-review.googlesource.com/94960 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24351}
2018-08-20 10:45:52 -07:00
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_basement': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_basement',
Roll chromium_revision c092e144b5..e247d79575 (584376:584490) Change log: https://chromium.googlesource.com/chromium/src/+log/c092e144b5..e247d79575 Full diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32d57313c7..f0547ccf1a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f41ceba9a5..10140842ef * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3ed19f4788..0ffa776c67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e10938513c..42cc7af495 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f62079a0f9..e8964a2cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8aaa45e5d3..44aee9142b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia7d89cd0d0381191b1d4c695e044b6439baae0ec Reviewed-on: https://webrtc-review.googlesource.com/94960 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24351}
2018-08-20 10:45:52 -07:00
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_cast': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cast',
'version': 'version:16.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework',
'version': 'version:16.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_fido': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_fido',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_flags': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_flags',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_gcm',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_iid': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_iid',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps',
'version': 'version:16.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_location': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_location',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_stats': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_stats',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_tasks',
Roll chromium_revision c092e144b5..e247d79575 (584376:584490) Change log: https://chromium.googlesource.com/chromium/src/+log/c092e144b5..e247d79575 Full diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32d57313c7..f0547ccf1a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f41ceba9a5..10140842ef * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3ed19f4788..0ffa776c67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e10938513c..42cc7af495 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f62079a0f9..e8964a2cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8aaa45e5d3..44aee9142b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia7d89cd0d0381191b1d4c695e044b6439baae0ec Reviewed-on: https://webrtc-review.googlesource.com/94960 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24351}
2018-08-20 10:45:52 -07:00
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_vision': {
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
'packages': [
{
2018-08-30 11:08:38 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_vision',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_play_core': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core',
'version': 'version:1.3.0-cr0',
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_dagger_dagger': {
'packages': [
{
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger',
'version': 'version:2.17-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_dagger_dagger_compiler': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_compiler',
'version': 'version:2.17-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_dagger_dagger_producers': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_producers',
'version': 'version:2.17-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_dagger_dagger_spi': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_spi',
'version': 'version:2.17-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_errorprone_javac_shaded': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_javac_shaded',
'version': 'version:9-dev-r4023-3-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format',
'version': 'version:1.5-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_guava_guava': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_guava_guava',
'version': 'version:25.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_squareup_javapoet': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_javapoet',
'version': 'version:1.11.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/javax_annotation_jsr250_api': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/javax_annotation_jsr250_api',
'version': 'version:1.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/javax_inject_javax_inject': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/javax_inject_javax_inject',
'version': 'version:1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
},
# === ANDROID_DEPS End ===
}
hooks = [
{
# This clobbers when necessary (based on get_landmines.py). It should be
# an early hook but it will need to be run after syncing Chromium and
# setting up the links, so the script actually exists.
'name': 'landmines',
'pattern': '.',
'action': [
'python',
'src/build/landmines.py',
'--landmine-scripts',
'src/tools_webrtc/get_landmines.py',
'--src-dir',
'src',
],
},
{
# Ensure that the DEPS'd "depot_tools" has its self-update capability
# disabled.
'name': 'disable_depot_tools_selfupdate',
'pattern': '.',
'action': [
'python',
'src/third_party/depot_tools/update_depot_tools_toggle.py',
'--disable',
],
},
{
'name': 'sysroot_arm',
'pattern': '.',
'condition': 'checkout_linux and checkout_arm',
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=arm'],
},
{
'name': 'sysroot_arm64',
'pattern': '.',
'condition': 'checkout_linux and checkout_arm64',
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=arm64'],
},
{
'name': 'sysroot_x86',
'pattern': '.',
'condition': 'checkout_linux and (checkout_x86 or checkout_x64)',
# TODO(mbonadei): change to --arch=x86.
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=i386'],
},
{
'name': 'sysroot_mips',
'pattern': '.',
'condition': 'checkout_linux and checkout_mips',
# TODO(mbonadei): change to --arch=mips.
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=mipsel'],
},
{
'name': 'sysroot_x64',
'pattern': '.',
'condition': 'checkout_linux and checkout_x64',
# TODO(mbonadei): change to --arch=x64.
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
'--arch=amd64'],
},
{
# Case-insensitivity for the Win SDK. Must run before win_toolchain below.
'name': 'ciopfs_linux',
'pattern': '.',
'condition': 'checkout_win and host_os == "linux"',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/ciopfs',
'-s', 'src/build/ciopfs.sha1',
]
},
{
# Update the Windows toolchain if necessary. Must run before 'clang' below.
'name': 'win_toolchain',
'pattern': '.',
'condition': 'checkout_win',
'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'],
},
{
# Update the Mac toolchain if necessary.
'name': 'mac_toolchain',
'pattern': '.',
'condition': 'checkout_mac',
'action': ['python', 'src/build/mac_toolchain.py'],
},
# Pull binutils for linux, enabled debug fission for faster linking /
# debugging when used with clang on Ubuntu Precise.
# https://code.google.com/p/chromium/issues/detail?id=352046
{
'name': 'binutils',
'pattern': 'src/third_party/binutils',
'condition': 'host_os == "linux"',
'action': [
'python',
'src/third_party/binutils/download.py',
],
},
{
# Note: On Win, this should run after win_toolchain, as it may use it.
'name': 'clang',
'pattern': '.',
'action': ['python', 'src/tools/clang/scripts/update.py'],
},
{
# Update LASTCHANGE.
'name': 'lastchange',
'pattern': '.',
'action': ['python', 'src/build/util/lastchange.py',
'-o', 'src/build/util/LASTCHANGE'],
},
# Pull GN binaries.
{
'name': 'gn_win',
'pattern': '.',
'condition': 'host_os == "win"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=win32',
'--no_auth',
'--bucket', 'chromium-gn',
'-s', 'src/buildtools/win/gn.exe.sha1',
],
},
{
'name': 'gn_mac',
'pattern': '.',
'condition': 'host_os == "mac"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=darwin',
'--no_auth',
'--bucket', 'chromium-gn',
'-s', 'src/buildtools/mac/gn.sha1',
],
},
{
'name': 'gn_linux64',
'pattern': '.',
'condition': 'host_os == "linux"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=linux*',
'--no_auth',
'--bucket', 'chromium-gn',
'-s', 'src/buildtools/linux64/gn.sha1',
],
},
# Pull clang-format binaries using checked-in hashes.
{
'name': 'clang_format_win',
'pattern': '.',
'condition': 'host_os == "win"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=win32',
'--no_auth',
'--bucket', 'chromium-clang-format',
'-s', 'src/buildtools/win/clang-format.exe.sha1',
],
},
{
'name': 'clang_format_mac',
'pattern': '.',
'condition': 'host_os == "mac"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=darwin',
'--no_auth',
'--bucket', 'chromium-clang-format',
'-s', 'src/buildtools/mac/clang-format.sha1',
],
},
{
'name': 'clang_format_linux',
'pattern': '.',
'condition': 'host_os == "linux"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=linux*',
'--no_auth',
'--bucket', 'chromium-clang-format',
'-s', 'src/buildtools/linux64/clang-format.sha1',
],
},
Roll chromium_revision f4ecd4bed3..f1b66c7b37 (508787:512062) + Windows fix Includes a fix for Windows build by mbonadei@: Adding rc to DEPS using checked-in hashes. https://webrtc-review.googlesource.com/14780 Change log: https://chromium.googlesource.com/chromium/src/+log/f4ecd4bed3..f1b66c7b37 Full diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/041cecf43e..987a84e03a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8afa1551c5..e1ba03bda3 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/f6d165d9d8..e043d81e91 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f556c12cad..ef56503ef5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/744b907c60..94d5c035a5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/96b848f800..bd60ce1398 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca9dc7245b..110e5f6c0d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6f19655f67..52d748d48b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a2..781e71e49f * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/6a55852cd7..16b8b7298b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3098b6a245..f9e8b42758 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/ee20273811..3fee5ae8cb * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/caa116c9be..401e6d48bf * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/5b1af9a335..8fa02df3c0 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/63f24c8221..e6527b0cd4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6a9a695f5..8bff363f00 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5e8001d9a7..fe94e7274e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/DEPS Clang version changed 313786:315613 Details: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/tools/clang/scripts/update.py CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Bug: chromium:777448 Change-Id: I362bec887805f8d4a6649d57d752dcd34f0ea9c0 Reviewed-on: https://webrtc-review.googlesource.com/16422 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20465}
2017-10-27 10:14:45 +02:00
# Pull rc binaries using checked-in hashes.
{
'name': 'rc_win',
'pattern': '.',
'condition': 'checkout_win and host_os == "win"',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'src/build/toolchain/win/rc/win/rc.exe.sha1',
],
},
{
'name': 'rc_mac',
'pattern': '.',
'condition': 'checkout_win and host_os == "mac"',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'src/build/toolchain/win/rc/mac/rc.sha1',
],
},
{
'name': 'rc_linux',
'pattern': '.',
'condition': 'checkout_win and host_os == "linux"',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'src/build/toolchain/win/rc/linux64/rc.sha1',
],
},
# Pull luci-go binaries (isolate, swarming) using checked-in hashes.
{
'name': 'luci-go_win',
'pattern': '.',
'condition': 'host_os == "win"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=win32',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/win64',
],
},
{
'name': 'luci-go_mac',
'pattern': '.',
'condition': 'host_os == "mac"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=darwin',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/mac64',
],
},
{
'name': 'luci-go_linux',
'pattern': '.',
'condition': 'host_os == "linux"',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=linux*',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/linux64',
],
},
{
'name': 'msan_chained_origins',
'pattern': '.',
'condition': 'checkout_instrumented_libraries',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
"--no_resume",
"--no_auth",
"--bucket", "chromium-instrumented-libraries",
"-s", "src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1",
],
},
{
'name': 'msan_no_origins',
'pattern': '.',
'condition': 'checkout_instrumented_libraries',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
"--no_resume",
"--no_auth",
"--bucket", "chromium-instrumented-libraries",
"-s", "src/third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1",
],
},
{
# Download test resources, i.e. video and audio files from Google Storage.
'pattern': '.',
'action': ['download_from_google_storage',
'--directory',
'--recursive',
'--num_threads=10',
'--no_auth',
'--quiet',
'--bucket', 'chromium-webrtc-resources',
'src/resources'],
},
{
# This downloads SDK extras and puts them in the
# third_party/android_tools/sdk/extras directory.
'name': 'sdkextras',
'pattern': '.',
'condition': 'checkout_android',
# When adding a new sdk extras package to download, add the package
# directory and zip file to .gitignore in third_party/android_tools.
'action': ['python',
'src/build/android/play_services/update.py',
'download'
],
},
]
recursedeps = [
# buildtools provides clang_format, libc++, and libc++abi.
'src/buildtools',
# android_tools manages the NDK.
'src/third_party/android_tools',
]
# Define rules for which include paths are allowed in our source.
include_rules = [
# Base is only used to build Android APK tests and may not be referenced by
# WebRTC production code.
"-base",
"-chromium",
"+external/webrtc/webrtc", # Android platform build.
"+libyuv",
# These should eventually move out of here.
"+common_types.h",
"+WebRTC",
"+api",
"+modules/include",
"+rtc_base",
"+test",
"+rtc_tools",
Reland "Use absl::optional instead or rtc::Optional" This reverts commit 28e6a164bf9d2a42545d058bd50d39e1767f7398. Reason for revert: the static initializer removed from abseil Original change's description: > Revert "Use absl::optional instead or rtc::Optional" > > This reverts commit 7ba9e92fa0dfb16579f4f6ecd746397bdfdd174d. > > Reason for revert: Breaks Chromium static initialized regression test. > https://ci.chromium.org/p/chromium/builders/luci.chromium.try/android-marshmallow-arm64-rel/5068 > > Original change's description: > > Use absl::optional instead or rtc::Optional > > > > BUG: webrtc:9078 > > Change-Id: I69aedce324d86e8894b81210a2de17c5ef68fd11 > > Reviewed-on: https://webrtc-review.googlesource.com/77082 > > Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> > > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > > Cr-Commit-Position: refs/heads/master@{#23440} > > TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org > > Change-Id: I09ae74bddc69d0b25c8dfbcacc4ec906b34ca748 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/79980 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#23449} TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ib5dc71fb63fe02b78743b03f8252b962616eead0 Bug: webrtc:9078 Reviewed-on: https://webrtc-review.googlesource.com/82760 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23586}
2018-06-11 07:48:31 +00:00
# Abseil whitelist. Keep this in sync with abseil-in-webrtc-md.
"+absl/container/inlined_vector.h",
"+absl/memory/memory.h",
"+absl/strings/string_view.h",
Reland "Use absl::optional instead or rtc::Optional" This reverts commit 28e6a164bf9d2a42545d058bd50d39e1767f7398. Reason for revert: the static initializer removed from abseil Original change's description: > Revert "Use absl::optional instead or rtc::Optional" > > This reverts commit 7ba9e92fa0dfb16579f4f6ecd746397bdfdd174d. > > Reason for revert: Breaks Chromium static initialized regression test. > https://ci.chromium.org/p/chromium/builders/luci.chromium.try/android-marshmallow-arm64-rel/5068 > > Original change's description: > > Use absl::optional instead or rtc::Optional > > > > BUG: webrtc:9078 > > Change-Id: I69aedce324d86e8894b81210a2de17c5ef68fd11 > > Reviewed-on: https://webrtc-review.googlesource.com/77082 > > Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> > > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > > Cr-Commit-Position: refs/heads/master@{#23440} > > TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org > > Change-Id: I09ae74bddc69d0b25c8dfbcacc4ec906b34ca748 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/79980 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#23449} TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ib5dc71fb63fe02b78743b03f8252b962616eead0 Bug: webrtc:9078 Reviewed-on: https://webrtc-review.googlesource.com/82760 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23586}
2018-06-11 07:48:31 +00:00
"+absl/types/optional.h",
"+absl/types/variant.h",
]