commit | e6a52a1fcc6ce34f93e5b4f86fe8c4875fcc60aa | [log] [tgz] |
---|---|---|
author | Peter Kotwicz <[email protected]> | Sat Jun 12 03:06:56 2021 |
committer | Chromium LUCI CQ <[email protected]> | Sat Jun 12 03:06:56 2021 |
tree | dd5416e637813d84e6c2045dc00eee98d7340131 | |
parent | cdca0e11bba91d4fc0c122080ee333b8ba84bfed [diff] |
[Build] Split android_lint_test This CL renames android_lint_test to android_nocompile_test and introduces 2 sub test suites: - android_lint_tests - android_lookup_dep_tests This CL also modifies the android_nocompile_test_suite() GN template so that the 'nocompile output directory' is shared for android_nocompile_test_suite() whose tests are defined in the same BUILD.gn file. This avoids running 'gn gen' for each android_nocompile_test_suite(). BUG=1108362 Change-Id: I07c19fa595e2e9c3cc63aadfd7e70983e4759255 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2945458 Commit-Queue: Peter Kotwicz <[email protected]> Reviewed-by: Haiyang Pan <[email protected]> Reviewed-by: Peter Wen <[email protected]> Cr-Commit-Position: refs/heads/master@{#891876}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.