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

Unified Diff: .gn

Issue 1388943004: Add GCAPI to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | 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 846d93b11bb6e2494711874be0d1f32f883d7172..5a7b9ce41769564a1268dc21cbc98b1d73447d0b 100644
--- a/.gn
+++ b/.gn
@@ -24,7 +24,7 @@ check_targets = [
"//cc/*",
#"//chrome/*", # Epic number of errors.
- #"//chrome/installer/*", # A few errors, need to verify the size after fixing.
+ "//chrome/installer/*",
"//chromecast/*",
# TODO(brettw): Fix http://crbug.com/460828 and uncomment the following
@@ -62,6 +62,7 @@ check_targets = [
"//components/webdata_services/*",
#"//content/*", # A whole lot of errors.
+ "//content/public/common:result_codes",
"//courgette/*",
"//crypto/*",
"//data/*",
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698