Index: .gn |
diff --git a/.gn b/.gn |
index a3bd14dda5945eefee14837bd952d4b919a1ac14..9dcf2306d8d1c85ba3933fd3388c0180d25eaff8 100644 |
--- a/.gn |
+++ b/.gn |
@@ -8,3 +8,13 @@ buildconfig = "//build/config/BUILDCONFIG.gn" |
# GN build files are placed when they can not be placed directly |
# in the source tree, e.g. for third party source trees. |
secondary_source = "//build/secondary/" |
+ |
+# The set of targets known to pass 'gn check'. When all targets pass, remove |
+# this. |
+check_targets = [ |
jamesr
2015/01/08 19:14:25
this code filters
|
+ "//examples/*", |
+ "//mojo/*", |
+ "//services/*", |
+ "//shell/*", |
+ "//sky/*", |
+] |