mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
BUG=libyuv:795 Change-Id: Ic1eb6eb841e763c0d58e6fb36322addb3956d8f2 Reviewed-on: https://chromium-review.googlesource.com/1103311 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
817 lines
27 KiB
Python
817 lines
27 KiB
Python
vars = {
|
|
'chromium_git': 'https://chromium.googlesource.com',
|
|
'swarming_revision': '88229872dd17e71658fe96763feaa77915d8cbd6',
|
|
# 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': 'e6527b0cd469e3ff5764785dadcb39bf7d787154',
|
|
# 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': 'f3ce003c2baaf3b2aba669681f832139efe5d773',
|
|
}
|
|
|
|
deps = {
|
|
'src/build':
|
|
Var('chromium_git') + '/chromium/src/build' + '@' + '8cb53523220fec0dee401d2ee5f046cbf43b0656',
|
|
'src/buildtools':
|
|
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5941c1b3df96c1db756a2834343533335c394c4a',
|
|
'src/testing':
|
|
Var('chromium_git') + '/chromium/src/testing' + '@' + '60b2c69b17816251c0d20557eb818d26ac7e0fe4',
|
|
'src/third_party':
|
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e755204b7ae59ba1c63e5720a0420d8661672642',
|
|
'src/third_party/catapult':
|
|
Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),
|
|
'src/third_party/colorama/src':
|
|
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
|
'src/third_party/freetype/src':
|
|
Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'a44e20879cefea41663bb36ff4af908cc4146fb8',
|
|
'src/third_party/googletest/src':
|
|
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'ba96d0b1161f540656efdaed035b3c062b60e006',
|
|
'src/third_party/harfbuzz-ng/src':
|
|
Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + '957e7756634a4fdf1654041e20e883cf964ecac9',
|
|
'src/third_party/libjpeg_turbo':
|
|
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79a8792dde3d3f7d7d8ac28ba01ac9dd',
|
|
'src/third_party/yasm/source/patched-yasm':
|
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
|
|
'src/tools':
|
|
Var('chromium_git') + '/chromium/src/tools' + '@' + '55c65d8fecf04f55f5ba9e14b1fdba170f0202d0',
|
|
'src/tools/gyp':
|
|
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
|
'src/tools/swarming_client':
|
|
Var('chromium_git') + '/infra/luci/client-py.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',
|
|
|
|
'src/third_party/lss': {
|
|
'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
|
|
'condition': 'checkout_android or checkout_linux',
|
|
},
|
|
|
|
# Android deps:
|
|
'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/auto/src': {
|
|
'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '8a81a858ae7b78a1aef71ac3905fade0bbd64e82',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/base': {
|
|
'url': Var('chromium_git') + '/chromium/src/base' + '@' + '733a32608c5cd39c03a578cf6001afc2e6c636a2',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'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/android_ndk': {
|
|
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'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/android_tools': {
|
|
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'c22a664c39af72dd8f89200220713dcad811300a',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/third_party/byte_buddy': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/byte_buddy',
|
|
'version': 'version:1.4.17-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'src/third_party/ced/src': {
|
|
'url': Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/third_party/errorprone/lib': {
|
|
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/third_party/findbugs': {
|
|
'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'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/icu': {
|
|
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'd888fd2a1be890f4d35e43f68d6d79f42519a357',
|
|
},
|
|
'src/third_party/icu4j': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/icu4j',
|
|
'version': 'version:53.1-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'src/third_party/intellij': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/intellij',
|
|
'version': 'version:12.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'src/third_party/jsr-305/src': {
|
|
'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/third_party/junit/src': {
|
|
'url': Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263cf4d08253a1556e75481',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/third_party/mockito/src': {
|
|
'url': Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598ad4cf5ea53c69a8a8053780b04b850',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/third_party/objenesis': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/objenesis',
|
|
'version': 'version:2.4-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'src/third_party/ow2_asm': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/ow2_asm',
|
|
'version': 'version:5.0.1-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'src/third_party/r8': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/r8',
|
|
'version': 'version:1.0.30',
|
|
},
|
|
],
|
|
'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': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/robolectric',
|
|
'version': 'version:3.5.1',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'src/third_party/robolectric/robolectric': {
|
|
'url': Var('chromium_git') + '/external/robolectric.git' + '@' + '7e067f1112e1502caa742f7be72d37b5678d3403',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/third_party/sqlite4java': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/sqlite4java',
|
|
'version': 'version:0.282-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
'src/third_party/ub-uiautomator/lib': {
|
|
'url': Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
|
|
'condition': 'checkout_android',
|
|
},
|
|
'src/third_party/xstream': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/xstream',
|
|
'version': 'version:1.4.8-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
# iOS deps:
|
|
'src/ios': {
|
|
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '299ef76e844a74a1f2f4ce7f06d101861fb49aba',
|
|
'condition': 'checkout_ios'
|
|
},
|
|
|
|
# Win deps:
|
|
# Dependencies used by libjpeg-turbo
|
|
'src/third_party/yasm/binaries': {
|
|
'url': Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61ee468881',
|
|
'condition': 'checkout_win',
|
|
},
|
|
|
|
# === ANDROID_DEPS Generated Code Start ===
|
|
# Generated by //tools/android/roll/android_deps/fetch_all.sh
|
|
'src/third_party/android_deps/repository/android_arch_core_common': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/android_arch_core_common',
|
|
'version': 'version:1.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/android_arch_lifecycle_common': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/android_arch_lifecycle_common',
|
|
'version': 'version:1.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/android_arch_lifecycle_runtime': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/android_arch_lifecycle_runtime',
|
|
'version': 'version:1.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_animated_vector_drawable': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_animated_vector_drawable',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_appcompat_v7': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_appcompat_v7',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_cardview_v7': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_cardview_v7',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_design': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_design',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_gridlayout_v7': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_gridlayout_v7',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_leanback_v17': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_leanback_v17',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_mediarouter_v7': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_mediarouter_v7',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_multidex': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_multidex',
|
|
'version': 'version:1.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_palette_v7': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_palette_v7',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_preference_leanback_v17': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_leanback_v17',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_preference_v14': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_v14',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_preference_v7': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_preference_v7',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_recyclerview_v7': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_recyclerview_v7',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_annotations': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_annotations',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_compat': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_compat',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_core_ui': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_core_ui',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_core_utils': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_core_utils',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_fragment': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_fragment',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_media_compat': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_media_compat',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_v13': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_v13',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_v4': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_v4',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_support_vector_drawable': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_support_vector_drawable',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
'src/third_party/android_deps/repository/com_android_support_transition': {
|
|
'packages': [
|
|
{
|
|
'package': 'chromium/third_party/android_deps/repository/com_android_support_transition',
|
|
'version': 'version:27.0.0-cr0',
|
|
},
|
|
],
|
|
'condition': 'checkout_android',
|
|
'dep_type': 'cipd',
|
|
},
|
|
|
|
# === ANDROID_DEPS Generated Code End ===
|
|
}
|
|
|
|
# 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',
|
|
],
|
|
},
|
|
# Downloads the current stable linux sysroot to build/linux/ if needed.
|
|
{
|
|
'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)',
|
|
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=x86'],
|
|
},
|
|
{
|
|
'name': 'sysroot_mips',
|
|
'pattern': '.',
|
|
'condition': 'checkout_linux and checkout_mips',
|
|
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=mips'],
|
|
},
|
|
{
|
|
'name': 'sysroot_x64',
|
|
'pattern': '.',
|
|
'condition': 'checkout_linux and checkout_x64',
|
|
'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py',
|
|
'--arch=x64'],
|
|
},
|
|
{
|
|
# Update the Windows toolchain if necessary.
|
|
'name': 'win_toolchain',
|
|
'pattern': '.',
|
|
'action': ['python', 'src/build/vs_toolchain.py', 'update'],
|
|
},
|
|
{
|
|
# Update the Mac toolchain if necessary.
|
|
'name': 'mac_toolchain',
|
|
'pattern': '.',
|
|
'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',
|
|
'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',
|
|
],
|
|
},
|
|
{
|
|
# We used to use src as a CIPD root. We moved it to a different directory
|
|
# in crrev.com/c/930178 but left the clobber here to ensure that that CL
|
|
# could be reverted safely. This can be safely removed once crbug.com/794764
|
|
# is resolved.
|
|
'name': 'Android Clobber Deprecated CIPD Root',
|
|
'pattern': '.',
|
|
'condition': 'checkout_android',
|
|
'action': ['src/build/cipd/clobber_cipd_root.py',
|
|
'--root', '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'
|
|
],
|
|
},
|
|
]
|
|
|
|
recursedeps = [
|
|
# buildtools provides clang_format, libc++, and libc++abi.
|
|
'src/buildtools',
|
|
# android_tools manages the NDK.
|
|
'src/third_party/android_tools',
|
|
]
|