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

Unified Diff: extensions/shell/common/api/BUILD.gn

Issue 2302743003: Inline extensions .gypi files into GN build. (Closed)
Patch Set: ChromeOS Created 4 years, 3 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 | « extensions/shell/browser/api/api_registration.gyp ('k') | extensions/shell/common/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/common/api/BUILD.gn
diff --git a/extensions/shell/common/api/BUILD.gn b/extensions/shell/common/api/BUILD.gn
index f2a30d7dc6282aaa3defff0540d5802f306dbe42..426503daf058d53040cb621258cad102f38ed091 100644
--- a/extensions/shell/common/api/BUILD.gn
+++ b/extensions/shell/common/api/BUILD.gn
@@ -4,7 +4,9 @@
import("//build/json_schema_api.gni")
import("//tools/json_schema_compiler/json_features.gni")
-import("schemas.gni")
+
+schema_sources = [ "identity.idl" ]
+root_namespace = "extensions::shell::api::%(namespace)s"
# GYP version: extensions/shell/common/api/api.gyp:shell_api
json_schema_api("api") {
« no previous file with comments | « extensions/shell/browser/api/api_registration.gyp ('k') | extensions/shell/common/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698