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

Unified Diff: .gn

Issue 1684933002: Fix ash 'gn check' errors; whitelist target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment. Created 4 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 | ash/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 55e7fcc61017f3dd09273d76df9dbf6dfed50cd0..033b3ada0e6a2339e6c2e746020d7ffacde728a7 100644
--- a/.gn
+++ b/.gn
@@ -16,7 +16,7 @@ secondary_source = "//build/secondary/"
# "gn check" or "gn gen --check".
check_targets = [
#"//apps/*", # Medium-hard.
- #"//ash/*", # Medium-hard.
+ "//ash/*",
"//base/*",
"//blink/*",
"//breakpad/*",
« no previous file with comments | « no previous file | ash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698