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

1052 lines
36 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',
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
'chromium_revision': '636e4e8cc471856b0a2aa1fe992b0ceddcbd4ca6',
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 5edb31a0cd..60eb76e65c (582911:583181) Change log: https://chromium.googlesource.com/chromium/src/+log/5edb31a0cd..60eb76e65c Full diff: https://chromium.googlesource.com/chromium/src/+/5edb31a0cd..60eb76e65c Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/94235ec304..632d99d8db * src/build: https://chromium.googlesource.com/chromium/src/build/+log/188e8c57a7..3ae3c03905 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9df813679a..2197360460 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/91f6974c3d..b797c58e93 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0ab32a0a7d..f506abeeed * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6410e18e91..6b0d82229b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/193e933801..fc13545ed4 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6a4e31b488..52c7211807 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/360e3c21b5..a4b36d2aaf DEPS diff: https://chromium.googlesource.com/chromium/src/+/5edb31a0cd..60eb76e65c/DEPS Clang version changed 337439:338452 Details: https://chromium.googlesource.com/chromium/src/+/5edb31a0cd..60eb76e65c/tools/clang/scripts/update.py TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: I1c838cb251e0461cf1c929ac590a89f385a2d366 Reviewed-on: https://webrtc-review.googlesource.com/94326 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24281}
2018-08-14 23:45:31 -07:00
'boringssl_revision': '6b0d82229b2c4ce85b1c3f6d55bda661e07bead2',
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.
Roll chromium_revision 5edb31a0cd..60eb76e65c (582911:583181) Change log: https://chromium.googlesource.com/chromium/src/+log/5edb31a0cd..60eb76e65c Full diff: https://chromium.googlesource.com/chromium/src/+/5edb31a0cd..60eb76e65c Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/94235ec304..632d99d8db * src/build: https://chromium.googlesource.com/chromium/src/build/+log/188e8c57a7..3ae3c03905 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9df813679a..2197360460 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/91f6974c3d..b797c58e93 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0ab32a0a7d..f506abeeed * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6410e18e91..6b0d82229b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/193e933801..fc13545ed4 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6a4e31b488..52c7211807 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/360e3c21b5..a4b36d2aaf DEPS diff: https://chromium.googlesource.com/chromium/src/+/5edb31a0cd..60eb76e65c/DEPS Clang version changed 337439:338452 Details: https://chromium.googlesource.com/chromium/src/+/5edb31a0cd..60eb76e65c/tools/clang/scripts/update.py TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: I1c838cb251e0461cf1c929ac590a89f385a2d366 Reviewed-on: https://webrtc-review.googlesource.com/94326 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24281}
2018-08-14 23:45:31 -07:00
'catapult_revision': 'fc13545ed4c9205e9ce2ce26b00d58d80e828cbc',
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 474eca0589..b0784bef91 (581204:581665) Manual change: turn off gtest_enable_absl_printers for now since it appears they broke that mode upstream. Change log: https://chromium.googlesource.com/chromium/ src/+log/474eca0589..b0784bef91 Full diff: https://chromium.googlesource.com/chromium/ src/+/474eca0589..b0784bef91 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/ +log/8385797d0c..76793f5417 * src/build: https://chromium.googlesource.com/chromium/src/build/ +log/f24ca38e53..03ce38cdd9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/ +log/037c6dcb8c..7c0de39a86 * src/testing: https://chromium.googlesource.com/chromium/src/testing/ +log/75bb85f253..72f3763b1f * src/third_party: https://chromium.googlesource.com/chromium/src/ /third_party/+log/51ecceccb2..28c1ea1319 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/ +log/c7db3232c3..6410e18e91 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/ +log/3cb00fbd56..9aa552b157 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/ +log/2ebf9fdade..dd5051fa52 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/ googletest.git/+log/ce468a17c4..d526632675 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/ compiler-rt/lib/fuzzer.git/+log/9dfdc2758f..658ff786a2 * src/tools: https://chromium.googlesource.com/chromium/src/tools/ +log/f01fd4bf32..93447e2d7b DEPS diff: https://chromium.googlesource.com/chromium/src/+/ 474eca0589..b0784bef91/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None Change-Id: Ib6f1350df21169068cf0ceba08286d41adc9f181 Reviewed-on: https://webrtc-review.googlesource.com/93288 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24246}
2018-08-09 13:21:41 +02:00
'libfuzzer_revision': '658ff786a213703ff0df6ba4a288e9a1e218c074',
# 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 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
'freetype_revision': '96b5e500909cfce39ff78feabefd8063a229b951',
# 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':
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/src/base' + '@' + '0641290c524d6efc2c12f46a35d63c2032ec2fab',
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 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/src/build' + '@' + '767996296431894116e5aeb8b1c00b9c80cd8e97',
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': {
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
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f725714b07df4815df4b256d8fa9d6c2694ddb24',
'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':
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/src/testing' + '@' + '1cab0450a302da73032928e4af32783de4dac857',
'src/third_party':
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/src/third_party' + '@' + '463ffb905c83e650d838dab434dad70cb4253989',
'src/third_party/android_ndk': {
Roll chromium_revision 3cf20c1972..759127140a (555908:556025) Change log: https://chromium.googlesource.com/chromium/src/+log/3cf20c1972..759127140a Full diff: https://chromium.googlesource.com/chromium/src/+/3cf20c1972..759127140a Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/18c4fb5123..4f952b2e47 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/31e3cff15f..d70d0fe872 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b694f35e8b..ea0c868845 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/30f16b77f8..7eaec92672 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c4ac2571a7..0076fb0d5a * src/third_party/android_ndk: https://chromium.googlesource.com/android_ndk.git/+log/635bc38096..5cd86312e7 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/19282cf9d3..4f42243e85 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6c692edf01..848c86e3e8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/77696cc490..3a8dea846d DEPS diff: https://chromium.googlesource.com/chromium/src/+/3cf20c1972..759127140a/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I987339ebbb79cd16a5de6277c0d5399685875faf Reviewed-on: https://webrtc-review.googlesource.com/74365 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23116}
2018-05-04 03:44:23 -07:00
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
'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':
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/tools/depot_tools.git' + '@' + 'ba883cb5ed14aac5d81d6105caabf505c3afe8c6',
'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',
'src/third_party/googletest/src':
Roll chromium_revision 474eca0589..b0784bef91 (581204:581665) Manual change: turn off gtest_enable_absl_printers for now since it appears they broke that mode upstream. Change log: https://chromium.googlesource.com/chromium/ src/+log/474eca0589..b0784bef91 Full diff: https://chromium.googlesource.com/chromium/ src/+/474eca0589..b0784bef91 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/ +log/8385797d0c..76793f5417 * src/build: https://chromium.googlesource.com/chromium/src/build/ +log/f24ca38e53..03ce38cdd9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/ +log/037c6dcb8c..7c0de39a86 * src/testing: https://chromium.googlesource.com/chromium/src/testing/ +log/75bb85f253..72f3763b1f * src/third_party: https://chromium.googlesource.com/chromium/src/ /third_party/+log/51ecceccb2..28c1ea1319 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/ +log/c7db3232c3..6410e18e91 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/ +log/3cb00fbd56..9aa552b157 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/ +log/2ebf9fdade..dd5051fa52 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/ googletest.git/+log/ce468a17c4..d526632675 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/ compiler-rt/lib/fuzzer.git/+log/9dfdc2758f..658ff786a2 * src/tools: https://chromium.googlesource.com/chromium/src/tools/ +log/f01fd4bf32..93447e2d7b DEPS diff: https://chromium.googlesource.com/chromium/src/+/ 474eca0589..b0784bef91/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None Change-Id: Ib6f1350df21169068cf0ceba08286d41adc9f181 Reviewed-on: https://webrtc-review.googlesource.com/93288 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24246}
2018-08-09 13:21:41 +02:00
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'd5266326752f0a1dadbd310932d8f4fd8c3c5e7d',
'src/third_party/icu': {
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
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '297a4dd02b9d36c92ab9b4f121e433c9c3bc14f8',
},
'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':
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
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 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') + '/webm/libvpx.git' + '@' + 'b8642738c9851232c9bb1e1a22474953d3d367cf',
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 c797a4c559..2e3b05bf93 (574101:574261) Change log: https://chromium.googlesource.com/chromium/src/+log/c797a4c559..2e3b05bf93 Full diff: https://chromium.googlesource.com/chromium/src/+/c797a4c559..2e3b05bf93 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/800815b7a6..fc12b20cd2 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/11ac8d7150..79dcd55dde * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/bb69f782eb..a9aa60ae24 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/970943e807..9d1f7be6b7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b151b1cce6..4d9fc941f3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/10041796ae..4c70b50374 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/4d67b3e851..55f5d91f11 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a69fe4480b..846f4ff066 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c797a4c559..2e3b05bf93/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8aba7347982e04ced6870575fb2582d6f58441c0 Reviewed-on: https://webrtc-review.googlesource.com/88321 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23942}
2018-07-11 11:45:43 -07:00
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '55f5d91f11f929c4c59c32621c3d5457cca3ab0b',
'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',
},
'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':
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/src/tools' + '@' + '3b65c56174906c2798cf1fc97a7bb89ee9429507',
'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',
},
'src/third_party/javax_inject': {
'packages': [
{
'package': 'chromium/third_party/javax_inject',
'version': 'version:1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/objenesis': {
'packages': [
{
'package': 'chromium/third_party/objenesis',
'version': 'version:2.4-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/ow2_asm': {
'packages': [
{
'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 ===
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
},
'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',
'version': 'version:12.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'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',
'version': 'version:12.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'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',
'version': 'version:12.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'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',
'version': 'version:12.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'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',
'version': 'version:12.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/google-truth': {
'packages': [
{
'package': 'chromium/third_party/google-truth',
'version': 'version:0.40',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
# === 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.
"+absl/container/inlined_vector.h",
"+absl/memory/memory.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",
]