summaryrefslogtreecommitdiffstats
path: root/.gn
diff options
context:
space:
mode:
Diffstat (limited to '.gn')
-rw-r--r--.gn13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gn b/.gn
index f7ebb41..d851064 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/*",