Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: .gn

Issue 926593007: Add //ipc to "gn check", work on base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 23013d4f9d0682c6784c5ad86998e32151467bcf..1429a87ac7628e0abb0596a84a86ff947aea1acf 100644
--- a/.gn
+++ b/.gn
@@ -14,4 +14,11 @@ secondary_source = "//build/secondary/"
# matching these patterns (see "gn help label_pattern" for format) will have
# their includes checked for proper dependencies when you run either
# "gn check" or "gn gen --check".
-check_targets = [ "//cc/*" ]
+check_targets = [
+ # Requires GN binary >= 314794 and to mark the "...__generate_enum" action in
+ # build/config/android/rules.gni "java_cpp_enum" template with
+ # check_includes = false.
+ #"//base/*",
+ "//cc/*",
+ "//ipc/*",
+]
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698