summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-26 09:56:09 +0000
committerrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-26 09:56:09 +0000
commit30c409f3564ecf2900f63d3fed28c386f039fe6a (patch)
treec123764c29b1ead4c77d2cc136b90a0104213aa3 /BUILD.gn
parente03dab6cdce4af876d1562944c29bc193832ad8c (diff)
downloadchromium_src-30c409f3564ecf2900f63d3fed28c386f039fe6a.zip
chromium_src-30c409f3564ecf2900f63d3fed28c386f039fe6a.tar.gz
chromium_src-30c409f3564ecf2900f63d3fed28c386f039fe6a.tar.bz2
Add GN template for generated extensions API targets.
This adds a new GN template for generating static extensions API library bundles from sets of schemas. It also adds invocations of the template for core extensions and apps API targets. BUG=None TBR=kalman Review URL: https://codereview.chromium.org/256453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 68cd566..12d72642 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",