mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-11 22:19:56 +08:00
Change log:c793ec77b2..7950721f08Full diff:c793ec77b2..7950721f08Changed dependencies: * src/base:8fe126945c..d75864a2c5* src/build:8a0a5a27d4..bf8911f59b* src/ios:2c58c1ed6b..8b8111f841* src/testing:9cacf531de..c2c74bc1d1* src/third_party:0ea751c2fe..4c0908d22e* src/third_party/catapult:3c626eaf72..353ee60a45* src/tools:41a0ccf0e1..14318cc69bDEPS diff:c793ec77b2..7950721f08/DEPS No update to Clang. TBR=kjellander@chromium.org BUG=libyuv:689 Change-Id: Ife134b4af1c8c1e63aae2b811342d325abe0b600 Reviewed-on: https://chromium-review.googlesource.com/450317 Reviewed-by: Frank Barchard <fbarchard@google.com>
451 lines
15 KiB
Python
451 lines
15 KiB
Python
vars = {
|
|
'chromium_git': 'https://chromium.googlesource.com',
|
|
'chromium_revision': '7950721f084767700b62bb6e1c90ea155efae980',
|
|
'swarming_revision': '11e31afa5d330756ff87aa12064bb5d032896cb5',
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling lss
|
|
# and whatever else without interference from each other.
|
|
'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb',
|
|
# 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': '353ee60a4567ec80252bb4047e54b2df3151717e',
|
|
}
|
|
|
|
deps = {
|
|
'src/build':
|
|
Var('chromium_git') + '/chromium/src/build' + '@' + 'bf8911f59bebb1cdd075e612c78e985cb14eca29',
|
|
'src/buildtools':
|
|
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec',
|
|
'src/testing':
|
|
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c2c74bc1d165ccc01ed03e424f72aa313eeb9120',
|
|
'src/testing/gtest':
|
|
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
|
|
'src/testing/gmock':
|
|
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
|
|
'src/third_party':
|
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4c0908d22e7c4cd423da28f69c64c6fd293b0e99',
|
|
'src/third_party/catapult':
|
|
Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + Var('catapult_revision'),
|
|
'src/third_party/colorama/src':
|
|
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
|
'src/third_party/libjpeg_turbo':
|
|
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8e1e40b17f03fafdf1cd83296900f76',
|
|
'src/third_party/yasm/source/patched-yasm':
|
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
|
|
'src/tools':
|
|
Var('chromium_git') + '/chromium/src/tools' + '@' + '14318cc69b7116d7b4aa23ee58cdf3d7c71d4038',
|
|
'src/tools/gyp':
|
|
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
|
'src/tools/swarming_client':
|
|
Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_revision'),
|
|
|
|
# libyuv-only dependencies (not present in Chromium).
|
|
'src/third_party/gflags':
|
|
Var('chromium_git') + '/external/webrtc/deps/third_party/gflags' + '@' + '892576179b45861b53e04a112996a738309cf364',
|
|
'src/third_party/gflags/src':
|
|
Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb065c83beff83d50ae025a55a4bf94dfca',
|
|
'src/third_party/gtest-parallel':
|
|
Var('chromium_git') + '/external/webrtc/deps/third_party/gtest-parallel' + '@' + '1dad0e9f6d82ff994130b529d7d814b40eb32b0e',
|
|
}
|
|
|
|
deps_os = {
|
|
'android': {
|
|
'src/base':
|
|
Var('chromium_git') + '/chromium/src/base' + '@' + 'd75864a2c554db298f34b188c07a11133c8bd88b',
|
|
'src/third_party/android_tools':
|
|
Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc',
|
|
'src/third_party/ced/src':
|
|
Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '368a9cc09ad868a3d28f0b5ad4a733f263c46409',
|
|
'src/third_party/icu':
|
|
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '450be73c9ee8ae29d43d4fdc82febb2a5f62bfb5',
|
|
'src/third_party/jsr-305/src':
|
|
Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
|
|
'src/third_party/junit/src':
|
|
Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
|
|
'src/third_party/lss':
|
|
Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
|
|
'src/third_party/mockito/src':
|
|
Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
|
|
'src/third_party/requests/src':
|
|
Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
|
|
'src/third_party/robolectric/robolectric':
|
|
Var('chromium_git') + '/external/robolectric.git' + '@' + 'e38b49a12fdfa17a94f0382cc8ffaf69132fd09b',
|
|
},
|
|
'ios': {
|
|
'src/ios':
|
|
Var('chromium_git') + '/chromium/src/ios' + '@' + '8b8111f841dfdc04bb5591dfd1315120f95709a4',
|
|
},
|
|
'unix': {
|
|
'src/third_party/lss':
|
|
Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
|
|
},
|
|
'win': {
|
|
# Dependencies used by libjpeg-turbo
|
|
'src/third_party/yasm/binaries':
|
|
Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
|
|
},
|
|
}
|
|
|
|
# Define rules for which include paths are allowed in our source.
|
|
include_rules = [ '+gflags' ]
|
|
|
|
pre_deps_hooks = [
|
|
{
|
|
# Remove any symlinks from before 177567c518b121731e507e9b9c4049c4dc96e4c8.
|
|
# TODO(kjellander): Remove this in March 2017.
|
|
'name': 'cleanup_links',
|
|
'pattern': '.',
|
|
'action': ['python', 'src/cleanup_links.py'],
|
|
},
|
|
]
|
|
|
|
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_libyuv/get_landmines.py',
|
|
'--src-dir',
|
|
'src',
|
|
],
|
|
},
|
|
# Android dependencies. Many are downloaded using Google Storage these days.
|
|
# They're copied from https://cs.chromium.org/chromium/src/DEPS for all
|
|
# such dependencies we share with Chromium.
|
|
{
|
|
# This downloads SDK extras and puts them in the
|
|
# third_party/android_tools/sdk/extras directory.
|
|
'name': 'sdkextras',
|
|
'pattern': '.',
|
|
# 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'
|
|
],
|
|
},
|
|
{
|
|
'name': 'intellij',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-intellij',
|
|
'-l', 'third_party/intellij'
|
|
],
|
|
},
|
|
{
|
|
'name': 'javax_inject',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-javax-inject',
|
|
'-l', 'third_party/javax_inject'
|
|
],
|
|
},
|
|
{
|
|
'name': 'hamcrest',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-hamcrest',
|
|
'-l', 'third_party/hamcrest'
|
|
],
|
|
},
|
|
{
|
|
'name': 'guava',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-guava',
|
|
'-l', 'third_party/guava'
|
|
],
|
|
},
|
|
{
|
|
'name': 'android_support_test_runner',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-android-support-test-runner',
|
|
'-l', 'third_party/android_support_test_runner'
|
|
],
|
|
},
|
|
{
|
|
'name': 'byte_buddy',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-byte-buddy',
|
|
'-l', 'third_party/byte_buddy'
|
|
],
|
|
},
|
|
{
|
|
'name': 'espresso',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-espresso',
|
|
'-l', 'third_party/espresso'
|
|
],
|
|
},
|
|
{
|
|
'name': 'robolectric_libs',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-robolectric',
|
|
'-l', 'third_party/robolectric'
|
|
],
|
|
},
|
|
{
|
|
'name': 'apache_velocity',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-apache-velocity',
|
|
'-l', 'third_party/apache_velocity'
|
|
],
|
|
},
|
|
{
|
|
'name': 'ow2_asm',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-ow2-asm',
|
|
'-l', 'third_party/ow2_asm'
|
|
],
|
|
},
|
|
{
|
|
'name': 'icu4j',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-icu4j',
|
|
'-l', 'third_party/icu4j'
|
|
],
|
|
},
|
|
{
|
|
'name': 'accessibility_test_framework',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-accessibility-test-framework',
|
|
'-l', 'third_party/accessibility_test_framework'
|
|
],
|
|
},
|
|
{
|
|
'name': 'bouncycastle',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-bouncycastle',
|
|
'-l', 'third_party/bouncycastle'
|
|
],
|
|
},
|
|
{
|
|
'name': 'sqlite4java',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-sqlite4java',
|
|
'-l', 'third_party/sqlite4java'
|
|
],
|
|
},
|
|
{
|
|
'name': 'objenesis',
|
|
'pattern': '.',
|
|
'action': ['python',
|
|
'src/build/android/update_deps/update_third_party_deps.py',
|
|
'download',
|
|
'-b', 'chromium-objenesis',
|
|
'-l', 'third_party/objenesis'
|
|
],
|
|
},
|
|
{
|
|
# Downloads the current stable linux sysroot to build/linux/ if needed.
|
|
# This sysroot updates at about the same rate that the chrome build deps
|
|
# change. This script is a no-op except for linux users who are doing
|
|
# official chrome builds or cross compiling.
|
|
'name': 'sysroot',
|
|
'pattern': '.',
|
|
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--running-as-hook'],
|
|
},
|
|
{
|
|
# Update the Windows toolchain if necessary.
|
|
'name': 'win_toolchain',
|
|
'pattern': '.',
|
|
'action': ['python', 'src/build/vs_toolchain.py', 'update'],
|
|
},
|
|
# 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',
|
|
'action': [
|
|
'python',
|
|
'src/third_party/binutils/download.py',
|
|
],
|
|
},
|
|
{
|
|
# Pull clang if needed or requested via GYP_DEFINES.
|
|
# 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', '--if-needed'],
|
|
},
|
|
{
|
|
# Update LASTCHANGE.
|
|
'name': 'lastchange',
|
|
'pattern': '.',
|
|
'action': ['python', 'src/build/util/lastchange.py',
|
|
'-o', 'src/build/util/LASTCHANGE'],
|
|
},
|
|
# Pull GN binaries.
|
|
{
|
|
'name': 'gn_win',
|
|
'pattern': '.',
|
|
'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': '.',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--platform=darwin',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-gn',
|
|
'-s', 'src/buildtools/mac/gn.sha1',
|
|
],
|
|
},
|
|
{
|
|
'name': 'gn_linux64',
|
|
'pattern': '.',
|
|
'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': '.',
|
|
'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': '.',
|
|
'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': '.',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--platform=linux*',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-clang-format',
|
|
'-s', 'src/buildtools/linux64/clang-format.sha1',
|
|
],
|
|
},
|
|
# Pull luci-go binaries (isolate, swarming) using checked-in hashes.
|
|
{
|
|
'name': 'luci-go_win',
|
|
'pattern': '.',
|
|
'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': '.',
|
|
'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': '.',
|
|
'action': [ 'download_from_google_storage',
|
|
'--no_resume',
|
|
'--platform=linux*',
|
|
'--no_auth',
|
|
'--bucket', 'chromium-luci',
|
|
'-d', 'src/tools/luci-go/linux64',
|
|
],
|
|
},
|
|
{
|
|
# Pull sanitizer-instrumented third-party libraries if requested via
|
|
# GYP_DEFINES.
|
|
# See src/third_party/instrumented_libraries/scripts/download_binaries.py.
|
|
# TODO(kjellander): Update comment when GYP is completely cleaned up.
|
|
'name': 'instrumented_libraries',
|
|
'pattern': '\\.sha1',
|
|
'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
|
|
},
|
|
{
|
|
'name': 'clang_format_merge_driver',
|
|
'pattern': '.',
|
|
'action': [ 'python',
|
|
'src/tools/clang_format_merge_driver/install_git_hook.py',
|
|
],
|
|
},
|
|
]
|
|
|
|
recursedeps = [
|
|
# buildtools provides clang_format, libc++, and libc++abi.
|
|
'src/buildtools',
|
|
# android_tools manages the NDK.
|
|
'src/third_party/android_tools',
|
|
]
|