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

Unified Diff: extensions/common/api/schemas.gypi

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/common/api/schemas.gni ('k') | extensions/common/api/sockets/sockets_manifest_permission.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/schemas.gypi
diff --git a/extensions/common/api/schemas.gypi b/extensions/common/api/schemas.gypi
index 38f5e8cf7d3e8a277c3a77b6272e86dabbbb3200..1bf77f1fd0f7803e330160e79976e6b7010132fd 100644
--- a/extensions/common/api/schemas.gypi
+++ b/extensions/common/api/schemas.gypi
@@ -75,7 +75,8 @@
}]
],
'cc_dir': 'extensions/common/api',
- 'root_namespace': 'extensions::core_api::%(namespace)s',
+ 'root_namespace': 'extensions::api::%(namespace)s',
+ 'bundle_name': '',
'impl_dir_': 'extensions/browser/api',
},
}
« no previous file with comments | « extensions/common/api/schemas.gni ('k') | extensions/common/api/sockets/sockets_manifest_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698