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

Unified Diff: .gn

Issue 2158553002: Whitelist all of content for "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android Created 4 years, 5 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 | content/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 658f215541c09b0360f710eeb199373f4d7b9677..0c5a7faba7c53a15a30f11b065e8d9346f47e0d7 100644
--- a/.gn
+++ b/.gn
@@ -36,28 +36,7 @@ check_targets = [
"//chrome_elf/*",
"//cloud_print/*",
"//components/*",
-
- #"//content/*", # Enable when the individual ones below are done.
- #"//content/app/*",
- "//content/browser/*",
- "//content/child/*",
- "//content/common/*",
- "//content/gpu/*",
- "//content/ppapi_plugin/*",
- "//content/public/*",
- "//content/renderer/*",
- "//content/shell/*",
- "//content/test/*",
-
- #"//content/utility/*",
- #"//content/zygote/*",
-
- "//content/test:content_perftests",
- "//content/test:content_site_isolation_browsertests",
- "//content/test:content_test_mojo_bindings",
- "//content/test:content_unittests",
- "//content/test:test_support",
- "//content/utility/*",
+ "//content/*",
"//courgette/*",
"//crypto/*",
"//data/*",
« no previous file with comments | « no previous file | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698