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

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: 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') | extensions/generated_extensions_api.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2d50e7e6bd5278946bd185594300d24a61beefa8..edfe61eaca1e155a14e7bd145f98d3721bed96ef 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",
@@ -28,6 +29,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') | extensions/generated_extensions_api.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698