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

Unified Diff: chrome/common/extensions/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
Index: chrome/common/extensions/api/BUILD.gn
diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
index d63f49033f85aa5414da8b0f7b946dd90f716ff0..435a2efb46cd890a3d21474283913b167319cf70 100644
--- a/chrome/common/extensions/api/BUILD.gn
+++ b/chrome/common/extensions/api/BUILD.gn
@@ -11,6 +11,7 @@ assert(enable_extensions)
json_schema_api("api") {
schemas = true
bundle = true
+ bundle_name = "Chrome"
deps = schema_dependencies
}
@@ -19,6 +20,7 @@ json_schema_api("api") {
json_schema_api("api_registration") {
impl_dir = "//chrome/browser/extensions/api"
bundle_registration = true
+ bundle_name = "Chrome"
deps = [
# Different APIs include headers from these targets.

Powered by Google App Engine
This is Rietveld 408576698