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

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 10392008: Move declarative API into events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Extend apiDefinitions.GetExtensionAPIDefinition to return individual apis Created 8 years, 7 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/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 76c69bbab7898e521f9cd910c4be3d71748ef040..792f5d2bdf40925dbc11f86e6c821dc99e5fc497 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -19,7 +19,7 @@
'chromium_code': 1,
'json_schema_files': [
'browserAction.json',
- 'declarative.json',
+ 'events.json',
'experimental.record.json',
'experimental.fontSettings.json',
'permissions.json',

Powered by Google App Engine
This is Rietveld 408576698