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

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

Issue 10066024: Convert chrome.experimental.alarms API to use IDL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 59bcc780c75804811a55ce1705943b011b26c7e5..17e773a415249e3fae6251325ddd3bddb460195f 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -19,13 +19,13 @@
'chromium_code': 1,
'json_schema_files': [
'browserAction.json',
- 'experimental.alarms.json',
'experimental.declarative.json',
'permissions.json',
'tabs.json',
'windows.json',
],
'idl_schema_files': [
+ 'experimental.alarms.idl',
'experimental.bluetooth.idl',
'experimental.dns.idl',
'experimental.serial.idl',

Powered by Google App Engine
This is Rietveld 408576698