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

Unified Diff: extensions/common/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: extensions/common/api/schemas.gni
diff --git a/extensions/common/api/schemas.gni b/extensions/common/api/schemas.gni
index af770af24fc2fcb6f19a09ea66b603b801b6de27..d584aa6b37b5baaa1738b6fc12438ee0a2d3105b 100644
--- a/extensions/common/api/schemas.gni
+++ b/extensions/common/api/schemas.gni
@@ -14,4 +14,4 @@ if (is_chromeos) {
uncompiled_sources = gypi_values.non_compiled_schema_files
-root_namespace = "extensions::core_api::%(namespace)s"
+root_namespace = "extensions::api::%(namespace)s"
« no previous file with comments | « extensions/common/api/printer_provider/usb_printer_manifest_data.cc ('k') | extensions/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698