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

Unified Diff: .gn

Issue 1553293002: Tighten up gn check. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix typo Created 4 years, 11 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 | apps/benchmark/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 035c6c8f035a0a1929d16f9f5c5019b56731424b..3a60d77bb7469c3bada51291f9182eeb97bad77f 100644
--- a/.gn
+++ b/.gn
@@ -12,17 +12,26 @@ secondary_source = "//build/secondary/"
# The set of targets known to pass 'gn check'. When all targets pass, remove
# this.
check_targets = [
+ "//apps/*",
+ "//base/*",
+ "//benchmarks/*",
+ "//build/*",
+ "//buildtools/*",
"//cc/*",
"//crypto/*",
"//dart/*",
+ "//device/*",
"//examples/*",
"//gin/*",
"//mojo/*",
"//mojom/*",
+ "//native_client/*",
"//services/*",
"//shell/*",
"//skia/*",
- "//sky/*",
+ "//testing/*",
+ "//tools/*",
"//ui/*",
"//url/*",
+ "//v8/*",
]
« no previous file with comments | « no previous file | apps/benchmark/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698