| use_relative_paths = True |
| |
| gclient_gn_args_file = 'build/config/gclient_args.gni' |
| gclient_gn_args = [ |
| 'checkout_google_benchmark', |
| ] |
| |
| vars = { |
| # By default, we should check out everything needed to run on the main |
| # chromium waterfalls. This var can be also be set to 'small', in order |
| # to skip things are not strictly needed to build chromium for development |
| # purposes. |
| 'checkout_configuration': 'default', |
| |
| # By default, do not check out Google Benchmark. This only exists to satisfy |
| # V8-enabled builds that require this variable. Running Google Benchmark is |
| # not supported with PDFium. |
| 'checkout_google_benchmark': False, |
| |
| 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration != "small"', |
| |
| 'chromium_git': 'https://chromium.googlesource.com', |
| 'pdfium_git': 'https://pdfium.googlesource.com', |
| |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling android_ndk |
| # and whatever else without interference from each other. |
| 'android_ndk_revision': '401019bf85744311b26c88ced255cd53401af8b7', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling build |
| # and whatever else without interference from each other. |
| 'build_revision': '090452dfaeac6e3edab65a3add39fea97b00188c', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling buildtools |
| # and whatever else without interference from each other. |
| 'buildtools_revision': '5dbd89c9d9c0b0ff47cefdc2bc421b8c9a1c5a21', |
| # 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': '3d2081b50b203dbd2faafeb925e6791462475f68', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling clang format |
| # and whatever else without interference from each other. |
| 'clang_format_revision': '99803d74e35962f63a775f29477882afd4d57d94', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling clang |
| # and whatever else without interference from each other. |
| 'clang_revision': 'db6297931a88c9f8375259082b48302ee61ea152', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling clang_dsymutil |
| # and whatever else without interference from each other. |
| 'clang_dsymutil_revision': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling code_coverage |
| # and whatever else without interference from each other. |
| 'code_coverage_revision': '2b88a25be87f060acdf508e7415da47b99eca476', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling depot_tools |
| # and whatever else without interference from each other. |
| 'depot_tools_revision': 'da768751d43b1f287bf99bea703ea13e2eedcf4d', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling freetype |
| # and whatever else without interference from each other. |
| 'freetype_revision': 'f9350be1e45baa1c29f7551274982262f8e769ce', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling GN CIPD package version |
| # and whatever else without interference from each other. |
| 'gn_version': 'git_revision:a95c8a3ccc7de65eb740aa68a0d021cdc8550205', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling gtest |
| # and whatever else without interference from each other. |
| 'gtest_revision': '6c5c4554ac218a8e19168edc121b1ad232015185', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling icu |
| # and whatever else without interference from each other. |
| 'icu_revision': 'd879aac9717d15679125cfe8c26b482006f107f3', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling instrumented_lib |
| # and whatever else without interference from each other. |
| 'instrumented_lib_revision': '6900bf4e274fdd94e3b074a65144554466cad5da', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling jinja2 |
| # and whatever else without interference from each other. |
| 'jinja2_revision': '11b6b3e5971d760bd2d310f77643f55a818a6d25', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling jpeg_turbo |
| # and whatever else without interference from each other. |
| 'jpeg_turbo_revision': '7b4981b6500ccba10733c352b9ed2dad14ce3c73', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling libc++ |
| # and whatever else without interference from each other. |
| # If you change this, also update the libc++ revision in |
| # //buildtools/deps_revisions.gni. |
| 'libcxx_revision': '8fa87946779682841e21e2da977eccfb6cb3bded', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling libc++abi |
| # and whatever else without interference from each other. |
| 'libcxxabi_revision': 'a136a3b8e91029a499ca04f94ad89143eaf5fac4', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling libunwind |
| # and whatever else without interference from each other. |
| 'libunwind_revision': '08f35c8514a74817103121def05351186830d4b7', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling markupsafe |
| # and whatever else without interference from each other. |
| 'markupsafe_revision': '0944e71f4b2cb9a871bcbe353f95e889b64a611a', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling nasm_source |
| # and whatever else without interference from each other. |
| 'nasm_source_revision': '19f3fad68da99277b2882939d3b2fa4c4b8d51d9', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling pdfium_tests |
| # and whatever else without interference from each other. |
| 'pdfium_tests_revision': '61bf033292709e29941375f45183db852e74977c', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling skia |
| # and whatever else without interference from each other. |
| 'skia_revision': '974c821502042c0ab233affb0f38bf2b49f5ecfe', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling tools_memory |
| # and whatever else without interference from each other. |
| 'tools_memory_revision': '71214b910decfe2e7cfc8b0ffc072a1b97da2d36', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling trace_event |
| # and whatever else without interference from each other. |
| 'trace_event_revision': '7af6071eddf11ad91fbd5df54138f9d3c6d980d5', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling v8 |
| # and whatever else without interference from each other. |
| 'v8_revision': '28729333e160c8ce3440db840be38a6c62b91857', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling zlib |
| # and whatever else without interference from each other. |
| 'zlib_revision': '09490503d0f201b81e03f5ca0ab8ba8ee76d4a8e', |
| } |
| |
| deps = { |
| 'base/trace_event/common': |
| Var('chromium_git') + '/chromium/src/base/trace_event/common.git@' + |
| Var('trace_event_revision'), |
| |
| 'build': |
| Var('chromium_git') + '/chromium/src/build.git@' + Var('build_revision'), |
| |
| 'buildtools': |
| Var('chromium_git') + '/chromium/src/buildtools.git@' + |
| Var('buildtools_revision'), |
| |
| 'buildtools/clang_format/script': |
| Var('chromium_git') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@' + |
| Var('clang_format_revision'), |
| |
| 'buildtools/linux64': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/linux-amd64', |
| 'version': Var('gn_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'host_os == "linux"', |
| }, |
| |
| 'buildtools/mac': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/mac-${{arch}}', |
| 'version': Var('gn_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'host_os == "mac"', |
| }, |
| |
| 'buildtools/third_party/libc++/trunk': |
| Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + |
| Var('libcxx_revision'), |
| |
| 'buildtools/third_party/libc++abi/trunk': |
| Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + |
| Var('libcxxabi_revision'), |
| |
| 'buildtools/third_party/libunwind/trunk': |
| Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git' + '@' + |
| Var('libunwind_revision'), |
| |
| 'buildtools/win': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/windows-amd64', |
| 'version': Var('gn_version'), |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'host_os == "win"', |
| }, |
| |
| 'testing/corpus': |
| Var('pdfium_git') + '/pdfium_tests@' + Var('pdfium_tests_revision'), |
| |
| 'third_party/android_ndk': { |
| 'url': Var('chromium_git') + '/android_ndk.git@' + |
| Var('android_ndk_revision'), |
| 'condition': 'checkout_android', |
| }, |
| |
| 'third_party/catapult': { |
| 'url': Var('chromium_git') + '/catapult.git@' + Var('catapult_revision'), |
| 'condition': 'checkout_android', |
| }, |
| |
| 'third_party/depot_tools': |
| Var('chromium_git') + '/chromium/tools/depot_tools.git@' + |
| Var('depot_tools_revision'), |
| |
| 'third_party/freetype/src': |
| Var('chromium_git') + '/chromium/src/third_party/freetype2.git@' + |
| Var('freetype_revision'), |
| |
| 'third_party/googletest/src': |
| Var('chromium_git') + '/external/github.com/google/googletest.git@' + |
| Var('gtest_revision'), |
| |
| 'third_party/icu': |
| Var('chromium_git') + '/chromium/deps/icu.git@' + Var('icu_revision'), |
| |
| 'third_party/instrumented_libraries': |
| Var('chromium_git') + |
| '/chromium/src/third_party/instrumented_libraries.git@' + |
| Var('instrumented_lib_revision'), |
| |
| 'third_party/jinja2': |
| Var('chromium_git') + '/chromium/src/third_party/jinja2.git@' + |
| Var('jinja2_revision'), |
| |
| 'third_party/libjpeg_turbo': |
| Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git@' + |
| Var('jpeg_turbo_revision'), |
| |
| 'third_party/markupsafe': |
| Var('chromium_git') + '/chromium/src/third_party/markupsafe.git@' + |
| Var('markupsafe_revision'), |
| |
| 'third_party/nasm': |
| Var('chromium_git') + '/chromium/deps/nasm.git@' + |
| Var('nasm_source_revision'), |
| |
| 'third_party/skia': |
| Var('chromium_git') + '/skia.git@' + Var('skia_revision'), |
| |
| 'third_party/zlib': |
| Var('chromium_git') + '/chromium/src/third_party/zlib.git@' + |
| Var('zlib_revision'), |
| |
| 'tools/clang': |
| Var('chromium_git') + '/chromium/src/tools/clang@' + Var('clang_revision'), |
| |
| 'tools/clang/dsymutil': { |
| 'packages': [ |
| { |
| 'package': 'chromium/llvm-build-tools/dsymutil', |
| 'version': Var('clang_dsymutil_revision'), |
| } |
| ], |
| 'condition': 'checkout_mac or checkout_ios', |
| 'dep_type': 'cipd', |
| }, |
| |
| 'tools/code_coverage': |
| Var('chromium_git') + '/chromium/src/tools/code_coverage.git@' + |
| Var('code_coverage_revision'), |
| |
| 'tools/memory': |
| Var('chromium_git') + '/chromium/src/tools/memory@' + |
| Var('tools_memory_revision'), |
| |
| # TODO(crbug.com/pdfium/1650): Set up autorollers for goldctl. |
| 'tools/skia_goldctl/linux': { |
| 'packages': [ |
| { |
| 'package': 'skia/tools/goldctl/linux-amd64', |
| 'version': 'git_revision:11b8d9e1b976c7ef4dd60521c87d00a8970f889b', |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'checkout_linux', |
| }, |
| |
| 'tools/skia_goldctl/mac': { |
| 'packages': [ |
| { |
| 'package': 'skia/tools/goldctl/mac-amd64', |
| 'version': 'git_revision:11b8d9e1b976c7ef4dd60521c87d00a8970f889b', |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'checkout_mac', |
| }, |
| |
| 'tools/skia_goldctl/win': { |
| 'packages': [ |
| { |
| 'package': 'skia/tools/goldctl/windows-amd64', |
| 'version': 'git_revision:11b8d9e1b976c7ef4dd60521c87d00a8970f889b', |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'checkout_win', |
| }, |
| |
| 'v8': |
| Var('chromium_git') + '/v8/v8.git@' + Var('v8_revision'), |
| } |
| |
| recursedeps = [] |
| |
| include_rules = [ |
| # Basic stuff that everyone can use. |
| # Note: public is not here because core cannot depend on public. |
| '+build/build_config.h', |
| '+constants', |
| '+testing', |
| '+third_party/base', |
| ] |
| |
| specific_include_rules = { |
| # Allow embedder tests to use public APIs. |
| '(.*embeddertest\.cpp)': [ |
| '+public', |
| ] |
| } |
| |
| hooks = [ |
| { |
| # Ensure that the DEPS'd "depot_tools" has its self-update capability |
| # disabled. |
| 'name': 'disable_depot_tools_selfupdate', |
| 'pattern': '.', |
| 'action': [ 'python', |
| 'third_party/depot_tools/update_depot_tools_toggle.py', |
| '--disable', |
| ], |
| }, |
| { |
| # 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', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--no_resume', |
| '--no_auth', |
| '--bucket', 'chromium-browser-clang/ciopfs', |
| '-s', 'build/ciopfs.sha1', |
| ] |
| }, |
| { |
| # Update the Windows toolchain if necessary. Must run before 'clang' below. |
| 'name': 'win_toolchain', |
| 'pattern': '.', |
| 'condition': 'checkout_win', |
| 'action': ['python', 'build/vs_toolchain.py', 'update', '--force'], |
| }, |
| { |
| # Update the Mac toolchain if necessary. |
| 'name': 'mac_toolchain', |
| 'pattern': '.', |
| 'condition': 'checkout_mac', |
| 'action': ['python', 'build/mac_toolchain.py'], |
| }, |
| # Pull clang-format binaries using checked-in hashes. |
| { |
| 'name': 'clang_format_win', |
| 'pattern': '.', |
| 'condition': 'host_os == "win"', |
| 'action': [ 'python', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--no_resume', |
| '--no_auth', |
| '--bucket', 'chromium-clang-format', |
| '-s', 'buildtools/win/clang-format.exe.sha1', |
| ], |
| }, |
| { |
| 'name': 'clang_format_mac', |
| 'pattern': '.', |
| 'condition': 'host_os == "mac"', |
| 'action': [ 'python', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--no_resume', |
| '--no_auth', |
| '--bucket', 'chromium-clang-format', |
| '-s', 'buildtools/mac/clang-format.sha1', |
| ], |
| }, |
| { |
| 'name': 'clang_format_linux', |
| 'pattern': '.', |
| 'condition': 'host_os == "linux"', |
| 'action': [ 'python', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--no_resume', |
| '--no_auth', |
| '--bucket', 'chromium-clang-format', |
| '-s', 'buildtools/linux64/clang-format.sha1', |
| ], |
| }, |
| { |
| # Note: On Win, this should run after win_toolchain, as it may use it. |
| 'name': 'clang', |
| 'pattern': '.', |
| 'action': ['python', |
| 'tools/clang/scripts/update.py' |
| ], |
| }, |
| { |
| 'name': 'sysroot_arm', |
| 'pattern': '.', |
| 'condition': 'checkout_linux and checkout_arm', |
| 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
| '--arch=arm'], |
| }, |
| { |
| 'name': 'sysroot_arm64', |
| 'pattern': '.', |
| 'condition': 'checkout_linux and checkout_arm64', |
| 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
| '--arch=arm64'], |
| }, |
| { |
| 'name': 'sysroot_x86', |
| 'pattern': '.', |
| 'condition': 'checkout_linux and (checkout_x86 or checkout_x64)', |
| 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
| '--arch=x86'], |
| }, |
| { |
| 'name': 'sysroot_mips', |
| 'pattern': '.', |
| 'condition': 'checkout_linux and checkout_mips', |
| 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
| '--arch=mips'], |
| }, |
| { |
| 'name': 'sysroot_x64', |
| 'pattern': '.', |
| 'condition': 'checkout_linux and checkout_x64', |
| 'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py', |
| '--arch=x64'], |
| }, |
| { |
| 'name': 'msan_chained_origins', |
| 'pattern': '.', |
| 'condition': 'checkout_instrumented_libraries', |
| 'action': [ 'python', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--no_resume', |
| '--no_auth', |
| '--bucket', 'chromium-instrumented-libraries', |
| '-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1', |
| ], |
| }, |
| { |
| 'name': 'msan_no_origins', |
| 'pattern': '.', |
| 'condition': 'checkout_instrumented_libraries', |
| 'action': [ 'python', |
| 'third_party/depot_tools/download_from_google_storage.py', |
| '--no_resume', |
| '--no_auth', |
| '--bucket', 'chromium-instrumented-libraries', |
| '-s', 'third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1', |
| ], |
| }, |
| { |
| # Update LASTCHANGE. |
| 'name': 'lastchange', |
| 'pattern': '.', |
| 'action': ['python', 'build/util/lastchange.py', |
| '-o', 'build/util/LASTCHANGE'], |
| }, |
| ] |