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

Unified Diff: .gn

Issue 1833193002: Content "gn check" work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | components/crash/content/app/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 f7ebb4167c5e8e1e424c174cf032dc9552a9e666..d851064f43c8470b95e947e23354f0c6afc0e45c 100644
--- a/.gn
+++ b/.gn
@@ -36,8 +36,21 @@ check_targets = [
"//components/*",
#"//content/*", # A whole lot of errors.
+ "//content/gpu/*",
+ "//content/plugin/*",
"//content/public/*",
"//content/renderer/*",
+
+ #"//content/shell/*", # Needs Android fix, bug 597020.
+
+ #"//content/test/*", # A couple of errors left.
+ "//content/test:content_gl_benchmark",
+ "//content/test:content_gl_tests",
+ "//content/test:content_perftests",
+ "//content/test:content_site_isolation_browsertests",
+ "//content/test:content_test_mojo_bindings",
+ "//content/test:content_unittests",
+ "//content/test:test_support",
"//courgette/*",
"//crypto/*",
"//data/*",
« no previous file with comments | « no previous file | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698