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

Unified Diff: extensions/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
Index: extensions/common/api/BUILD.gn
diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
index 38c379c8f06cfb6132c07ffe35b886762d2c8452..474e041508c1008695c2ed44e0c8ae27f639d6b9 100644
--- a/extensions/common/api/BUILD.gn
+++ b/extensions/common/api/BUILD.gn
@@ -12,6 +12,7 @@ assert(enable_extensions)
json_schema_api("generated_api") {
schemas = true
bundle = true
+ bundle_name = ""
}
# GYP version: extensions/common/api/api.gyp:extensions_api_mojom
@@ -34,6 +35,7 @@ source_set("api") {
json_schema_api("api_registration") {
impl_dir = "//extensions/browser/api"
bundle_registration = true
+ bundle_name = ""
deps = [
":api",
« no previous file with comments | « extensions/browser/test_runtime_api_delegate.cc ('k') | extensions/common/api/bluetooth/bluetooth_manifest_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698