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

1449 lines
47 KiB
Plaintext
Raw Normal View History

DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# This file contains dependencies for WebRTC.
vars = {
'chromium_git': 'https://chromium.googlesource.com',
# By default, we should check out everything needed to run on the main
# chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '734e273d43b3dc90913a7b53128a4e41e68fb11c',
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 b1cb85713b..5e5003737d (601125:602066) Change log: https://chromium.googlesource.com/chromium/src/+log/b1cb85713b..5e5003737d Full diff: https://chromium.googlesource.com/chromium/src/+/b1cb85713b..5e5003737d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/703032f2cd..1fa2a3d59a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/dc93a673cf..97454d191e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b3f0c9c0fa..25ccb1048b * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a02afa425c..fdf8fc0704 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1234d52325..49cf955ddc * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a0b50a9a05..df56c1dae1 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/93277a7fc8..03d6d11896 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/ccad447212..b029971f1f * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/e188b5435d..137d99c91f * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c634df121c..6b4b60ca40 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/486c9b53c4..f78187ab77 DEPS diff: https://chromium.googlesource.com/chromium/src/+/b1cb85713b..5e5003737d/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: I082f35c474dba26fbd102a1638858c20e4d6955e Reviewed-on: https://webrtc-review.googlesource.com/c/107665 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25325}
2018-10-23 13:01:44 -07:00
'swarming_revision': 'f78187ab77127de42555afe0ad410bebde6ac6a5',
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 834490b775..343f58e4df (600802:600903) Change log: https://chromium.googlesource.com/chromium/src/+log/834490b775..343f58e4df Full diff: https://chromium.googlesource.com/chromium/src/+/834490b775..343f58e4df Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2678efb462..2c31bd007d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6c1a26a3f8..2d2b19edae * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0d24e267b8..69c7749c94 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/af037a73ec..9b5d208818 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/976084d5ee..535cabbec0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/2d98d49cf7..dd412c428a * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3d87816097..1922eb00bb * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/488362624b..c1e6594df5 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/97e71d2db4..ff27d31294 DEPS diff: https://chromium.googlesource.com/chromium/src/+/834490b775..343f58e4df/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ie9aa4d51ca0a2ee19c47a2ea8d8bab35591b398f Reviewed-on: https://webrtc-review.googlesource.com/c/107000 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25262}
2018-10-18 14:07:06 -07:00
'boringssl_revision': 'dd412c428ad7c2a60ae4709dfbad6301e499dcb8',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling lss
# and whatever else without interference from each other.
Roll chromium_revision f4ecd4bed3..f1b66c7b37 (508787:512062) + Windows fix Includes a fix for Windows build by mbonadei@: Adding rc to DEPS using checked-in hashes. https://webrtc-review.googlesource.com/14780 Change log: https://chromium.googlesource.com/chromium/src/+log/f4ecd4bed3..f1b66c7b37 Full diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/041cecf43e..987a84e03a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8afa1551c5..e1ba03bda3 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/f6d165d9d8..e043d81e91 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f556c12cad..ef56503ef5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/744b907c60..94d5c035a5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/96b848f800..bd60ce1398 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/ca9dc7245b..110e5f6c0d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6f19655f67..52d748d48b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a2..781e71e49f * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/6a55852cd7..16b8b7298b * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3098b6a245..f9e8b42758 * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/ee20273811..3fee5ae8cb * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/caa116c9be..401e6d48bf * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/5b1af9a335..8fa02df3c0 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/63f24c8221..e6527b0cd4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/b6a9a695f5..8bff363f00 * src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/5e8001d9a7..fe94e7274e DEPS diff: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/DEPS Clang version changed 313786:315613 Details: https://chromium.googlesource.com/chromium/src/+/f4ecd4bed3..f1b66c7b37/tools/clang/scripts/update.py CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Bug: chromium:777448 Change-Id: I362bec887805f8d4a6649d57d752dcd34f0ea9c0 Reviewed-on: https://webrtc-review.googlesource.com/16422 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20465}
2017-10-27 10:14:45 +02:00
'lss_revision': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'e3f4b1f5ee138aee4cb0bbaf95dd949811b58bd7',
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 cc51f28953..71e95f9803 (594271:594375) Change log: https://chromium.googlesource.com/chromium/src/+log/cc51f28953..71e95f9803 Full diff: https://chromium.googlesource.com/chromium/src/+/cc51f28953..71e95f9803 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/60b8e32383..14bfd99958 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6f889c3021..ac2e1c9aa1 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f6757b008d..1b7e443325 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/61cd3df86d..2f316a6d47 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/54702cc95a..2dff59caac * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/846ae9bff2..8498332d30 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/a2d200e6a5..a305a5eb85 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/62e0b1fd98..7dc3ee1732 DEPS diff: https://chromium.googlesource.com/chromium/src/+/cc51f28953..71e95f9803/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I584dae7b02b6800b43e282bf0b34f14c81f2942e Reviewed-on: https://webrtc-review.googlesource.com/102181 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24850}
2018-09-26 10:45:05 -07:00
'libfuzzer_revision': 'a305a5eb85ed42edc5c965c14f308f576cb245ca',
# 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 d68fb50e14..f54583b6a0 (602627:602763) Change log: https://chromium.googlesource.com/chromium/src/+log/d68fb50e14..f54583b6a0 Full diff: https://chromium.googlesource.com/chromium/src/+/d68fb50e14..f54583b6a0 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d51406bdb7..ea821b798c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/5a371bcc0e..a12daee4d6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d091f1dc17..93c63b9517 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ae87b1ea91..8c8e80da49 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7722c28f55..26112444ef * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ed6fe0f638..38911d8ac8 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/428854931e..f56830ed40 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5cd811feb9..dca6624555 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d68fb50e14..f54583b6a0/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I8dad73762f656e557d3fbe1f74262336a4844c89 Reviewed-on: https://webrtc-review.googlesource.com/c/107920 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25376}
2018-10-25 10:03:22 -07:00
'freetype_revision': 'f56830ed406f90f6f53ee6367f2068a0f27bf90b',
# 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 f54583b6a0..a539a24569 (602763:603045) Change log: https://chromium.googlesource.com/chromium/src/+log/f54583b6a0..a539a24569 Full diff: https://chromium.googlesource.com/chromium/src/+/f54583b6a0..a539a24569 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ea821b798c..bbb1bea4fe * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a12daee4d6..df2e6ae819 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/93c63b9517..ad794e28f7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8c8e80da49..af92d336e9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/26112444ef..76171f4ac3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/38911d8ac8..687f318e30 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/54d332dd9b..1f14107f71 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/9a07219dc8..b36c86fdfe * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dca6624555..018d7c41d8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f54583b6a0..a539a24569/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5dab346023baec78af9aa5b82a42921619059d1e Reviewed-on: https://webrtc-review.googlesource.com/c/108101 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25384}
2018-10-26 03:01:18 -07:00
'harfbuzz_revision': '1f14107f71a6c3da8270ed21c3588f945fa91733',
}
deps = {
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'b183a851a28c9c98c4391c4b643351057459cf14',
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':
Var('chromium_git') + '/chromium/src/build' + '@' + '725a228df75532fb5221498241434e5201dbf2f9',
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 0e821c2fa2..0cecb6ce10 (599702:599821) Change log: https://chromium.googlesource.com/chromium/src/+log/0e821c2fa2..0cecb6ce10 Full diff: https://chromium.googlesource.com/chromium/src/+/0e821c2fa2..0cecb6ce10 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e1f1b1c78e..e51977b501 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/9578c43c3d..e583af895a * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/2dff9c9c74..13a00f110e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d87206cf61..e3c2ed5225 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/2b2dfb196f..15cab2ed03 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d49429365e..07ee60d098 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5aac72d05c..2be20fdd2d * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9f274436bd..2f727917ac * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/54cce3a89b..1c42a07c79 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0e821c2fa2..0cecb6ce10/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I4566886b6cce0089b952bd540b12bded7ed0bf99 Reviewed-on: https://webrtc-review.googlesource.com/c/106205 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25191}
2018-10-15 19:02:33 -07:00
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
'src/examples/androidtests/third_party/gradle': {
'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
'89af43c4d0506f69980f00dde78c97b2f81437f8',
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cac0c52414c9bb622481ddeb6057d9dc2ff80a26',
'condition': 'checkout_ios',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ee1dadff8dbdcdeda0459994d3a08b71786cc4eb',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e723f78f47e57abfbc262a6dcdf2ee19f04dcf67',
'src/third_party/android_ndk': {
Roll chromium_revision 636e4e8cc4..7e9f692ee3 (583445:583557) Change log: https://chromium.googlesource.com/chromium/src/+log/636e4e8cc4..7e9f692ee3 Full diff: https://chromium.googlesource.com/chromium/src/+/636e4e8cc4..7e9f692ee3 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0641290c52..cbd51013ad * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f725714b07..e279e55447 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1cab0450a3..8da3d81830 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/463ffb905c..f7ce0a7baf * src/third_party/android_ndk: https://chromium.googlesource.com/android_ndk.git/+log/5cd86312e7..4e2cea441b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fc13545ed4..f5981fb3c2 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ba883cb5ed..3d429cf513 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3b65c56174..91e408e45d DEPS diff: https://chromium.googlesource.com/chromium/src/+/636e4e8cc4..7e9f692ee3/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal_compile_lite Change-Id: I775faf9f6c9d8fddf0efc5da96aded31cc14381f Reviewed-on: https://webrtc-review.googlesource.com/94445 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24300}
2018-08-15 22:45:28 -07:00
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android',
},
'src/third_party/android_tools': {
Roll chromium_revision ecf8a6133e..a88423acf9 (569618:571410) Change log: https://chromium.googlesource.com/chromium/src/+log/ecf8a6133e..a88423acf9 Full diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f7595e419a..311c937b26 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/69593eb8fa..c9333f9faf * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/5941c1b3df..9c9fd97928 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/181b18c878..34302909a8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8354b28f74..b47e929d27 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/46683344d7..b77d94a9b3 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/3545ab5b98..130499e252 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6ff2ba80b7..fec83fc78d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/87eefd4f11..e2d6bbca62 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c5a26a769e..ae1f03388f * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/7915fd51f1..a632fb547e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8648a64c83..583859d739 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/bc383e76d6..4d67b3e851 * src/third_party/r8: 1.0.30..1.2.28-cr0 * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/159d060dce..7a8bc9a90c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/592ddd1d14..6ff0d88db8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/DEPS Clang version changed 334100:335608 Details: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/tools/clang/scripts/update.py TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If3229d875265bca1bffffd01a793098ad2106f9f Reviewed-on: https://webrtc-review.googlesource.com/86240 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23779}
2018-06-28 23:45:19 -07:00
'url': Var('chromium_git') + '/android_tools.git' + '@' + '130499e25286f4d56acafa252fee09f3cc595c49',
'condition': 'checkout_android',
},
'src/third_party/android_build_tools/aapt2': {
'packages': [
{
'package': 'chromium/third_party/android_tools_aapt2',
'version': 'version:3.2.0-alpha18-4804415-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_build_tools/bundletool': {
'packages': [
{
'package': 'chromium/third_party/android_tools_bundletool',
Roll chromium_revision 62e33bd2f0..55624cc6cd (603177:603513) Change log: https://chromium.googlesource.com/chromium/src/+log/62e33bd2f0..55624cc6cd Full diff: https://chromium.googlesource.com/chromium/src/+/62e33bd2f0..55624cc6cd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0ee4a8e318..4aefe0b525 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fb63154c6b..c55a0b9f68 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b39126ee00..074e0755c6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/953065b172..f2e86b646e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/aa8301fdfa..df8a4665a8 * src/third_party/android_build_tools/bundletool: version:0.4.2-cr0..version:0.6.0-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/687f318e30..00755b36f6 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2b71832f6d..cb629a482b * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/b029971f1f..42d5027992 * src/third_party/r8: version:1.2.48..version:1.4.4-cr0 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4424c3294b..ee1c81e079 DEPS diff: https://chromium.googlesource.com/chromium/src/+/62e33bd2f0..55624cc6cd/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: If99adecd690f3037fab87d3380a0a36c10723cbe Reviewed-on: https://webrtc-review.googlesource.com/c/108420 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25416}
2018-10-29 09:06:53 -07:00
'version': 'version:0.6.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'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 7e85c0922c..9996ac8918 (604065:604166) Change log: https://chromium.googlesource.com/chromium/src/+log/7e85c0922c..9996ac8918 Full diff: https://chromium.googlesource.com/chromium/src/+/7e85c0922c..9996ac8918 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0ac1e165f9..775312e16c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/850c1eb9da..277ad43041 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a5e05fc6f4..f10a5081bf * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f28edda73d..2ac249e787 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/39ec02d7f7..abc5ed9323 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5e1c1c293b..9662809abb * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f170af48e4..9afc6490c1 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/137d99c91f..fa0076282e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/391dbe9476..677e8f37d2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/7e85c0922c..9996ac8918/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: I0c530ee5775befa8f8708a9033c5a7ae664aedc4 Reviewed-on: https://webrtc-review.googlesource.com/c/108753 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25442}
2018-10-30 23:03:34 -07:00
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9afc6490c14847e5d73fb041f0def4d95f36821b',
'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 b9a687f112..f57bd4785e (602396:602511) Change log: https://chromium.googlesource.com/chromium/src/+log/b9a687f112..f57bd4785e Full diff: https://chromium.googlesource.com/chromium/src/+/b9a687f112..f57bd4785e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ea4fe4627a..6cc6ee9644 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/be8c7ed1f9..5a371bcc0e * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2ef0f7fc00..c73894adeb * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4d3904898c..f1cc888569 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c7794df2c9..93e2726dec * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/00455e0148..bdcfce54a8 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/879d5e3796..2b71832f6d * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/fe7f791f14..e472187d11 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae41d59fe5..07793bb3fe DEPS diff: https://chromium.googlesource.com/chromium/src/+/b9a687f112..f57bd4785e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I6bffc7906570ec2b6dbe39b3fa5b0ad56f1deb39 Reviewed-on: https://webrtc-review.googlesource.com/c/107695 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25346}
2018-10-24 16:00:42 -07:00
Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'e472187d1129e508890aa20ac914adeac2e7f7b6',
2018-08-30 11:08:38 +02:00
'src/third_party/google-truth': {
'packages': [
{
'package': 'chromium/third_party/google-truth',
'version': 'version:0.40',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/googletest/src':
Roll chromium_revision c1d4701..bbc67a1bd5 (585833:587546) Change log: https://chromium.googlesource.com/chromium/src/+log/c1d4701..bbc67a1bd5 Full diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5 Manual changes: * Added proguard Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/57d26a0c82..6a5f1f36984a26 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9369f699ce..6ddd98a72a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c1acec6af3..1a16d6dec5 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e44d06625..d539d93822 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..cb32668137 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/d526632675..2e68926a9d * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/a1750dbc79..61a2bbaa9a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/dbcb89be24..0bfab06084 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86ee5d2701..d59f2cb6e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I10a4ecab485742818363b76473f9ea45c12aec82 Reviewed-on: https://webrtc-review.googlesource.com/96841 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24521}
2018-09-01 15:04:52 +02:00
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '2e68926a9d4929e9289373cd49e40ddcb9a628f7',
'src/third_party/icu': {
Roll chromium_revision 62e33bd2f0..55624cc6cd (603177:603513) Change log: https://chromium.googlesource.com/chromium/src/+log/62e33bd2f0..55624cc6cd Full diff: https://chromium.googlesource.com/chromium/src/+/62e33bd2f0..55624cc6cd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0ee4a8e318..4aefe0b525 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fb63154c6b..c55a0b9f68 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b39126ee00..074e0755c6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/953065b172..f2e86b646e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/aa8301fdfa..df8a4665a8 * src/third_party/android_build_tools/bundletool: version:0.4.2-cr0..version:0.6.0-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/687f318e30..00755b36f6 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2b71832f6d..cb629a482b * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/b029971f1f..42d5027992 * src/third_party/r8: version:1.2.48..version:1.4.4-cr0 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4424c3294b..ee1c81e079 DEPS diff: https://chromium.googlesource.com/chromium/src/+/62e33bd2f0..55624cc6cd/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: If99adecd690f3037fab87d3380a0a36c10723cbe Reviewed-on: https://webrtc-review.googlesource.com/c/108420 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25416}
2018-10-29 09:06:53 -07:00
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '42d5027992a0946942839b8821765e1512afbc21',
},
'src/third_party/jsr-305/src': {
'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/jsoncpp/source':
Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
'src/third_party/junit/src': {
'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
# Used for building libFuzzers (only supports Linux).
'src/third_party/libFuzzer/src':
Roll chromium_revision aec6acbb0b..e4af4cd23d (498770:499163) + URL fix Change DEPS URL for src/third_party/libFuzzer to match Chromium see https://chromium-review.googlesource.com/c/chromium/src/+/646367 Change log: https://chromium.googlesource.com/chromium/src/+log/aec6acbb0b..e4af4cd23d Full diff: https://chromium.googlesource.com/chromium/src/+/aec6acbb0b..e4af4cd23d Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ff5f95aa5a..05371e0074 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/32a4a504b8..aada8ecbbe * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/5af0a3a8b8..84fdc99243 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/306120e94a..69e06068e0 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8680a9cd0e..711e0a30d1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7c7f5b698c..06913e14f0 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/b18300c0d1..017fd5cf4c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e081cbe5aa..b2e961b117 * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/0ccaf33cf6..b02c65cc6d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5c3f3eaccf..380d9ad7cf DEPS diff: https://chromium.googlesource.com/chromium/src/+/aec6acbb0b..e4af4cd23d/DEPS No update to Clang. TBR=kjellander@webrtc.org BUG=chromium:720129 CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3011833002 Cr-Commit-Position: refs/heads/master@{#19638}
2017-09-01 05:43:07 -07:00
Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + Var('libfuzzer_revision'),
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libjpeg_turbo':
Roll chromium_revision c1d4701..bbc67a1bd5 (585833:587546) Change log: https://chromium.googlesource.com/chromium/src/+log/c1d4701..bbc67a1bd5 Full diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5 Manual changes: * Added proguard Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/57d26a0c82..6a5f1f36984a26 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9369f699ce..6ddd98a72a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c1acec6af3..1a16d6dec5 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e44d06625..d539d93822 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..cb32668137 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/d526632675..2e68926a9d * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/a1750dbc79..61a2bbaa9a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/dbcb89be24..0bfab06084 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86ee5d2701..d59f2cb6e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I10a4ecab485742818363b76473f9ea45c12aec82 Reviewed-on: https://webrtc-review.googlesource.com/96841 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24521}
2018-09-01 15:04:52 +02:00
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '61a2bbaa9aec89cb2c882d87ace6aba9aee49bb9',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/libsrtp':
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c',
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 7e85c0922c..9996ac8918 (604065:604166) Change log: https://chromium.googlesource.com/chromium/src/+log/7e85c0922c..9996ac8918 Full diff: https://chromium.googlesource.com/chromium/src/+/7e85c0922c..9996ac8918 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0ac1e165f9..775312e16c * src/build: https://chromium.googlesource.com/chromium/src/build/+log/850c1eb9da..277ad43041 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a5e05fc6f4..f10a5081bf * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f28edda73d..2ac249e787 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/39ec02d7f7..abc5ed9323 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5e1c1c293b..9662809abb * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f170af48e4..9afc6490c1 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/137d99c91f..fa0076282e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/391dbe9476..677e8f37d2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/7e85c0922c..9996ac8918/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: I0c530ee5775befa8f8708a9033c5a7ae664aedc4 Reviewed-on: https://webrtc-review.googlesource.com/c/108753 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25442}
2018-10-30 23:03:34 -07:00
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'fa0076282e62f649483bde868602aab86448a661',
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 f54583b6a0..a539a24569 (602763:603045) Change log: https://chromium.googlesource.com/chromium/src/+log/f54583b6a0..a539a24569 Full diff: https://chromium.googlesource.com/chromium/src/+/f54583b6a0..a539a24569 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/ea821b798c..bbb1bea4fe * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a12daee4d6..df2e6ae819 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/93c63b9517..ad794e28f7 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8c8e80da49..af92d336e9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/26112444ef..76171f4ac3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/38911d8ac8..687f318e30 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/54d332dd9b..1f14107f71 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/9a07219dc8..b36c86fdfe * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dca6624555..018d7c41d8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f54583b6a0..a539a24569/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I5dab346023baec78af9aa5b82a42921619059d1e Reviewed-on: https://webrtc-review.googlesource.com/c/108101 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25384}
2018-10-26 03:01:18 -07:00
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e',
'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 62e33bd2f0..55624cc6cd (603177:603513) Change log: https://chromium.googlesource.com/chromium/src/+log/62e33bd2f0..55624cc6cd Full diff: https://chromium.googlesource.com/chromium/src/+/62e33bd2f0..55624cc6cd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/0ee4a8e318..4aefe0b525 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/fb63154c6b..c55a0b9f68 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b39126ee00..074e0755c6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/953065b172..f2e86b646e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/aa8301fdfa..df8a4665a8 * src/third_party/android_build_tools/bundletool: version:0.4.2-cr0..version:0.6.0-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/687f318e30..00755b36f6 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2b71832f6d..cb629a482b * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/b029971f1f..42d5027992 * src/third_party/r8: version:1.2.48..version:1.4.4-cr0 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4424c3294b..ee1c81e079 DEPS diff: https://chromium.googlesource.com/chromium/src/+/62e33bd2f0..55624cc6cd/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: If99adecd690f3037fab87d3380a0a36c10723cbe Reviewed-on: https://webrtc-review.googlesource.com/c/108420 Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#25416}
2018-10-29 09:06:53 -07:00
'version': 'version:1.4.4-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision c1d4701..bbc67a1bd5 (585833:587546) Change log: https://chromium.googlesource.com/chromium/src/+log/c1d4701..bbc67a1bd5 Full diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5 Manual changes: * Added proguard Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/57d26a0c82..6a5f1f36984a26 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9369f699ce..6ddd98a72a * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c1acec6af3..1a16d6dec5 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1e44d06625..d539d93822 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..cb32668137 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/d526632675..2e68926a9d * src/third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/a1750dbc79..61a2bbaa9a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/dbcb89be24..0bfab06084 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86ee5d2701..d59f2cb6e5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c1d4701..bbc67a1bd5/DEPS No update to Clang. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I10a4ecab485742818363b76473f9ea45c12aec82 Reviewed-on: https://webrtc-review.googlesource.com/96841 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24521}
2018-09-01 15:04:52 +02:00
'src/third_party/proguard': {
'packages': [
{
'package': 'chromium/third_party/proguard',
'version': '3bd778c422ea5496de2ef25c007a517dbb5ce5ca',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/requests/src': {
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
'condition': 'checkout_android',
},
'src/third_party/robolectric/robolectric': {
'url': Var('chromium_git') + '/external/robolectric.git' + '@' + '7e067f1112e1502caa742f7be72d37b5678d3403',
'condition': 'checkout_android',
},
'src/third_party/ub-uiautomator/lib': {
'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
'condition': 'checkout_android',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/usrsctp/usrsctplib':
Roll chromium_revision ecf8a6133e..a88423acf9 (569618:571410) Change log: https://chromium.googlesource.com/chromium/src/+log/ecf8a6133e..a88423acf9 Full diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f7595e419a..311c937b26 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/69593eb8fa..c9333f9faf * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/5941c1b3df..9c9fd97928 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/181b18c878..34302909a8 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8354b28f74..b47e929d27 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/46683344d7..b77d94a9b3 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/3545ab5b98..130499e252 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/6ff2ba80b7..fec83fc78d * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/87eefd4f11..e2d6bbca62 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c5a26a769e..ae1f03388f * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/7915fd51f1..a632fb547e * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/8648a64c83..583859d739 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/bc383e76d6..4d67b3e851 * src/third_party/r8: 1.0.30..1.2.28-cr0 * src/third_party/usrsctp/usrsctplib: https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/159d060dce..7a8bc9a90c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/592ddd1d14..6ff0d88db8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/DEPS Clang version changed 334100:335608 Details: https://chromium.googlesource.com/chromium/src/+/ecf8a6133e..a88423acf9/tools/clang/scripts/update.py TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If3229d875265bca1bffffd01a793098ad2106f9f Reviewed-on: https://webrtc-review.googlesource.com/86240 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23779}
2018-06-28 23:45:19 -07:00
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7a8bc9a90ca96634aa56ee712856d97f27d903f8',
# WebRTC-only dependency (not present in Chromium).
'src/third_party/winsdk_samples': {
'url': Var('webrtc_git') + '/deps/third_party/winsdk_samples_v71' + '@' + 'a59391ef795986633735a1695caa97622a9bfd56',
'condition': 'checkout_win',
},
# Dependency used by libjpeg-turbo.
'src/third_party/yasm/binaries': {
'url': Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
'condition': 'checkout_win',
},
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/third_party/yasm/source/patched-yasm':
Roll chromium_revision 8e73d7c222..53ed5722bc (573045:573145) Change log: https://chromium.googlesource.com/chromium/src/+log/8e73d7c222..53ed5722bc Full diff: https://chromium.googlesource.com/chromium/src/+/8e73d7c222..53ed5722bc Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/87f7de05ae..bda1d06b05 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/61fee7301e..c2d5b911d4 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8dfacb2574..8fdb815e30 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6a3c6b6752..127004e03d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9ed4e4f506..16f02c4a3c * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/fec83fc78d..c7db3232c3 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7439a1c6b1..8a075d7c37 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5484b866dc..92745a5b0e * src/third_party/yasm/source/patched-yasm: https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git/+log/b98114e18d..720b70524a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3adda8b9a9..218677b12a DEPS diff: https://chromium.googlesource.com/chromium/src/+/8e73d7c222..53ed5722bc/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ib3aced6a38db4fbf48dccd634209575d14b847a9 Reviewed-on: https://webrtc-review.googlesource.com/87488 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23879}
2018-07-06 20:45:02 -07:00
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src This changes the way we pull in dependencies WebRTC shares with Chromium. The base, build, tools and third_party directories from Chromium are now synced as Git subtree mirrors in the DEPS file. All symlinks to directories that were previously created by the setup_links.py are replaced with proper DEPS entries. One downside with this solution is that we get a lot of directories in tools/ and third_party/ that we currently don't use. Going forward it might be possible to improve this but as long as the BUILD.gn files are stored in the Chromium repo rather at each dependency's repo, this will be very cumbersome. The DEPS file will be kept auto-rolled by the script in https://chromium.googlesource.com/external/webrtc/+/master/tools-webrtc/autoroller/roll_deps.py which is periodically executed by a bot. This change brings back the Google Play Services download for Android, which displays a license confirmation dialog to the user at the first sync. By running it as a proper hook instead of inside sync_chromium.py, the problems with that the interactive prompt gets hidden/stuck should be fixed (now the behavior is identical to Chromium). Some measurements on the size savings for a clean, newly created checkout: Linux: 15GB -> 6.4GB (-8.6GB) Linux (with Android): 25 GB -> 16 GB (-9GB). 8.4GB of this is Android SDK+NDK. Mac (with iOS): 14 GB -> 5.6GB (-8.4GB) Note that for all of the above, 1GB is occupied by the resources/ dir. BUG=webrtc:5006, webrtc:5578 NOTRY=True R=agable@chromium.org, henrika@webrtc.org, iannucci@chromium.org Review-Url: https://codereview.webrtc.org/1414343008 . Cr-Commit-Position: refs/heads/master@{#15754}
2016-12-22 10:40:28 +01:00
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a761264246916abada088f19ba2dd563086331c7',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
'src/third_party/accessibility_test_framework': {
'packages': [
{
'package': 'chromium/third_party/accessibility-test-framework',
'version': 'version:2.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_support_test_runner': {
'packages': [
{
'package': 'chromium/third_party/android_support_test_runner',
'version': 'version:0.5-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/apk-patch-size-estimator': {
'packages': [
{
'package': 'chromium/third_party/apk-patch-size-estimator',
'version': 'version:0.2-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/bazel': {
'packages': [
{
'package': 'chromium/third_party/bazel',
'version': 'version:0.10.0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/bouncycastle': {
'packages': [
{
'package': 'chromium/third_party/bouncycastle',
'version': 'version:1.46-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/byte_buddy': {
'packages': [
{
'package': 'chromium/third_party/byte_buddy',
Roll chromium_revision cb8b61b491..72ef4e4784 (569376:569500) Change log: https://chromium.googlesource.com/chromium/src/+log/cb8b61b491..72ef4e4784 Full diff: https://chromium.googlesource.com/chromium/src/+/cb8b61b491..72ef4e4784 Roll chromium third_party b0f19bfaad..1703674da3 Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/b0f19bfaad..1703674da3 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4d325e07ed..9559d3ec4d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c3e2883ba8..379377c701 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/720bfc790a..a0396d2bff * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/12897eb458..6de780425c * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/c22a664c39..3545ab5b98 * src/third_party/byte_buddy: 1.4.17-cr0..1.8.8-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/53842b6cbc..7a75f465f5 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/04925ac3f7..4099daa97b * src/third_party/mockito/src: https://chromium.googlesource.com/external/mockito/mockito.git/+log/de83ad4598..04a2a289a4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/674f7d10b4..2e2b8c6c4c DEPS diff: https://chromium.googlesource.com/chromium/src/+/cb8b61b491..72ef4e4784/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: I25752a6f3bf8c8e8bc2f416bfc89bb77221e1157 Reviewed-on: https://webrtc-review.googlesource.com/84980 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23718}
2018-06-21 18:44:09 -07:00
'version': 'version:1.8.8-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/espresso': {
'packages': [
{
'package': 'chromium/third_party/espresso',
'version': 'version:2.2.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/gson': {
'packages': [
{
'package': 'chromium/third_party/gson',
'version': 'version:2.8.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/guava': {
'packages': [
{
'package': 'chromium/third_party/guava',
'version': 'version:23.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/hamcrest': {
'packages': [
{
'package': 'chromium/third_party/hamcrest',
'version': 'version:1.3-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/icu4j': {
'packages': [
{
'package': 'chromium/third_party/icu4j',
'version': 'version:53.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/intellij': {
'packages': [
{
'package': 'chromium/third_party/intellij',
'version': 'version:12.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Revert "Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605)" This reverts commit 38bdf21569b2c00f5cf0a20fcd8ef906ae5198d8. Reason for revert: It looks like win debug bots started hanging with this change (???) Original change's description: > Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) > > Manual changes: > * Updated the list of generated Android DEPS > * Removed javax_inject since it was removed from chromium > * Add google-truth and proguard > > Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 > Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf > * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 > * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a > * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS > > No update to Clang. > > TBR=phoglund@webrtc.org, > BUG=None > CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal > > Remove javax_inject > > > Update generated Android DEPS. > > Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a > Reviewed-on: https://webrtc-review.googlesource.com/96422 > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24466} TBR=phoglund@webrtc.org Change-Id: Ia808d6bcaaa96c3f854d497360c144b531f37f67 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal Reviewed-on: https://webrtc-review.googlesource.com/96561 Reviewed-by: Patrik Höglund <phoglund@google.com> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#24468}
2018-08-28 14:12:02 +00:00
'src/third_party/objenesis': {
'packages': [
{
Revert "Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605)" This reverts commit 38bdf21569b2c00f5cf0a20fcd8ef906ae5198d8. Reason for revert: It looks like win debug bots started hanging with this change (???) Original change's description: > Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) > > Manual changes: > * Updated the list of generated Android DEPS > * Removed javax_inject since it was removed from chromium > * Add google-truth and proguard > > Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 > Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf > * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 > * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a > * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS > > No update to Clang. > > TBR=phoglund@webrtc.org, > BUG=None > CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal > > Remove javax_inject > > > Update generated Android DEPS. > > Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a > Reviewed-on: https://webrtc-review.googlesource.com/96422 > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24466} TBR=phoglund@webrtc.org Change-Id: Ia808d6bcaaa96c3f854d497360c144b531f37f67 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal Reviewed-on: https://webrtc-review.googlesource.com/96561 Reviewed-by: Patrik Höglund <phoglund@google.com> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#24468}
2018-08-28 14:12:02 +00:00
'package': 'chromium/third_party/objenesis',
'version': 'version:2.4-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Revert "Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605)" This reverts commit 38bdf21569b2c00f5cf0a20fcd8ef906ae5198d8. Reason for revert: It looks like win debug bots started hanging with this change (???) Original change's description: > Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) > > Manual changes: > * Updated the list of generated Android DEPS > * Removed javax_inject since it was removed from chromium > * Add google-truth and proguard > > Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 > Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf > * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 > * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a > * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS > > No update to Clang. > > TBR=phoglund@webrtc.org, > BUG=None > CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal > > Remove javax_inject > > > Update generated Android DEPS. > > Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a > Reviewed-on: https://webrtc-review.googlesource.com/96422 > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24466} TBR=phoglund@webrtc.org Change-Id: Ia808d6bcaaa96c3f854d497360c144b531f37f67 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal Reviewed-on: https://webrtc-review.googlesource.com/96561 Reviewed-by: Patrik Höglund <phoglund@google.com> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#24468}
2018-08-28 14:12:02 +00:00
'src/third_party/ow2_asm': {
'packages': [
{
Revert "Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605)" This reverts commit 38bdf21569b2c00f5cf0a20fcd8ef906ae5198d8. Reason for revert: It looks like win debug bots started hanging with this change (???) Original change's description: > Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) > > Manual changes: > * Updated the list of generated Android DEPS > * Removed javax_inject since it was removed from chromium > * Add google-truth and proguard > > Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 > Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 > > Changed dependencies: > * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 > * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d > * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec > * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b > * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf > * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 > * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a > * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 > * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 > DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS > > No update to Clang. > > TBR=phoglund@webrtc.org, > BUG=None > CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal > > Remove javax_inject > > > Update generated Android DEPS. > > Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a > Reviewed-on: https://webrtc-review.googlesource.com/96422 > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24466} TBR=phoglund@webrtc.org Change-Id: Ia808d6bcaaa96c3f854d497360c144b531f37f67 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Cq-Include-Trybots: master.internal.tryserver.corp.webrtc:linux_internal Reviewed-on: https://webrtc-review.googlesource.com/96561 Reviewed-by: Patrik Höglund <phoglund@google.com> Commit-Queue: Patrik Höglund <phoglund@google.com> Cr-Commit-Position: refs/heads/master@{#24468}
2018-08-28 14:12:02 +00:00
'package': 'chromium/third_party/ow2_asm',
'version': 'version:5.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/robolectric': {
'packages': [
{
'package': 'chromium/third_party/robolectric',
'version': 'version:3.5.1',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/sqlite4java': {
'packages': [
{
'package': 'chromium/third_party/sqlite4java',
'version': 'version:0.282-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/xstream': {
'packages': [
{
'package': 'chromium/third_party/xstream',
'version': 'version:1.4.8-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
# Everything coming after this is automatically updated by the auto-roller.
# === ANDROID_DEPS Generated Code Start ===
# Generated by //tools/android/roll/android_deps/fetch_all.py
'src/third_party/android_deps/libs/android_arch_core_common': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/android_arch_core_common',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/android_arch_lifecycle_common': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_common',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/android_arch_lifecycle_runtime': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_runtime',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_animated_vector_drawable': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_animated_vector_drawable',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_appcompat_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_appcompat_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_cardview_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_cardview_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_design': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_design',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_gridlayout_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_gridlayout_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_leanback_v17': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_leanback_v17',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_mediarouter_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_mediarouter_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_multidex': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_multidex',
'version': 'version:1.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_palette_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_palette_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_preference_leanback_v17': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_preference_leanback_v17',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_preference_v14': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_preference_v14',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_preference_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_preference_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_recyclerview_v7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_recyclerview_v7',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_annotations': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_annotations',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_compat': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_compat',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_core_ui': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_core_ui',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_core_utils': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_core_utils',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_fragment': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_fragment',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_media_compat': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_media_compat',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_v13': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_v13',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_v4': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_v4',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_support_vector_drawable': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_vector_drawable',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_android_support_transition': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_android_support_transition',
'version': 'version:27.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_auth': {
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
'packages': [
{
2018-08-30 11:08:38 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_api_phone',
'version': 'version:15.0.1-cr0',
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base',
Roll chromium_revision c092e144b5..e247d79575 (584376:584490) Change log: https://chromium.googlesource.com/chromium/src/+log/c092e144b5..e247d79575 Full diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32d57313c7..f0547ccf1a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f41ceba9a5..10140842ef * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3ed19f4788..0ffa776c67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e10938513c..42cc7af495 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f62079a0f9..e8964a2cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8aaa45e5d3..44aee9142b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia7d89cd0d0381191b1d4c695e044b6439baae0ec Reviewed-on: https://webrtc-review.googlesource.com/94960 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24351}
2018-08-20 10:45:52 -07:00
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_base': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_base',
Roll chromium_revision c092e144b5..e247d79575 (584376:584490) Change log: https://chromium.googlesource.com/chromium/src/+log/c092e144b5..e247d79575 Full diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32d57313c7..f0547ccf1a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f41ceba9a5..10140842ef * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3ed19f4788..0ffa776c67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e10938513c..42cc7af495 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f62079a0f9..e8964a2cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8aaa45e5d3..44aee9142b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia7d89cd0d0381191b1d4c695e044b6439baae0ec Reviewed-on: https://webrtc-review.googlesource.com/94960 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24351}
2018-08-20 10:45:52 -07:00
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_basement': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_basement',
Roll chromium_revision c092e144b5..e247d79575 (584376:584490) Change log: https://chromium.googlesource.com/chromium/src/+log/c092e144b5..e247d79575 Full diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32d57313c7..f0547ccf1a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f41ceba9a5..10140842ef * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3ed19f4788..0ffa776c67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e10938513c..42cc7af495 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f62079a0f9..e8964a2cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8aaa45e5d3..44aee9142b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia7d89cd0d0381191b1d4c695e044b6439baae0ec Reviewed-on: https://webrtc-review.googlesource.com/94960 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24351}
2018-08-20 10:45:52 -07:00
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_cast': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cast',
'version': 'version:16.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_cast_framework',
'version': 'version:16.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_clearcut',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_fido': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_fido',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_flags': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_flags',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_gcm': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_gcm',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_iid': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_iid',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_instantapps',
'version': 'version:16.0.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_location': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_location',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_phenotype',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_places_placereport',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_stats': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_stats',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_tasks',
Roll chromium_revision c092e144b5..e247d79575 (584376:584490) Change log: https://chromium.googlesource.com/chromium/src/+log/c092e144b5..e247d79575 Full diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/32d57313c7..f0547ccf1a * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f41ceba9a5..10140842ef * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3ed19f4788..0ffa776c67 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/e10938513c..42cc7af495 * src/third_party/android_deps/libs/com_google_android_gms_play_services_auth_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_base: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_basement: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/android_deps/libs/com_google_android_gms_play_services_tasks: version:12.0.1-cr0..version:15.0.1-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f62079a0f9..e8964a2cd3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8aaa45e5d3..44aee9142b DEPS diff: https://chromium.googlesource.com/chromium/src/+/c092e144b5..e247d79575/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ia7d89cd0d0381191b1d4c695e044b6439baae0ec Reviewed-on: https://webrtc-review.googlesource.com/94960 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24351}
2018-08-20 10:45:52 -07:00
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_vision': {
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
'packages': [
{
2018-08-30 11:08:38 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_vision',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_gms_play_services_vision_common',
'version': 'version:15.0.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
2018-08-30 11:08:38 +02:00
'src/third_party/android_deps/libs/com_google_android_play_core': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core',
'version': 'version:1.3.0-cr0',
Roll chromium_revision ca3a5e1cbb..076bef0a12 (585726:586605) Manual changes: * Updated the list of generated Android DEPS * Removed javax_inject since it was removed from chromium * Add google-truth and proguard Change log: https://chromium.googlesource.com/chromium/src/+log/ca3a5e1cbb..076bef0a12 Full diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7bf1a620f7..c1b3d7ad78 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/53a2dfe471..c581678b0d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59b5f34e52..c53899f7ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7484a964e5..32e14b307b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a3a6c8af12..592ad7bbbf * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/01e8e625ad..7f4f41fa81 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7a1ed44d24..5d0291214a * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b7eb8800b..5cc2afd9b8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5592370ea3..c0d010f233 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca3a5e1cbb..076bef0a12/DEPS No update to Clang. TBR=phoglund@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Remove javax_inject Update generated Android DEPS. Change-Id: I9a0c7bb9f43d4a991a3bf4c7cf247b864e12937a Reviewed-on: https://webrtc-review.googlesource.com/96422 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24466}
2018-08-28 09:58:37 +02:00
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'src/third_party/android_deps/libs/com_google_code_findbugs_jsr305': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_code_findbugs_jsr305',
'version': 'version:1.3.9-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'src/third_party/android_deps/libs/com_google_dagger_dagger': {
'packages': [
{
Roll chromium_revision bbc67a1bd5..4d01f290d4 (587546:588344) Manual changes: * Updated generated list of android deps. * Didn't roll //build: needs resolution to bugs.webrtc.org/9706 first * Didn't roll tools to head since current head needs to be in sync with //build (because of a clang roll). Change log: https://chromium.googlesource.com/chromium/src/+log/bbc67a1bd5..4d01f290d4 Full diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bc614f359d..89b059cf45 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/577dec8385..09d71f227a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ddd98a72a..a9ff7768f7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1a16d6dec5..d461439d92 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d539d93822..5167fb3f66 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cb32668137..e323bd9d22 * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/96b5e50090..2c8e6279a7 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/658ff786a2..669ac87aa7 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/0bfab06084..753fd86e86 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d59f2cb6e5..cd9a1568ce40ebf DEPS diff: https://chromium.googlesource.com/chromium/src/+/bbc67a1bd5..4d01f290d4/DEPS No Clang change. TBR=phoglund@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If12bc40c5a1c4d6c2bad2882767fd0ee5ad1b271 Reviewed-on: https://webrtc-review.googlesource.com/97321 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24525}
2018-09-03 10:06:10 +02:00
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger',
'version': 'version:2.17-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_dagger_dagger_compiler': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_compiler',
'version': 'version:2.17-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_dagger_dagger_producers': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_producers',
'version': 'version:2.17-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_dagger_dagger_spi': {
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_spi',
'version': 'version:2.17-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations',
'version': 'version:2.1.3-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_errorprone_javac_shaded': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_errorprone_javac_shaded',
'version': 'version:9-dev-r4023-3-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_googlejavaformat_google_java_format',
'version': 'version:1.5-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_google_guava_guava': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_guava_guava',
Roll chromium_revision c07e991426..aa7696e47b (590658:590812) Change log: https://chromium.googlesource.com/chromium/src/+log/c07e991426..aa7696e47b Full diff: https://chromium.googlesource.com/chromium/src/+/c07e991426..aa7696e47b Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2b12ea143f..7692df6a62 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/107ec0dc4d..1acbf28972 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6c663aba73..71a2d3717d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/1070ff2f89..7836752645 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6622e91c32..e227a273e4 * src/third_party/android_deps/libs/com_google_guava_guava: version:25.0-cr0..version:25.0-jre-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/134ee36952..d64f0324b3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d55295fc72..f4307deb7f DEPS diff: https://chromium.googlesource.com/chromium/src/+/c07e991426..aa7696e47b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I86deae342900dd7cabe62eeb18ee9514ee22e455 Reviewed-on: https://webrtc-review.googlesource.com/100003 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24713}
2018-09-12 13:45:25 -07:00
'version': 'version:25.0-jre-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations',
'version': 'version:1.1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/com_squareup_javapoet': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_javapoet',
'version': 'version:1.11.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/javax_annotation_jsr250_api': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/javax_annotation_jsr250_api',
'version': 'version:1.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/javax_inject_javax_inject': {
Roll chromium_revision e4b02117a9..cc7b9c6822 (592264:592452) Change log: https://chromium.googlesource.com/chromium/src/+log/e4b02117a9..cc7b9c6822 Full diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8130b147de..84eacf48e2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d51fa5227..e1bcf04272 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fe4e1f210c..b1fa2ea487 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f29c2448d2..e49700f62c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/07b5283a4e..69f640ec09 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ae28316058..846c5a40f9 Added dependencies * src/third_party/android_deps/libs/com_google_code_findbugs_jsr305 * src/third_party/android_deps/libs/com_google_j2objc_j2objc_annotations * src/third_party/android_deps/libs/com_google_errorprone_error_prone_annotations * src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations * src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4b02117a9..cc7b9c6822/DEPS No update to Clang. TBR=yvesg@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Partial revert of 1548e9a2959360b327f57d2b2851995b9d1a397f. Fix ANDROID_DEPS tags in DEPS file. We need the same tags than Chromium's DEPS for detection purpose. Also, fix format (will reduce noise in subsequent diff). Change-Id: I8607fd00be55680d65757c1e17ab08de42b2143d Reviewed-on: https://webrtc-review.googlesource.com/101062 Reviewed-by: Yves Gerey <yvesg@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24777}
2018-09-19 19:20:19 +02:00
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/javax_inject_javax_inject',
'version': 'version:1-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/org_checkerframework_checker_compat_qual': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_compat_qual',
'version': 'version:2.3.0-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_codehaus_mojo_animal_sniffer_annotations',
'version': 'version:1.14-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
# === ANDROID_DEPS Generated Code 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',
]
# Define rules for which include paths are allowed in our source.
include_rules = [
# Base is only used to build Android APK tests and may not be referenced by
# WebRTC production code.
"-base",
"-chromium",
"+external/webrtc/webrtc", # Android platform build.
"+libyuv",
# These should eventually move out of here.
"+common_types.h",
"+WebRTC",
"+api",
"+modules/include",
"+rtc_base",
"+test",
"+rtc_tools",
Reland "Use absl::optional instead or rtc::Optional" This reverts commit 28e6a164bf9d2a42545d058bd50d39e1767f7398. Reason for revert: the static initializer removed from abseil Original change's description: > Revert "Use absl::optional instead or rtc::Optional" > > This reverts commit 7ba9e92fa0dfb16579f4f6ecd746397bdfdd174d. > > Reason for revert: Breaks Chromium static initialized regression test. > https://ci.chromium.org/p/chromium/builders/luci.chromium.try/android-marshmallow-arm64-rel/5068 > > Original change's description: > > Use absl::optional instead or rtc::Optional > > > > BUG: webrtc:9078 > > Change-Id: I69aedce324d86e8894b81210a2de17c5ef68fd11 > > Reviewed-on: https://webrtc-review.googlesource.com/77082 > > Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> > > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > > Cr-Commit-Position: refs/heads/master@{#23440} > > TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org > > Change-Id: I09ae74bddc69d0b25c8dfbcacc4ec906b34ca748 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/79980 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#23449} TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ib5dc71fb63fe02b78743b03f8252b962616eead0 Bug: webrtc:9078 Reviewed-on: https://webrtc-review.googlesource.com/82760 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23586}
2018-06-11 07:48:31 +00:00
# Abseil whitelist. Keep this in sync with abseil-in-webrtc.md.
"+absl/container/inlined_vector.h",
"+absl/memory/memory.h",
"+absl/strings/ascii.h",
"+absl/strings/match.h",
"+absl/strings/string_view.h",
Reland "Use absl::optional instead or rtc::Optional" This reverts commit 28e6a164bf9d2a42545d058bd50d39e1767f7398. Reason for revert: the static initializer removed from abseil Original change's description: > Revert "Use absl::optional instead or rtc::Optional" > > This reverts commit 7ba9e92fa0dfb16579f4f6ecd746397bdfdd174d. > > Reason for revert: Breaks Chromium static initialized regression test. > https://ci.chromium.org/p/chromium/builders/luci.chromium.try/android-marshmallow-arm64-rel/5068 > > Original change's description: > > Use absl::optional instead or rtc::Optional > > > > BUG: webrtc:9078 > > Change-Id: I69aedce324d86e8894b81210a2de17c5ef68fd11 > > Reviewed-on: https://webrtc-review.googlesource.com/77082 > > Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> > > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > > Cr-Commit-Position: refs/heads/master@{#23440} > > TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org > > Change-Id: I09ae74bddc69d0b25c8dfbcacc4ec906b34ca748 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/79980 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#23449} TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ib5dc71fb63fe02b78743b03f8252b962616eead0 Bug: webrtc:9078 Reviewed-on: https://webrtc-review.googlesource.com/82760 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23586}
2018-06-11 07:48:31 +00:00
"+absl/types/optional.h",
"+absl/types/variant.h",
]