angle/DEPS

437 строки
14 KiB
Plaintext
Исходник Обычный вид История

# This file is used to manage the dependencies of the ANGLE git repo. It is
# used by gclient to determine what version of each dependency to check out, and
# where.
# Avoids the need for a custom root variable.
use_relative_paths = True
use_relative_hooks = True
vars = {
'android_git': 'https://android.googlesource.com',
'chromium_git': 'https://chromium.googlesource.com',
'chrome_internal_git': 'https://chrome-internal.googlesource.com',
'swiftshader_git': 'https://swiftshader.googlesource.com',
# This variable is overrided in Chromium's DEPS file.
'build_with_chromium': False,
# Only check out public sources by default. This can be overridden with custom_vars.
'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'e1633af636fa3bc0bf93ccaf5ccc1c9691439703',
# Current revision of VK-GL-CTS (a.k.a dEQP).
'vk_gl_cts_revision': 'd99a765d38d35deeb3f27cf30d9d6fe4f183510e',
# Current revision of glslang, the Khronos SPIRV compiler.
'glslang_revision': '9a80305c089704d8d817968d1ef1a20a09ced9b4',
# Current revision of googletest.
# Note: this dep cannot be auto-rolled b/c of nesting.
'googletest_revision': 'f2fb48c3b3d79a75a88a99fba6576b25d42ec528',
# Current revision of jsoncpp.
# Note: this dep cannot be auto-rolled b/c of nesting.
'jsoncpp_revision': '645250b6690785be60ab6780ce4b58698d884d11',
# Current revision of patched-yasm.
# Note: this dep cannot be auto-rolled b/c of nesting.
'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad',
# Current revision of spirv-cross, the Khronos SPIRV cross compiler.
'spirv_cross_revision': 'fd5aa3ad51ece55a1b51fe6bfb271db6844ae291',
# Current revision fo the SPIRV-Headers Vulkan support library.
'spirv_headers_revision': 'dc77030acc9c6fe7ca21fff54c5a9d7b532d7da6',
# Current revision of SPIRV-Tools for Vulkan.
'spirv_tools_revision': '97f1d485b76303ea7094fa164c0cc770b79f6f78',
# Current revision of Khronos Vulkan-Headers.
'vulkan_headers_revision': '7264358702061d3ed819d62d3d6fd66ab1da33c3',
# Current revision of Khronos Vulkan-Loader.
'vulkan_loader_revision': '44ac9b2f406f863c69a297a77bd23c28fa29e78d',
# Current revision of Khronos Vulkan-Tools.
'vulkan_tools_revision': 'ebe1b7497acbcf05d460f03827cf3870845cd7b7',
# Current revision of Khronos Vulkan-ValidationLayers.
Roll third_party/vulkan-validation-layers/src ac02c61ffc63..8317b28e672a (6 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/ac02c61ffc63..8317b28e672a git log ac02c61ffc63..8317b28e672a --date=short --first-parent --format='%ad %ae %s' 2020-01-22 johnz@lunarg.com layers: update minor version for linux json files 2020-01-22 mark@lunarg.com chassis: Rename debug logging mutex 2020-01-22 mark@lunarg.com chassis: Add debug log message helpers to framework 2020-01-22 mark@lunarg.com tests: Delete some unused vars & init from framework 2020-01-22 tony@lunarg.com layers: Don't examine attachments if imageless fb 2020-01-22 tony@lunarg.com layers: Update json files for 1.2 Created with: gclient setdep -r third_party/vulkan-validation-layers/src@8317b28e672a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll Please CC timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: timvp@google.com Change-Id: Ib69c079ec225fa979d2d3b7962f59aed08a03cfe Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2016468 Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2020-01-23 10:01:43 +03:00
'vulkan_validation_revision': '8317b28e672a6bff682f8406575e5daf446a80f3',
# 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': '1b3fb455bf1849f1e6187e1eaeaef32b9f30d3c5',
}
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@dfe5662014cf45982441c8a767092934dfecfa9e',
'condition': 'not build_with_chromium',
},
'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@6b3e658d6fe8cd9c2588796d296f07312b776054',
'condition': 'not build_with_chromium',
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@c1b508625d47f26cfc04eab47747a792a5ee765b',
'condition': 'not build_with_chromium',
},
# Cherry is a dEQP/VK-GL-CTS management GUI written in Go. We use it for viewing test results.
'third_party/cherry': {
'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc',
'condition': 'not build_with_chromium',
},
'third_party/VK-GL-CTS/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/VK-GL-CTS@{vk_gl_cts_revision}',
},
'third_party/fuchsia-sdk': {
'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@1785f0ac8e1fe81cb25e260acbe7de8f62fa3e44',
'condition': 'checkout_fuchsia and not build_with_chromium',
},
# Closed-source OpenGL ES 1.1 Conformance tests.
'third_party/gles1_conform': {
'url': '{chrome_internal_git}/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e',
'condition': 'checkout_angle_internal',
},
# glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing.
'third_party/glmark2/src': {
'url': '{chromium_git}/external/github.com/glmark2/glmark2@9e01aef1a786b28aca73135a5b00f85c357e8f5e',
},
'third_party/glslang/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@{glslang_revision}',
'condition': 'not build_with_chromium',
},
'third_party/googletest': {
'url': '{chromium_git}/chromium/src/third_party/googletest@f8eeeb06c0e306257817ae2b719a65cae648090e',
'condition': 'not build_with_chromium',
},
# libjpeg_turbo is used by glmark2.
'third_party/libjpeg_turbo': {
'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@bc13578529255ec75005ffc98aae151666122892',
'condition': 'not build_with_chromium',
},
'third_party/libpng/src': {
'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c',
'condition': 'not build_with_chromium',
},
'third_party/jsoncpp': {
'url': '{chromium_git}/chromium/src/third_party/jsoncpp@1cfec065ed4cd9a01fa8e351baa3e714a5868522',
'condition': 'not build_with_chromium',
},
'third_party/Python-Markdown': {
Rolling 11 dependencies Roll ./build/ 680f9ea3d..5262b9094 (10 commits) https://chromium.googlesource.com/chromium/src/build.git/+log/680f9ea3db81..5262b9094642 $ git log 680f9ea3d..5262b9094 --date=short --no-merges --format='%ad %ae %s' 2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890571594499 to 890568639186 2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890574089166 to 890571594499 2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890577289982 to 890574089166 2019-08-07 gogerald [StartSurface] Move the tab_ui strings to the feature module 2019-08-07 tiborg [build] Remove dont_load_shared_libraries GN parameter 2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890579756157 to 890577289982 2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890582331998 to 890579756157 2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890585497544 to 890582331998 2019-08-07 yucliu [Fuchsia][EME] Correct CDM service name 2019-08-07 hmohit Add gn arg to overwrite rpath. Roll ./buildtools/ d5c58b84d..74cfb5700 (19 commits; 3 trivial rolls) https://chromium.googlesource.com/chromium/src/buildtools.git/+log/d5c58b84d50d..74cfb57006f8 $ git log d5c58b84d..74cfb5700 --date=short --no-merges --format='%ad %ae %s' 2019-07-25 thomasanderson List natvis files as inputs 2019-07-23 tikuta Roll GN from 972ed755 to 152c5144 2019-07-19 tsniatowski ensure_gn_version.py: don't die if existing gn is very old 2019-07-16 bratell Before trying to overwrite the gn binary, make it writable 2019-07-12 vapier ensure_gn_version.py: reinstall if tool is missing 2019-07-11 vapier ensure_gn_version.py: fix exception printing 2019-06-24 brettw Roll GN from 8c7f4910 to 972ed755 2019-06-21 thomasanderson Reland "Roll GN from 81ee1967 to 8c7f4910" 2019-06-17 sdy Revert "Roll GN from 81ee1967 to 8c7f4910" 2019-06-16 thomasanderson Roll GN from 81ee1967 to 8c7f4910 2019-06-14 mstensho Revert "Roll src/buildtools/third_party/libc++/trunk/ 5938e0582..ad464887b (53 commits)" 2019-06-13 mstensho Revert "Roll src/buildtools/third_party/libc++/trunk/ 5938e0582..78822a685 (48 commits)" 2019-06-07 oysteine Tracing: Moved the tracing sampling profiler to the tracing service 2019-05-23 wychen Exclude AndroidStudioDefault folder in Java import checking 2019-05-19 rsesek Roll GN from 64b846c9 to 81ee1967. 2019-05-13 jbudorick checkdeps: encode input to os.walk as utf-8. Roll ./testing/ 32e614b7e..58990c945 (420 commits) https://chromium.googlesource.com/chromium/src/testing/+log/32e614b7ec7b..58990c945ffa $ git log 32e614b7e..58990c945 --date=short --no-merges --format='%ad %ae %s' 2019-07-01 cduvall@chromium.org Update NavigationLoaderOnUI browser_tests filter again 2019-07-01 dewittj@chromium.org [EoS] Update fieldtrial testing config 2019-07-01 rdevlin.cronin@chromium.org [Extensions] De-flake MultiActionAPITest.DynamicSetIcon 2019-07-01 hypan@google.com Add the "remote" arg for chromeos-kevin-perf-fyi 2019-07-01 yliuyliu@google.com [code coverage] Merge Java coverage files to avoid duplicate names 2019-07-01 bsheedy@chromium.org Change revision passed to V8 GPU pixel tests 2019-07-01 jbudorick@chromium.org Add filter file for services_unittests on android-asan. 2019-07-01 michaelpg@chromium.org Fix WelcomeScreenBrowserTest keyboard selection 2019-07-01 tikuta@chromium.org [testing/buildbot] switch to use xenial for some test 2019-06-29 rmhasan@google.com Make metadata an optional field that does not need to be the same for all shard's JSON results 2019-06-29 cduvall@chromium.org Update NavigationLoaderOnUI browser_tests filter 2019-06-29 jbudorick@chromium.org luci: add android-asan back to consoles. 2019-06-28 jbudorick@chromium.org perf: run internal resource_sizes_* targets on both android builders. 2019-06-28 ynovikov@chromium.org Re-enable tests on Linux Experimental NVIDIA and Intel bots. 2019-06-28 hypan@google.com [perf] Add performance_test_suite for chromeos-kevin-perf-fyi tester 2019-06-28 ynovikov@chromium.org Use targeted OS version for GPU bots. 2019-06-28 tbansal@chromium.org Enable PredictivePrefetchingAllowedOnAllConnectionTypes 2019-06-28 danakj@chromium.org Add android_browsertests to the set of all builds and run it on the bots 2019-06-28 sgilhuly@chromium.org Disable reflection-on-composited test for Vulkan FYI 2019-06-28 estevenson@chromium.org Revert "Reland #2: "Trichrome Proguard: Fix locale pak selection."" 2019-06-28 edwardjung@chromium.org Add security interstititial dark mode experiment to field trial testing config 2019-06-28 cduvall@chromium.org Make DataReductionProxyURLLoaderThrottle work on UI thread 2019-06-28 hypan@google.com Reduce the shard number to 4 for android-pixel2-perf-fyi tester 2019-06-28 cblume@chromium.org Add more flaky tests to SKV content_browsertests 2019-06-28 cduvall@chromium.org Convert URLLoaderRequestInterceptors to work on UI thread 2019-06-27 ahemery@chromium.org Fix for the fyi bot runs of BF Cache tests. 2019-06-27 cduvall@chromium.org Fix CaptivePortalBrowserTest when NavigationLoaderOnUI is enabled 2019-06-27 bsheedy@chromium.org Stream goldctl output on V8 builders 2019-06-27 bpastene@chromium.org Disable failing AutotestPrivateWithPolicyApiTest on linux-chromeos-google-rel. 2019-06-27 cduvall@chromium.org Fix CrossSiteDocumentBlockingTest when NavigationLoaderOnUI is enabled 2019-06-27 jbudorick@chromium.org android: move android-asan to hammerhead+kitkat. 2019-06-27 sinhak@chromium.org Fix Chrome OS Account Manager Settings page UI tests 2019-06-27 bpastene@chromium.org Disable failing MultiActionAPITest.DynamicSetIcon tests on linux-chromeos-google-rel. 2019-06-27 rsesek@chromium.org Delete MojoChannelMac fieldtrial_testing_config.json entry. 2019-06-27 cduvall@chromium.org Update NavigationLoaderOnUI test filter file 2019-06-27 ahemery@chromium.org Add test runs with BackForwardCache on linux-fieldtrial-rel. 2019-06-27 hao.x.li@intel.com Run dawn_end2end_tests with backend validation layers 2019-06-26 meacer@chromium.org Enable Lookalike URLs interstitial by default 2019-06-26 bpastene@chromium.org Duplicate all src-side configs for chromium.chrome bots as chrome. 2019-06-26 yliuyliu@google.com [code coverage] Move Java coverage files from --task-output-dir to --coverage-dir 2019-06-26 jbudorick@chromium.org android: add test filter for breakpad_unittests on ASAN. 2019-06-26 estevenson@chromium.org Reland #2: "Trichrome Proguard: Fix locale pak selection." 2019-06-26 estevenson@chromium.org Android: Remove "jni_package" from JNI templates. 2019-06-26 horo@chromium.org Move http_structured_header and SignedExchangeRequestMatcher to blink/common 2019-06-26 tby@chromium.org [Cros SR] Add Finch flag to the field trial testing config. 2019-06-26 cduvall@chromium.org Run tests for NavigationLoaderOnUI on mojo FYI bots 2019-06-25 btolsch@chromium.org Add empty json config for openscreen bots 2019-06-25 sajjadm@google.com Removing references to deleted fuzzers. 2019-06-25 harringtond@chromium.org fieldtrial testing OfflineContentOnDino -> AutoFetchOnNetErrorPage 2019-06-25 kaznacheev@google.com Fix AppListClientImplBrowserTest.OpenSearchResult on branded builds 2019-06-25 dougarnett@chromium.org [Previews] Increases default slow page trigger max threshold to 3G (...) 2019-05-07 jarrydg@chromium.org Quota: Update fieldtrial testing config with new suffix. 2019-05-07 rbpotter@chromium.org Reland Extensions Web UI: Use HTML Imports Polyfill 2019-05-07 fdegans@chromium.org [fuchsia] Re-enable disabled content unittests 2019-05-07 fhorschig@chromium.org [NTP Suggestions] Clean up unused feature 2019-05-07 jochen@chromium.org Add content_shell_crash_test to Android 2019-05-07 yuzus@chromium.org Enable OomIntervention v2 by default 2019-05-06 ender@google.com Add fieldtrial configuration entry for NewAnswersLayoutAndroidOmniboxM74 2019-05-06 metzman@chromium.org [libFuzzer] Fix condition so that seed corpus is built if specified 2019-05-06 martiniss@chromium.org Set default merge for isolated scripts 2019-05-06 iclelland@chromium.org Revert "Remove chrome_elf_import_unittests and add delayloads_unittests" 2019-05-06 metzman@chromium.org [libFuzzer][LPM] Refer to libprotobuf-mutator as LPM 2019-05-06 cliffsmo@microsoft.com Remove chrome_elf_import_unittests and add delayloads_unittests 2019-05-06 rsesek@chromium.org macOS Signing Scripts: Configure unittests to run on CI. 2019-05-06 magchen@chromium.org Add a Finch experiment V8HugeMaxOldGenerationSizefor V8 heap size increase 2019-05-06 wanderview@chromium.org Blob: Add testing config for BlobReaderEagerCompletion feature. 2019-05-06 nyquist@chromium.org [feature_engagement] Make it possible to check in configurations 2019-05-06 hofbauer@chromium.org Add FieldTrial testing config for WebRTC-BweAllocProbingOnlyInAlr. 2019-05-04 caseq@chromium.org Revert "Extensions Web UI: Use HTML Imports Polyfill" 2019-05-04 bpastene@chromium.org Replace chrome_kevin_tast_tests with chrome_all_tast_tests. 2019-05-04 tmathmeyer@chromium.org Remove BackgroundSrcVideoTrackDisable Experiment 2019-05-04 rbpotter@chromium.org Extensions Web UI: Use HTML Imports Polyfill 2019-05-03 jbudorick@chromium.org Run resource_sizes on the luci android perf bots. 2019-05-03 findit-for-me@appspot.gserviceaccount.com Revert "Make breakpad_unittests use Chrome's test runner instead of gtest's" 2019-05-03 iclelland@chromium.org Add fuzzer coverage for the feature policy values parser. 2019-05-03 davidben@chromium.org Unwind Socket::kReadIfReadyExperiment. 2019-05-03 fdegans@chromium.org [fuchsia] Re-enable disabled content_unittests 2019-05-03 mark@chromium.org Make breakpad_unittests use Chrome's test runner instead of gtest's 2019-05-02 behdadb@chromium.org Added missing dependency 2019-05-02 jonross@chromium.org Cleanup Viz Test Configs 2019-05-02 smaier@chromium.org Proguard flag files cleanup 2019-05-02 rbpotter@chromium.org Web UI HTML Imports: Add interactive_ui_tests suite 2019-05-02 behdadb@chromium.org Added the representative perf tests to the test suites 2019-05-02 ynovikov@chromium.org Disable webgl_conformance_vulkan_passthrough_tests on Win10 NVIDIA GTX 1660 2019-05-02 rbpotter@chromium.org Print Preview: Use HTML Imports Polyfill 2019-05-02 rsesek@chromium.org Delete testing/scripts/gyp_flag_compare.py 2019-05-01 martiniss@chromium.org Set default merge script for gtests 2019-05-01 huangdarwin@chromium.org Docs: Mention that libprotobuf-mutator is LPM 2019-05-01 jbudorick@chromium.org Tear down src configs for cronet buildbots. 2019-05-01 brlong@microsoft.com Regression fix: don't add virtual files for drags starting in renderer 2019-05-01 rmcilroy@chromium.org Revert "Reland "[Perf] Update Pixel2 FYI perf bot to MonoChrome6432.aab."" 2019-05-01 mmoroz@chromium.org [snappy] Get rid of //base dependency in snappy_compress_fuzzer. 2019-04-30 wez@chromium.org [Fuchsia] Build and run the gfx_unittests suite. 2019-04-30 enga@chromium.org Remove dawn_end2end_tests from GPU FYI bots 2019-04-30 sahel@chromium.org Rename NoCreditCardAbort field trial to match the finch experiment name. 2019-04-30 rmcilroy@chromium.org Reland "[Perf] Update Pixel2 FYI perf bot to MonoChrome6432.aab." 2019-04-30 behdadb@chromium.org Logic needed for representative performance tests. 2019-04-30 mastiz@chromium.org Remove legacy sync codepath prior to pseudo-USS 2019-04-30 sky@chromium.org Disables SingleProcessMash by default 2019-04-30 perezju@chromium.org [testing] Remove --output-trace-tag arg in Telemetry args 2019-04-30 bpastene@chromium.org chromeos: Run all Tast tests via the host-side tast bin. Roll ./third_party/Python-Markdown/ b08af21eb..36657c103 (1 commit) https://chromium.googlesource.com/chromium/src/third_party/Python-Markdown/+log/b08af21eb795..36657c103ce5 $ git log b08af21eb..36657c103 --date=short --no-merges --format='%ad %ae %s' 2019-07-24 efoo OWNERS files updated with latest COMPONENT and TEAMS. Roll ./third_party/fuchsia-sdk/ 8e8db13b5..5fd29151c (3 commits) https://chromium.googlesource.com/chromium/src/third_party/fuchsia-sdk.git/+log/8e8db13b538e..5fd29151cf35 $ git log 8e8db13b5..5fd29151c --date=short --no-merges --format='%ad %ae %s' 2019-06-18 sergeyu [Fuchsia] Fix gen_build_defs.py to recognize device_profile sdk parts 2019-04-17 wez [Fuchsia] Switch from 'new_parts' to 'parts' when generating GN. 2019-04-11 kmarshall [Fuchsia] Use the "new_parts" section from the SDK manifest. Roll ./third_party/googletest/ d5024103c..c721b68dd (1 commit) https://chromium.googlesource.com/chromium/src/third_party/googletest/+log/d5024103c8a8..c721b68ddecc $ git log d5024103c..c721b68dd --date=short --no-merges --format='%ad %ae %s' 2019-07-31 efoo OWNERS files updated with latest COMPONENT and TEAMS. Roll ./third_party/jsoncpp/ fd0ac8ce6..48246a099 (5 commits) https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/+log/fd0ac8ce63a4..48246a099549 $ git log fd0ac8ce6..48246a099 --date=short --no-merges --format='%ad %ae %s' 2019-07-30 efoo OWNERS files updated with latest COMPONENT and TEAMS. 2019-07-16 mbonadei Do not pass -Wno-implicit-fallthrough to MSVC. 2019-07-15 mbonadei Do not use -Wno-deprecated-declarations on MSVC. 2019-07-12 jophba Update JsonCPP dependency + owners 2019-05-09 metzman [jsoncpp] Add fuzzer. Roll ./third_party/jsoncpp/ f572e8e42e22..645250b66907 (799 commits) https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/+log/f572e8e42e22..645250b66907 $ git log f572e8e42e22..645250b66907 --date=short --no-merges --format='%ad %ae %s' 2019-07-10 jophba@chromium.org \#979 Fix parseFromStream definition 2019-07-11 jophba@chromium.org Add new JSON_USE_NULLREF flag 2019-07-09 jophba@chromium.org \#964 Delete JSONCPP_NORETURN for [[noreturn]] 2019-07-02 chenguopingdota@163.com pop the root node after readValue() 2019-07-02 chenguopingdota@163.com adjust some codes position 2019-07-01 jophba@chromium.org Update version.h.in header comments 2019-06-28 jophba@chromium.org Fix comments on Json Reader 2019-06-28 jophba@chromium.org Update minimum CMake version requirement 2019-06-28 jophba@chromium.org Issue #633: Fix issue with maxInt 2019-06-27 jophba@chromium.org Run clang-format on the repository 2019-06-26 security-tps@google.com Add fuzz.cpp to jsoncpp_test 2019-06-26 security-tps@google.com Update main.cpp 2019-06-26 security-tps@google.com added fuzz.cpp to macro in main.cpp 2019-06-24 security-tps@google.com Update jsontest.cpp 2019-06-24 security-tps@google.com Update jsontest.cpp 2019-06-24 security-tps@google.com Update jsontest.cpp 2019-06-24 security-tps@google.com Update CMakeLists.txt 2019-06-24 security-tps@google.com Update CMakeLists.txt 2019-06-24 security-tps@google.com Update main.cpp 2019-06-24 security-tps@google.com Update main.cpp 2019-06-24 security-tps@google.com Update main.cpp 2019-06-24 security-tps@google.com Added include fuzz.cpp 2019-06-24 security-tps@google.com added llvm 2019-06-24 security-tps@google.com fix llvm 2019-06-24 security-tps@google.com Update fuzz.cpp 2019-06-24 security-tps@google.com Update fuzz.h 2019-06-24 security-tps@google.com Update fuzz.cpp 2019-06-24 security-tps@google.com Update fuzz.h 2019-06-24 security-tps@google.com Update fuzz.cpp 2019-06-24 security-tps@google.com Update fuzz.h 2019-06-24 security-tps@google.com Update fuzz.h 2019-06-24 security-tps@google.com Update fuzz.cpp 2019-06-24 security-tps@google.com Updated fuzz.h 2019-06-24 security-tps@google.com Updated header and fixed the bug 2019-06-12 security-tps@google.com Add a simple fuzz test for jsoncpp. 2019-06-03 olivier.liess@eurodecision.com version.h : wrong file was deployed, added required include path and 2019-06-25 cmlchen@tencent.com extract variable 2019-06-21 cmlchen@tencent.com fix compile problem 2019-06-21 cmlchen@tencent.com use fpclassify to test a float number is zero or nan 2019-05-31 chenguopingdota@163.com repair a typo error 2019-06-24 jophba@chromium.org Issue 920: Fix android build with casting fix 2018-05-28 BillyDonahue@users.noreply.github.com Add WideString test for Issue #756 2019-06-25 jophba@chromium.org Update appveyor to use build images 2019-06-25 jophba@chromium.org Update travis scripts 2019-06-25 jophba@chromium.org Modernize Travis and Appveyor configs 2019-06-24 jophba@chromium.org Update issue templates 2019-06-24 jophba@chromium.org Update issue templates 2019-06-24 jophba@chromium.org Run clang format 2019-06-24 jophba@chromium.org Update CONTRIBUTING.md 2019-06-24 jophba@chromium.org Update README.md 2019-06-24 jophba@chromium.org Create CONTRIBUTING.md (...) 2014-07-01 aaronjjacobs@gmail.com Gave the amalgamated source section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the documentation section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the testing section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the scons section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the cmake section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the using section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the introduction section a makeover. 2014-07-01 aaronjjacobs@gmail.com Began converting the README to Markdown. 2014-07-01 aaronjjacobs@gmail.com Ran clang-format again. 2014-07-01 aaronjjacobs@gmail.com Fixed some clang-format weirdness. 2014-07-01 aaronjjacobs@gmail.com Ran clang-format over all .h and .cpp files. 2014-07-01 aaronjjacobs@gmail.com Set BinPackParameters to false. 2014-07-01 aaronjjacobs@gmail.com Added a clang-format config file, in preparation for formatting jsoncpp. 2014-06-30 aaronjjacobs@gmail.com Fixed some cruft in the Travis CI config file. 2014-06-30 aaronjjacobs@gmail.com Updated notification settings for Travis CI. 2014-05-13 cdunn2001@gmail.com fix stdexcept 2014-04-23 aaronjjacobs@gmail.com Fixed a test that causes a crash when exceptions are disabled. 2014-04-23 aaronjjacobs@gmail.com Added structured error reporting to Reader. 2014-04-23 aaronjjacobs@gmail.com Added features that allow the reader to accept common non-standard JSON. 2014-04-19 cdunn2001@gmail.com vim modeline 2014-04-19 cdunn2001@gmail.com Comment reading/write improvements 2014-04-19 cdunn2001@gmail.com JSON_ASSERT -> JSON_ASSERT_MESSAGE 2014-01-29 aaronjjacobs@gmail.com Added missing includes for std::istream. 2013-09-23 baptiste.lepilleur@gmail.com Fixed broken build on VS 2012 2013-08-08 aaronjjacobs@gmail.com Fixed some snprintf-related build breakages in Visual Studio. 2013-08-08 aaronjjacobs@gmail.com Updated two calls to sprintf that I missed in r269. 2013-08-08 aaronjjacobs@gmail.com Replaced the complex implementation of valueToString(double). 2013-08-08 aaronjjacobs@gmail.com Added more floating point tests. 2013-08-08 aaronjjacobs@gmail.com Added further floating point tests. 2013-08-06 aaronjjacobs@gmail.com Switched away from sprintf, which is prone to buffer overflows. 2013-05-09 baptiste.lepilleur@gmail.com - CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC. - Fixed some warnings 2013-05-09 baptiste.lepilleur@gmail.com - disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information) - added batchbuild config for XP VM 2013-05-09 baptiste.lepilleur@gmail.com Added simple batch build script for CMake. 2013-05-09 baptiste.lepilleur@gmail.com Added missing source file to CMakeLists.txt. 2013-05-09 baptiste.lepilleur@gmail.com 2013-05-08 baptiste.lepilleur@gmail.com Fixed continuous integration matrix for debug/release build. Made static debug build verbose. 2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration matrix for debug/release build. Made static debug build verbose. 2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration matrix for shared/static library (specified through environment variables). 2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration failure e-mail notification. 2013-05-08 baptiste.lepilleur@gmail.com Added clang compiler for continuous integration. 2013-05-08 baptiste.lepilleur@gmail.com Added basic Travis CI integration contributed by Igor Okulist. 2013-05-08 baptiste.lepilleur@gmail.com Fixed CMake / Unix build instructions. 2013-05-08 baptiste.lepilleur@gmail.com - New CMake based build system. Based in part on contribution from Igor Okulist and Damien Buhl (Patch #14). Added support for running tests and building with DLL on Windows. - added missing JSON_API - Visual Studio DLL: suppressed warning "C4251: <data member>: <type> needs to have dll-interface to be used by..." via pragma push/pop in json-cpp headers. - New header json/version.h now contains version number macros (JSONCPP_VERSION_MAJOR, JSONCPP_VERSION_MINOR, JSONCPP_VERSION_PATCH and JSONCPP_VERSION_HEXA). While this header is generated by CMake, it is committed to ease build with alternate build system (CMake only update the file when it changes avoid issues with VCS). 2013-04-12 baptiste.lepilleur@gmail.com - Patch #3393345: BOOST_FOREACH compatibility. Made Json::iterator more standard compliant, added missing iterator_category and value_type typedefs (contribued by Robert A. Iannucci). - Patch #3474563: added missing JSON_API on some classes causing link issues when building as a dynamic library on Windows (contributed by Francis Bolduc). 2013-04-12 baptiste.lepilleur@gmail.com Patch #3600941: Missing field copy in Json::Value::iterator causing infinite loop when using experimental internal map (#define JSON_VALUE_USE_INTERNAL_MAP) (contributed by Ming-Lin Kao). 2013-04-12 baptiste.lepilleur@gmail.com Patch #3539678: Copy constructor does not initialize allocated_ for stringValue (contributed by rmongia). 2013-02-18 baptiste.lepilleur@gmail.com Fix gcc -Wall warnings (patch from Matt McCormick) 2012-12-20 baptiste.lepilleur@gmail.com Fixed warning(error?) on #if testing value of _MSC_VER without checking that it was defined. 2012-07-27 baptiste.lepilleur@gmail.com Added missing "include/json/assertions.h" header in amalgamate.py. 2012-03-12 aaronjjacobs@gmail.com Made it possible to drop null placeholders from array output. Roll ./third_party/yasm/ 86b605814..15439370a (1 commit) https://chromium.googlesource.com/chromium/src/third_party/yasm/+log/86b6058141a4..15439370afd9 $ git log 86b605814..15439370a --date=short --no-merges --format='%ad %ae %s' 2019-03-14 thomasanderson More fixes necessary for Windows/libc++ Roll ./third_party/zlib/ f95aeb0fa..0f820c1d7 (24 commits) https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/f95aeb0fa7f1..0f820c1d7165 $ git log f95aeb0fa..0f820c1d7 --date=short --no-merges --format='%ad %ae %s' 2019-08-08 adenilson.cavalcanti Allow disabling Castagnoli compression optimization 2019-08-05 adenilson.cavalcanti Increasing the expected compressed output size 2019-08-01 adenilson.cavalcanti Using the same hash function in compression on both x86 and ARM 2019-07-25 thakis Make chromeconf.h use opt-out instead of opt-in. 2019-07-19 darin Avoid 'internal_state' macro pollution from zlib.h. 2019-06-24 tsniatowski zlib: fix gn error when is_clang=false target_cpu="arm" 2019-06-11 scroggo Simplify sharing third_party/zlib with AOSP 2019-06-10 jose.dapena zlib: fix ARMv8 CRC32 compilation in GCC 2019-05-14 huangs [DOM Distiller] Compress resources to save 86 kB on Android. 2019-04-18 richard.townsend Tidy and further integrate Arm feature detection for Windows 2019-04-15 richard.townsend Correct zlib build logic for Windows on Arm 2019-04-15 noel [zlib] Add OS_FUCHSIA feature detection and enable zlib NEON crc32 2019-04-08 thomasanderson Make //third_party/zlib a component 2019-03-29 drubery Pass file_length to UpdateArchiveAnalyzer 2019-03-28 dcheng Update include paths for //base/hash/md5.h 2019-03-28 wnwen Android: Remove build/secondary 2019-02-15 noel [zlib] Add Android ARM aarch64 feature detection 2019-02-14 lizeb blink/bindings: Use PartitionAlloc for zlib's temporary data. 2019-02-13 noel [zlib_bench] improve program options handling 2019-01-31 adenilson.cavalcanti Enable decode input reads in 64 bit chunks 2019-01-11 lizeb blink/bindings: Use PartitionAlloc for compressing strings. 2019-01-08 avi Use base::size rather than arraysize in third_party/zlib/. 2019-01-02 avi Use base::size rather than arraysize in third_party/zlib/. 2018-12-20 msalama Avoid uncompressing if uncompressed size is too big. Roll ./tools/md_browser/ e94626962..0bfd826f8 (2 commits) https://chromium.googlesource.com/chromium/src/tools/md_browser/+log/e9462696241f..0bfd826f8566 $ git log e94626962..0bfd826f8 --date=short --no-merges --format='%ad %ae %s' 2019-06-18 ntfschr Docs: correctly slugify escaped chars 2019-06-01 ntfschr Better regex for md_browser.py Created with: roll-dep ./build ./buildtools ./testing ./third_party/Python-Markdown ./third_party/fuchsia-sdk ./third_party/googletest ./third_party/jsoncpp ./third_party/jsoncpp/source ./third_party/yasm ./third_party/zlib ./tools/md_browser Change-Id: Iac134649e58cf3b1d5ed13dc26e8c2bf3ebdba7b Bug: angleproject:3792 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1744175 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
2019-08-09 05:40:48 +03:00
'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@36657c103ce5964733bbbb29377085e9cc1a9472',
'condition': 'not build_with_chromium',
},
'third_party/qemu-linux-x64': {
'packages': [
{
'package': 'fuchsia/qemu/linux-amd64',
'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
},
],
'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)',
'dep_type': 'cipd',
},
'third_party/qemu-mac-x64': {
'packages': [
{
'package': 'fuchsia/qemu/mac-amd64',
'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
},
],
'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
'dep_type': 'cipd',
},
'third_party/rapidjson/src': {
'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63',
},
'third_party/spirv-cross/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@{spirv_cross_revision}',
'condition': 'not build_with_chromium',
},
'third_party/spirv-headers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@{spirv_headers_revision}',
'condition': 'not build_with_chromium',
},
'third_party/spirv-tools/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@{spirv_tools_revision}',
'condition': 'not build_with_chromium',
},
'third_party/SwiftShader': {
'url': '{swiftshader_git}/SwiftShader@6c3dc3581eaf4345c0507d5ac7bb013d55351547',
'condition': 'not build_with_chromium',
},
'third_party/vulkan-headers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}',
},
'third_party/vulkan-loader/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}',
},
'third_party/vulkan-tools/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}',
},
'third_party/vulkan-validation-layers/src': {
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}',
},
'third_party/yasm': {
'url': '{chromium_git}/chromium/src/third_party/yasm@02a8d2167f476660411ea7e1ee6fbd21dda44e96',
'condition': 'not build_with_chromium',
},
'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@f262c1b3c4196a2fee98c113142faff525b8d884',
'condition': 'not build_with_chromium',
},
'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@a9190d6699c6e6517025c9f69cd74bd3d96a6f0f',
'condition': 'not build_with_chromium',
},
'tools/clang/dsymutil': {
'packages': [
{
'package': 'chromium/llvm-build-tools/dsymutil',
'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC',
}
],
'condition': 'checkout_mac and not build_with_chromium',
'dep_type': 'cipd',
},
'tools/md_browser': {
Rolling 11 dependencies Roll ./build/ 680f9ea3d..5262b9094 (10 commits) https://chromium.googlesource.com/chromium/src/build.git/+log/680f9ea3db81..5262b9094642 $ git log 680f9ea3d..5262b9094 --date=short --no-merges --format='%ad %ae %s' 2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890571594499 to 890568639186 2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890574089166 to 890571594499 2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890577289982 to 890574089166 2019-08-07 gogerald [StartSurface] Move the tab_ui strings to the feature module 2019-08-07 tiborg [build] Remove dont_load_shared_libraries GN parameter 2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890579756157 to 890577289982 2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890582331998 to 890579756157 2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890585497544 to 890582331998 2019-08-07 yucliu [Fuchsia][EME] Correct CDM service name 2019-08-07 hmohit Add gn arg to overwrite rpath. Roll ./buildtools/ d5c58b84d..74cfb5700 (19 commits; 3 trivial rolls) https://chromium.googlesource.com/chromium/src/buildtools.git/+log/d5c58b84d50d..74cfb57006f8 $ git log d5c58b84d..74cfb5700 --date=short --no-merges --format='%ad %ae %s' 2019-07-25 thomasanderson List natvis files as inputs 2019-07-23 tikuta Roll GN from 972ed755 to 152c5144 2019-07-19 tsniatowski ensure_gn_version.py: don't die if existing gn is very old 2019-07-16 bratell Before trying to overwrite the gn binary, make it writable 2019-07-12 vapier ensure_gn_version.py: reinstall if tool is missing 2019-07-11 vapier ensure_gn_version.py: fix exception printing 2019-06-24 brettw Roll GN from 8c7f4910 to 972ed755 2019-06-21 thomasanderson Reland "Roll GN from 81ee1967 to 8c7f4910" 2019-06-17 sdy Revert "Roll GN from 81ee1967 to 8c7f4910" 2019-06-16 thomasanderson Roll GN from 81ee1967 to 8c7f4910 2019-06-14 mstensho Revert "Roll src/buildtools/third_party/libc++/trunk/ 5938e0582..ad464887b (53 commits)" 2019-06-13 mstensho Revert "Roll src/buildtools/third_party/libc++/trunk/ 5938e0582..78822a685 (48 commits)" 2019-06-07 oysteine Tracing: Moved the tracing sampling profiler to the tracing service 2019-05-23 wychen Exclude AndroidStudioDefault folder in Java import checking 2019-05-19 rsesek Roll GN from 64b846c9 to 81ee1967. 2019-05-13 jbudorick checkdeps: encode input to os.walk as utf-8. Roll ./testing/ 32e614b7e..58990c945 (420 commits) https://chromium.googlesource.com/chromium/src/testing/+log/32e614b7ec7b..58990c945ffa $ git log 32e614b7e..58990c945 --date=short --no-merges --format='%ad %ae %s' 2019-07-01 cduvall@chromium.org Update NavigationLoaderOnUI browser_tests filter again 2019-07-01 dewittj@chromium.org [EoS] Update fieldtrial testing config 2019-07-01 rdevlin.cronin@chromium.org [Extensions] De-flake MultiActionAPITest.DynamicSetIcon 2019-07-01 hypan@google.com Add the "remote" arg for chromeos-kevin-perf-fyi 2019-07-01 yliuyliu@google.com [code coverage] Merge Java coverage files to avoid duplicate names 2019-07-01 bsheedy@chromium.org Change revision passed to V8 GPU pixel tests 2019-07-01 jbudorick@chromium.org Add filter file for services_unittests on android-asan. 2019-07-01 michaelpg@chromium.org Fix WelcomeScreenBrowserTest keyboard selection 2019-07-01 tikuta@chromium.org [testing/buildbot] switch to use xenial for some test 2019-06-29 rmhasan@google.com Make metadata an optional field that does not need to be the same for all shard's JSON results 2019-06-29 cduvall@chromium.org Update NavigationLoaderOnUI browser_tests filter 2019-06-29 jbudorick@chromium.org luci: add android-asan back to consoles. 2019-06-28 jbudorick@chromium.org perf: run internal resource_sizes_* targets on both android builders. 2019-06-28 ynovikov@chromium.org Re-enable tests on Linux Experimental NVIDIA and Intel bots. 2019-06-28 hypan@google.com [perf] Add performance_test_suite for chromeos-kevin-perf-fyi tester 2019-06-28 ynovikov@chromium.org Use targeted OS version for GPU bots. 2019-06-28 tbansal@chromium.org Enable PredictivePrefetchingAllowedOnAllConnectionTypes 2019-06-28 danakj@chromium.org Add android_browsertests to the set of all builds and run it on the bots 2019-06-28 sgilhuly@chromium.org Disable reflection-on-composited test for Vulkan FYI 2019-06-28 estevenson@chromium.org Revert "Reland #2: "Trichrome Proguard: Fix locale pak selection."" 2019-06-28 edwardjung@chromium.org Add security interstititial dark mode experiment to field trial testing config 2019-06-28 cduvall@chromium.org Make DataReductionProxyURLLoaderThrottle work on UI thread 2019-06-28 hypan@google.com Reduce the shard number to 4 for android-pixel2-perf-fyi tester 2019-06-28 cblume@chromium.org Add more flaky tests to SKV content_browsertests 2019-06-28 cduvall@chromium.org Convert URLLoaderRequestInterceptors to work on UI thread 2019-06-27 ahemery@chromium.org Fix for the fyi bot runs of BF Cache tests. 2019-06-27 cduvall@chromium.org Fix CaptivePortalBrowserTest when NavigationLoaderOnUI is enabled 2019-06-27 bsheedy@chromium.org Stream goldctl output on V8 builders 2019-06-27 bpastene@chromium.org Disable failing AutotestPrivateWithPolicyApiTest on linux-chromeos-google-rel. 2019-06-27 cduvall@chromium.org Fix CrossSiteDocumentBlockingTest when NavigationLoaderOnUI is enabled 2019-06-27 jbudorick@chromium.org android: move android-asan to hammerhead+kitkat. 2019-06-27 sinhak@chromium.org Fix Chrome OS Account Manager Settings page UI tests 2019-06-27 bpastene@chromium.org Disable failing MultiActionAPITest.DynamicSetIcon tests on linux-chromeos-google-rel. 2019-06-27 rsesek@chromium.org Delete MojoChannelMac fieldtrial_testing_config.json entry. 2019-06-27 cduvall@chromium.org Update NavigationLoaderOnUI test filter file 2019-06-27 ahemery@chromium.org Add test runs with BackForwardCache on linux-fieldtrial-rel. 2019-06-27 hao.x.li@intel.com Run dawn_end2end_tests with backend validation layers 2019-06-26 meacer@chromium.org Enable Lookalike URLs interstitial by default 2019-06-26 bpastene@chromium.org Duplicate all src-side configs for chromium.chrome bots as chrome. 2019-06-26 yliuyliu@google.com [code coverage] Move Java coverage files from --task-output-dir to --coverage-dir 2019-06-26 jbudorick@chromium.org android: add test filter for breakpad_unittests on ASAN. 2019-06-26 estevenson@chromium.org Reland #2: "Trichrome Proguard: Fix locale pak selection." 2019-06-26 estevenson@chromium.org Android: Remove "jni_package" from JNI templates. 2019-06-26 horo@chromium.org Move http_structured_header and SignedExchangeRequestMatcher to blink/common 2019-06-26 tby@chromium.org [Cros SR] Add Finch flag to the field trial testing config. 2019-06-26 cduvall@chromium.org Run tests for NavigationLoaderOnUI on mojo FYI bots 2019-06-25 btolsch@chromium.org Add empty json config for openscreen bots 2019-06-25 sajjadm@google.com Removing references to deleted fuzzers. 2019-06-25 harringtond@chromium.org fieldtrial testing OfflineContentOnDino -> AutoFetchOnNetErrorPage 2019-06-25 kaznacheev@google.com Fix AppListClientImplBrowserTest.OpenSearchResult on branded builds 2019-06-25 dougarnett@chromium.org [Previews] Increases default slow page trigger max threshold to 3G (...) 2019-05-07 jarrydg@chromium.org Quota: Update fieldtrial testing config with new suffix. 2019-05-07 rbpotter@chromium.org Reland Extensions Web UI: Use HTML Imports Polyfill 2019-05-07 fdegans@chromium.org [fuchsia] Re-enable disabled content unittests 2019-05-07 fhorschig@chromium.org [NTP Suggestions] Clean up unused feature 2019-05-07 jochen@chromium.org Add content_shell_crash_test to Android 2019-05-07 yuzus@chromium.org Enable OomIntervention v2 by default 2019-05-06 ender@google.com Add fieldtrial configuration entry for NewAnswersLayoutAndroidOmniboxM74 2019-05-06 metzman@chromium.org [libFuzzer] Fix condition so that seed corpus is built if specified 2019-05-06 martiniss@chromium.org Set default merge for isolated scripts 2019-05-06 iclelland@chromium.org Revert "Remove chrome_elf_import_unittests and add delayloads_unittests" 2019-05-06 metzman@chromium.org [libFuzzer][LPM] Refer to libprotobuf-mutator as LPM 2019-05-06 cliffsmo@microsoft.com Remove chrome_elf_import_unittests and add delayloads_unittests 2019-05-06 rsesek@chromium.org macOS Signing Scripts: Configure unittests to run on CI. 2019-05-06 magchen@chromium.org Add a Finch experiment V8HugeMaxOldGenerationSizefor V8 heap size increase 2019-05-06 wanderview@chromium.org Blob: Add testing config for BlobReaderEagerCompletion feature. 2019-05-06 nyquist@chromium.org [feature_engagement] Make it possible to check in configurations 2019-05-06 hofbauer@chromium.org Add FieldTrial testing config for WebRTC-BweAllocProbingOnlyInAlr. 2019-05-04 caseq@chromium.org Revert "Extensions Web UI: Use HTML Imports Polyfill" 2019-05-04 bpastene@chromium.org Replace chrome_kevin_tast_tests with chrome_all_tast_tests. 2019-05-04 tmathmeyer@chromium.org Remove BackgroundSrcVideoTrackDisable Experiment 2019-05-04 rbpotter@chromium.org Extensions Web UI: Use HTML Imports Polyfill 2019-05-03 jbudorick@chromium.org Run resource_sizes on the luci android perf bots. 2019-05-03 findit-for-me@appspot.gserviceaccount.com Revert "Make breakpad_unittests use Chrome's test runner instead of gtest's" 2019-05-03 iclelland@chromium.org Add fuzzer coverage for the feature policy values parser. 2019-05-03 davidben@chromium.org Unwind Socket::kReadIfReadyExperiment. 2019-05-03 fdegans@chromium.org [fuchsia] Re-enable disabled content_unittests 2019-05-03 mark@chromium.org Make breakpad_unittests use Chrome's test runner instead of gtest's 2019-05-02 behdadb@chromium.org Added missing dependency 2019-05-02 jonross@chromium.org Cleanup Viz Test Configs 2019-05-02 smaier@chromium.org Proguard flag files cleanup 2019-05-02 rbpotter@chromium.org Web UI HTML Imports: Add interactive_ui_tests suite 2019-05-02 behdadb@chromium.org Added the representative perf tests to the test suites 2019-05-02 ynovikov@chromium.org Disable webgl_conformance_vulkan_passthrough_tests on Win10 NVIDIA GTX 1660 2019-05-02 rbpotter@chromium.org Print Preview: Use HTML Imports Polyfill 2019-05-02 rsesek@chromium.org Delete testing/scripts/gyp_flag_compare.py 2019-05-01 martiniss@chromium.org Set default merge script for gtests 2019-05-01 huangdarwin@chromium.org Docs: Mention that libprotobuf-mutator is LPM 2019-05-01 jbudorick@chromium.org Tear down src configs for cronet buildbots. 2019-05-01 brlong@microsoft.com Regression fix: don't add virtual files for drags starting in renderer 2019-05-01 rmcilroy@chromium.org Revert "Reland "[Perf] Update Pixel2 FYI perf bot to MonoChrome6432.aab."" 2019-05-01 mmoroz@chromium.org [snappy] Get rid of //base dependency in snappy_compress_fuzzer. 2019-04-30 wez@chromium.org [Fuchsia] Build and run the gfx_unittests suite. 2019-04-30 enga@chromium.org Remove dawn_end2end_tests from GPU FYI bots 2019-04-30 sahel@chromium.org Rename NoCreditCardAbort field trial to match the finch experiment name. 2019-04-30 rmcilroy@chromium.org Reland "[Perf] Update Pixel2 FYI perf bot to MonoChrome6432.aab." 2019-04-30 behdadb@chromium.org Logic needed for representative performance tests. 2019-04-30 mastiz@chromium.org Remove legacy sync codepath prior to pseudo-USS 2019-04-30 sky@chromium.org Disables SingleProcessMash by default 2019-04-30 perezju@chromium.org [testing] Remove --output-trace-tag arg in Telemetry args 2019-04-30 bpastene@chromium.org chromeos: Run all Tast tests via the host-side tast bin. Roll ./third_party/Python-Markdown/ b08af21eb..36657c103 (1 commit) https://chromium.googlesource.com/chromium/src/third_party/Python-Markdown/+log/b08af21eb795..36657c103ce5 $ git log b08af21eb..36657c103 --date=short --no-merges --format='%ad %ae %s' 2019-07-24 efoo OWNERS files updated with latest COMPONENT and TEAMS. Roll ./third_party/fuchsia-sdk/ 8e8db13b5..5fd29151c (3 commits) https://chromium.googlesource.com/chromium/src/third_party/fuchsia-sdk.git/+log/8e8db13b538e..5fd29151cf35 $ git log 8e8db13b5..5fd29151c --date=short --no-merges --format='%ad %ae %s' 2019-06-18 sergeyu [Fuchsia] Fix gen_build_defs.py to recognize device_profile sdk parts 2019-04-17 wez [Fuchsia] Switch from 'new_parts' to 'parts' when generating GN. 2019-04-11 kmarshall [Fuchsia] Use the "new_parts" section from the SDK manifest. Roll ./third_party/googletest/ d5024103c..c721b68dd (1 commit) https://chromium.googlesource.com/chromium/src/third_party/googletest/+log/d5024103c8a8..c721b68ddecc $ git log d5024103c..c721b68dd --date=short --no-merges --format='%ad %ae %s' 2019-07-31 efoo OWNERS files updated with latest COMPONENT and TEAMS. Roll ./third_party/jsoncpp/ fd0ac8ce6..48246a099 (5 commits) https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/+log/fd0ac8ce63a4..48246a099549 $ git log fd0ac8ce6..48246a099 --date=short --no-merges --format='%ad %ae %s' 2019-07-30 efoo OWNERS files updated with latest COMPONENT and TEAMS. 2019-07-16 mbonadei Do not pass -Wno-implicit-fallthrough to MSVC. 2019-07-15 mbonadei Do not use -Wno-deprecated-declarations on MSVC. 2019-07-12 jophba Update JsonCPP dependency + owners 2019-05-09 metzman [jsoncpp] Add fuzzer. Roll ./third_party/jsoncpp/ f572e8e42e22..645250b66907 (799 commits) https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/+log/f572e8e42e22..645250b66907 $ git log f572e8e42e22..645250b66907 --date=short --no-merges --format='%ad %ae %s' 2019-07-10 jophba@chromium.org \#979 Fix parseFromStream definition 2019-07-11 jophba@chromium.org Add new JSON_USE_NULLREF flag 2019-07-09 jophba@chromium.org \#964 Delete JSONCPP_NORETURN for [[noreturn]] 2019-07-02 chenguopingdota@163.com pop the root node after readValue() 2019-07-02 chenguopingdota@163.com adjust some codes position 2019-07-01 jophba@chromium.org Update version.h.in header comments 2019-06-28 jophba@chromium.org Fix comments on Json Reader 2019-06-28 jophba@chromium.org Update minimum CMake version requirement 2019-06-28 jophba@chromium.org Issue #633: Fix issue with maxInt 2019-06-27 jophba@chromium.org Run clang-format on the repository 2019-06-26 security-tps@google.com Add fuzz.cpp to jsoncpp_test 2019-06-26 security-tps@google.com Update main.cpp 2019-06-26 security-tps@google.com added fuzz.cpp to macro in main.cpp 2019-06-24 security-tps@google.com Update jsontest.cpp 2019-06-24 security-tps@google.com Update jsontest.cpp 2019-06-24 security-tps@google.com Update jsontest.cpp 2019-06-24 security-tps@google.com Update CMakeLists.txt 2019-06-24 security-tps@google.com Update CMakeLists.txt 2019-06-24 security-tps@google.com Update main.cpp 2019-06-24 security-tps@google.com Update main.cpp 2019-06-24 security-tps@google.com Update main.cpp 2019-06-24 security-tps@google.com Added include fuzz.cpp 2019-06-24 security-tps@google.com added llvm 2019-06-24 security-tps@google.com fix llvm 2019-06-24 security-tps@google.com Update fuzz.cpp 2019-06-24 security-tps@google.com Update fuzz.h 2019-06-24 security-tps@google.com Update fuzz.cpp 2019-06-24 security-tps@google.com Update fuzz.h 2019-06-24 security-tps@google.com Update fuzz.cpp 2019-06-24 security-tps@google.com Update fuzz.h 2019-06-24 security-tps@google.com Update fuzz.h 2019-06-24 security-tps@google.com Update fuzz.cpp 2019-06-24 security-tps@google.com Updated fuzz.h 2019-06-24 security-tps@google.com Updated header and fixed the bug 2019-06-12 security-tps@google.com Add a simple fuzz test for jsoncpp. 2019-06-03 olivier.liess@eurodecision.com version.h : wrong file was deployed, added required include path and 2019-06-25 cmlchen@tencent.com extract variable 2019-06-21 cmlchen@tencent.com fix compile problem 2019-06-21 cmlchen@tencent.com use fpclassify to test a float number is zero or nan 2019-05-31 chenguopingdota@163.com repair a typo error 2019-06-24 jophba@chromium.org Issue 920: Fix android build with casting fix 2018-05-28 BillyDonahue@users.noreply.github.com Add WideString test for Issue #756 2019-06-25 jophba@chromium.org Update appveyor to use build images 2019-06-25 jophba@chromium.org Update travis scripts 2019-06-25 jophba@chromium.org Modernize Travis and Appveyor configs 2019-06-24 jophba@chromium.org Update issue templates 2019-06-24 jophba@chromium.org Update issue templates 2019-06-24 jophba@chromium.org Run clang format 2019-06-24 jophba@chromium.org Update CONTRIBUTING.md 2019-06-24 jophba@chromium.org Update README.md 2019-06-24 jophba@chromium.org Create CONTRIBUTING.md (...) 2014-07-01 aaronjjacobs@gmail.com Gave the amalgamated source section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the documentation section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the testing section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the scons section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the cmake section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the using section a makeover. 2014-07-01 aaronjjacobs@gmail.com Gave the introduction section a makeover. 2014-07-01 aaronjjacobs@gmail.com Began converting the README to Markdown. 2014-07-01 aaronjjacobs@gmail.com Ran clang-format again. 2014-07-01 aaronjjacobs@gmail.com Fixed some clang-format weirdness. 2014-07-01 aaronjjacobs@gmail.com Ran clang-format over all .h and .cpp files. 2014-07-01 aaronjjacobs@gmail.com Set BinPackParameters to false. 2014-07-01 aaronjjacobs@gmail.com Added a clang-format config file, in preparation for formatting jsoncpp. 2014-06-30 aaronjjacobs@gmail.com Fixed some cruft in the Travis CI config file. 2014-06-30 aaronjjacobs@gmail.com Updated notification settings for Travis CI. 2014-05-13 cdunn2001@gmail.com fix stdexcept 2014-04-23 aaronjjacobs@gmail.com Fixed a test that causes a crash when exceptions are disabled. 2014-04-23 aaronjjacobs@gmail.com Added structured error reporting to Reader. 2014-04-23 aaronjjacobs@gmail.com Added features that allow the reader to accept common non-standard JSON. 2014-04-19 cdunn2001@gmail.com vim modeline 2014-04-19 cdunn2001@gmail.com Comment reading/write improvements 2014-04-19 cdunn2001@gmail.com JSON_ASSERT -> JSON_ASSERT_MESSAGE 2014-01-29 aaronjjacobs@gmail.com Added missing includes for std::istream. 2013-09-23 baptiste.lepilleur@gmail.com Fixed broken build on VS 2012 2013-08-08 aaronjjacobs@gmail.com Fixed some snprintf-related build breakages in Visual Studio. 2013-08-08 aaronjjacobs@gmail.com Updated two calls to sprintf that I missed in r269. 2013-08-08 aaronjjacobs@gmail.com Replaced the complex implementation of valueToString(double). 2013-08-08 aaronjjacobs@gmail.com Added more floating point tests. 2013-08-08 aaronjjacobs@gmail.com Added further floating point tests. 2013-08-06 aaronjjacobs@gmail.com Switched away from sprintf, which is prone to buffer overflows. 2013-05-09 baptiste.lepilleur@gmail.com - CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC. - Fixed some warnings 2013-05-09 baptiste.lepilleur@gmail.com - disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information) - added batchbuild config for XP VM 2013-05-09 baptiste.lepilleur@gmail.com Added simple batch build script for CMake. 2013-05-09 baptiste.lepilleur@gmail.com Added missing source file to CMakeLists.txt. 2013-05-09 baptiste.lepilleur@gmail.com 2013-05-08 baptiste.lepilleur@gmail.com Fixed continuous integration matrix for debug/release build. Made static debug build verbose. 2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration matrix for debug/release build. Made static debug build verbose. 2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration matrix for shared/static library (specified through environment variables). 2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration failure e-mail notification. 2013-05-08 baptiste.lepilleur@gmail.com Added clang compiler for continuous integration. 2013-05-08 baptiste.lepilleur@gmail.com Added basic Travis CI integration contributed by Igor Okulist. 2013-05-08 baptiste.lepilleur@gmail.com Fixed CMake / Unix build instructions. 2013-05-08 baptiste.lepilleur@gmail.com - New CMake based build system. Based in part on contribution from Igor Okulist and Damien Buhl (Patch #14). Added support for running tests and building with DLL on Windows. - added missing JSON_API - Visual Studio DLL: suppressed warning "C4251: <data member>: <type> needs to have dll-interface to be used by..." via pragma push/pop in json-cpp headers. - New header json/version.h now contains version number macros (JSONCPP_VERSION_MAJOR, JSONCPP_VERSION_MINOR, JSONCPP_VERSION_PATCH and JSONCPP_VERSION_HEXA). While this header is generated by CMake, it is committed to ease build with alternate build system (CMake only update the file when it changes avoid issues with VCS). 2013-04-12 baptiste.lepilleur@gmail.com - Patch #3393345: BOOST_FOREACH compatibility. Made Json::iterator more standard compliant, added missing iterator_category and value_type typedefs (contribued by Robert A. Iannucci). - Patch #3474563: added missing JSON_API on some classes causing link issues when building as a dynamic library on Windows (contributed by Francis Bolduc). 2013-04-12 baptiste.lepilleur@gmail.com Patch #3600941: Missing field copy in Json::Value::iterator causing infinite loop when using experimental internal map (#define JSON_VALUE_USE_INTERNAL_MAP) (contributed by Ming-Lin Kao). 2013-04-12 baptiste.lepilleur@gmail.com Patch #3539678: Copy constructor does not initialize allocated_ for stringValue (contributed by rmongia). 2013-02-18 baptiste.lepilleur@gmail.com Fix gcc -Wall warnings (patch from Matt McCormick) 2012-12-20 baptiste.lepilleur@gmail.com Fixed warning(error?) on #if testing value of _MSC_VER without checking that it was defined. 2012-07-27 baptiste.lepilleur@gmail.com Added missing "include/json/assertions.h" header in amalgamate.py. 2012-03-12 aaronjjacobs@gmail.com Made it possible to drop null placeholders from array output. Roll ./third_party/yasm/ 86b605814..15439370a (1 commit) https://chromium.googlesource.com/chromium/src/third_party/yasm/+log/86b6058141a4..15439370afd9 $ git log 86b605814..15439370a --date=short --no-merges --format='%ad %ae %s' 2019-03-14 thomasanderson More fixes necessary for Windows/libc++ Roll ./third_party/zlib/ f95aeb0fa..0f820c1d7 (24 commits) https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/f95aeb0fa7f1..0f820c1d7165 $ git log f95aeb0fa..0f820c1d7 --date=short --no-merges --format='%ad %ae %s' 2019-08-08 adenilson.cavalcanti Allow disabling Castagnoli compression optimization 2019-08-05 adenilson.cavalcanti Increasing the expected compressed output size 2019-08-01 adenilson.cavalcanti Using the same hash function in compression on both x86 and ARM 2019-07-25 thakis Make chromeconf.h use opt-out instead of opt-in. 2019-07-19 darin Avoid 'internal_state' macro pollution from zlib.h. 2019-06-24 tsniatowski zlib: fix gn error when is_clang=false target_cpu="arm" 2019-06-11 scroggo Simplify sharing third_party/zlib with AOSP 2019-06-10 jose.dapena zlib: fix ARMv8 CRC32 compilation in GCC 2019-05-14 huangs [DOM Distiller] Compress resources to save 86 kB on Android. 2019-04-18 richard.townsend Tidy and further integrate Arm feature detection for Windows 2019-04-15 richard.townsend Correct zlib build logic for Windows on Arm 2019-04-15 noel [zlib] Add OS_FUCHSIA feature detection and enable zlib NEON crc32 2019-04-08 thomasanderson Make //third_party/zlib a component 2019-03-29 drubery Pass file_length to UpdateArchiveAnalyzer 2019-03-28 dcheng Update include paths for //base/hash/md5.h 2019-03-28 wnwen Android: Remove build/secondary 2019-02-15 noel [zlib] Add Android ARM aarch64 feature detection 2019-02-14 lizeb blink/bindings: Use PartitionAlloc for zlib's temporary data. 2019-02-13 noel [zlib_bench] improve program options handling 2019-01-31 adenilson.cavalcanti Enable decode input reads in 64 bit chunks 2019-01-11 lizeb blink/bindings: Use PartitionAlloc for compressing strings. 2019-01-08 avi Use base::size rather than arraysize in third_party/zlib/. 2019-01-02 avi Use base::size rather than arraysize in third_party/zlib/. 2018-12-20 msalama Avoid uncompressing if uncompressed size is too big. Roll ./tools/md_browser/ e94626962..0bfd826f8 (2 commits) https://chromium.googlesource.com/chromium/src/tools/md_browser/+log/e9462696241f..0bfd826f8566 $ git log e94626962..0bfd826f8 --date=short --no-merges --format='%ad %ae %s' 2019-06-18 ntfschr Docs: correctly slugify escaped chars 2019-06-01 ntfschr Better regex for md_browser.py Created with: roll-dep ./build ./buildtools ./testing ./third_party/Python-Markdown ./third_party/fuchsia-sdk ./third_party/googletest ./third_party/jsoncpp ./third_party/jsoncpp/source ./third_party/yasm ./third_party/zlib ./tools/md_browser Change-Id: Iac134649e58cf3b1d5ed13dc26e8c2bf3ebdba7b Bug: angleproject:3792 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1744175 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
2019-08-09 05:40:48 +03:00
'url': '{chromium_git}/chromium/src/tools/md_browser@0bfd826f8566a99923e64a782908faca72bc457c',
'condition': 'not build_with_chromium',
},
'tools/memory': {
'url': '{chromium_git}/chromium/src/tools/memory@89552acb6e60f528fe3c98eac7b445d4c34183ee',
'condition': 'not build_with_chromium',
},
'third_party/catapult': {
'url': '{chromium_git}/catapult.git@{catapult_revision}',
'condition': 'not build_with_chromium',
},
'third_party/android_ndk': {
'url': '{chromium_git}/android_ndk.git@27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87',
'condition': 'not build_with_chromium',
},
}
hooks = [
# Pull clang-format binaries using checked-in hashes.
{
'name': 'clang_format_win',
'pattern': '.',
'condition': 'host_os == "win" and not build_with_chromium',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=win32',
'--no_auth',
'--bucket', 'chromium-clang-format',
'-s', 'buildtools/win/clang-format.exe.sha1',
],
},
{
'name': 'clang_format_mac',
'pattern': '.',
'condition': 'host_os == "mac" and not build_with_chromium',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=darwin',
'--no_auth',
'--bucket', 'chromium-clang-format',
'-s', 'buildtools/mac/clang-format.sha1',
],
},
{
'name': 'clang_format_linux',
'pattern': '.',
'condition': 'host_os == "linux" and not build_with_chromium',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=linux*',
'--no_auth',
'--bucket', 'chromium-clang-format',
'-s', 'buildtools/linux64/clang-format.sha1',
],
},
{
'name': 'sysroot_x86',
'pattern': '.',
'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)',
'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
'--arch=x86'],
},
{
'name': 'sysroot_x64',
'pattern': '.',
'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)',
'action': ['python', 'build/linux/sysroot_scripts/install-sysroot.py',
'--arch=x64'],
},
{
# Update the Windows toolchain if necessary. Must run before 'clang' below.
'name': 'win_toolchain',
'pattern': '.',
'condition': 'checkout_win and not build_with_chromium',
'action': ['python', 'build/vs_toolchain.py', 'update', '--force'],
},
{
# Update the Mac toolchain if necessary.
'name': 'mac_toolchain',
'pattern': '.',
'condition': 'checkout_mac and not build_with_chromium',
'action': ['python', 'build/mac_toolchain.py'],
},
{
# Note: On Win, this should run after win_toolchain, as it may use it.
'name': 'clang',
'pattern': '.',
'action': ['python', 'tools/clang/scripts/update.py'],
'condition': 'not build_with_chromium',
},
{
# Update LASTCHANGE.
'name': 'lastchange',
'pattern': '.',
'condition': 'not build_with_chromium',
'action': ['python', 'build/util/lastchange.py',
'-o', 'build/util/LASTCHANGE'],
},
# Pull rc binaries using checked-in hashes.
{
'name': 'rc_win',
'pattern': '.',
'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)',
'action': [ 'download_from_google_storage',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-browser-clang/rc',
'-s', 'build/toolchain/win/rc/win/rc.exe.sha1',
],
},
{
'name': 'fuchsia_sdk',
'pattern': '.',
'condition': 'checkout_fuchsia and not build_with_chromium',
'action': [
'python',
'build/fuchsia/update_sdk.py',
],
},
# Download glslang validator binary for Linux.
{
'name': 'linux_glslang_validator',
'pattern': '.',
'condition': 'checkout_linux and not build_with_chromium',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=linux*',
'--no_auth',
'--bucket', 'angle-glslang-validator',
'-s', 'tools/glslang/glslang_validator.sha1',
],
},
# Download glslang validator binary for Windows.
{
'name': 'win_glslang_validator',
'pattern': '.',
'condition': 'checkout_win and not build_with_chromium',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=win32*',
'--no_auth',
'--bucket', 'angle-glslang-validator',
'-s', 'tools/glslang/glslang_validator.exe.sha1',
],
},
# Download flex/bison binaries for Linux.
{
'name': 'linux_flex_bison',
'pattern': '.',
'condition': 'checkout_linux and not build_with_chromium',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=linux*',
'--no_auth',
'--bucket', 'angle-flex-bison',
'-d', 'tools/flex-bison/linux/',
],
},
# Download flex/bison binaries for Windows.
{
'name': 'win_flex_bison',
'pattern': '.',
'condition': 'checkout_win and not build_with_chromium',
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=win32*',
'--no_auth',
'--bucket', 'angle-flex-bison',
'-d', 'tools/flex-bison/windows/',
],
},
# Download internal captures for perf tests
{
'name': 'restricted_traces',
'pattern': '\\.sha1',
'condition': 'checkout_angle_internal',
'action': [ 'download_from_google_storage',
'--directory',
'--recursive',
'--extract',
'--bucket', 'chrome-angle-capture-binaries',
'./src/tests/perf_tests/restricted_traces',
]
}
]
recursedeps = [
# buildtools provides clang_format.
'buildtools',
'third_party/googletest',
'third_party/jsoncpp',
'third_party/yasm',
]