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

Unified Diff: BUILD.gn

Issue 256453002: Add GN template for generated extensions API targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment out extensions_api in root Created 6 years, 8 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 | apps/common/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7f26b2b106fd524555b8c27d22396f8d394bf4bc..3a00fcf411c3ac73f0c704f1891c8bf7aa6c52ba 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -17,6 +17,7 @@ group("root") {
# This is a temporary test of the not-yet-complete NaCl cross-compilation.
#"//base(//build/toolchain/nacl:x86_newlib)",
+ "//apps/common/api:apps_api",
#"//chrome",
"//components/language_usage_metrics",
"//components/navigation_metrics",
@@ -29,6 +30,7 @@ group("root") {
"//components/url_matcher",
"//crypto",
"//device/usb",
+ #"//extensions/common/api:extensions_api",
"//ipc",
"//net",
#"//sdch",
« no previous file with comments | « no previous file | apps/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698