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

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

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 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 35cf75b76aae69e48d40892c47302f5de598d073..0f9996702f8a446e932c0355a52a5d1d89a7ae85 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -49,10 +49,12 @@
'experimental_identity.idl',
'experimental_idltest.idl',
'experimental_infobars.json',
+ 'input_method_private.json',
'location.idl',
'experimental_media_galleries.idl',
'experimental_record.json',
'experimental_system_info_cpu.idl',
+ 'experimental_system_info_display.idl',
not at google - send to devlin 2013/05/24 19:09:18 why did you need to add these in here? have the c
cduvall 2013/05/30 00:50:51 I originally added them so they would be in the Ge
'experimental_system_info_memory.idl',
'experimental_system_info_storage.idl',
'extension.json',

Powered by Google App Engine
This is Rietveld 408576698