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

Unified Diff: chrome/common/extensions/api/schemas.gni

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/schemas.gni
diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
index 28299b18352af29e60cd8762b0e2de4b739cfffb..6ae826becf37906637c301d2f7c29a2f6b2f56d8 100644
--- a/chrome/common/extensions/api/schemas.gni
+++ b/chrome/common/extensions/api/schemas.gni
@@ -24,6 +24,5 @@ if (enable_webrtc) {
uncompiled_sources = gypi_values.main_non_compiled_schema_files
root_namespace = "extensions::api::%(namespace)s"
-schema_include_rules =
- "extensions/common/api:extensions::core_api::%(namespace)s"
+schema_include_rules = "extensions/common/api:extensions::api::%(namespace)s"
schema_dependencies = [ "//extensions/common/api" ]

Powered by Google App Engine
This is Rietveld 408576698