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

Unified Diff: chrome/common/extensions/api/events.json

Issue 11747025: Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore fileBrowserPrivate bindings Created 7 years, 11 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/events.json
diff --git a/chrome/common/extensions/api/events.json b/chrome/common/extensions/api/events.json
index a5f824c4e1067f9a70a6561d2bfe43f0e53d8026..68e77f626f98baa7a9183508026701d76f75f3d7 100644
--- a/chrome/common/extensions/api/events.json
+++ b/chrome/common/extensions/api/events.json
@@ -5,6 +5,10 @@
[
{
"namespace": "events",
+ "compiler_options": {
+ "implemented_in": "chrome/browser/extensions/api/declarative/declarative_api.h",
+ "generate_type_functions": true
+ },
"internal": true,
"unprivileged": true,
"types": [

Powered by Google App Engine
This is Rietveld 408576698