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

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

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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/shell_runtime_api_delegate.cc ('k') | extensions/shell/common/api/schemas.gypi » ('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 129276574d749258522dde9a699dcada8ad79983..35ed47e9d3500c323e0aa39ad89b439589faf1af 100644
--- a/extensions/shell/common/api/BUILD.gn
+++ b/extensions/shell/common/api/BUILD.gn
@@ -9,12 +9,14 @@ import("schemas.gni")
json_schema_api("api") {
schemas = true
bundle = true
+ bundle_name = "Shell"
}
# GYP version: extensions/shell/browser/api/api_registration.gyp:shell_api_registration
json_schema_api("api_registration") {
impl_dir = "//extensions/shell/browser/api"
bundle_registration = true
+ bundle_name = "Shell"
deps = [
":api",
« no previous file with comments | « extensions/shell/browser/shell_runtime_api_delegate.cc ('k') | extensions/shell/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698