Chromium Code Reviews

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

Issue 9114036: Code generation for extensions api (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: a fistful of rework Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/extensions/api/permissions.json
diff --git a/chrome/common/extensions/api/permissions.json b/chrome/common/extensions/api/permissions.json
index 377a43f7251d5c5750dea279c75c188d5d8d29ef..e51cc388b5ebbc2c54d5e583f500a34c6d2aedfb 100644
--- a/chrome/common/extensions/api/permissions.json
+++ b/chrome/common/extensions/api/permissions.json
@@ -1,6 +1,7 @@
[
{
"namespace": "permissions",
+ "compile": true,
"types": [
{
"id": "Permissions",

Powered by Google App Engine