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

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

Issue 12089062: Move API functions registrations out of ExtensionFunctionRegistry. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: 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/api.gyp
===================================================================
--- chrome/common/extensions/api/api.gyp (revision 179687)
+++ chrome/common/extensions/api/api.gyp (working copy)
@@ -26,6 +26,8 @@
'autotest_private.idl',
'bluetooth.idl',
'bookmarks.json',
+ 'bookmark_manager_private.json',
+ 'browsing_data.json',
'cloud_print_private.json',
'content_settings.json',
'context_menus.json',
@@ -35,13 +37,16 @@
'dial.idl',
'downloads.idl',
'events.json',
+ 'experimental_accessibility.json',
'experimental_discovery.idl',
'experimental_dns.idl',
'experimental_history.json',
'experimental_identity.idl',
'experimental_idltest.idl',
+ 'experimental_infobars.json',
'experimental_media_galleries.idl',
'experimental_notification.idl',
+ 'experimental_power.json',
'experimental_record.json',
'experimental_system_info_cpu.idl',
'experimental_system_info_memory.idl',
@@ -51,9 +56,12 @@
'font_settings.json',
'history.json',
'i18n.json',
+ 'idle.json',
'management.json',
'media_galleries.idl',
'media_galleries_private.idl',
+ 'metrics_private.json',
+ 'omnibox.json',
'page_capture.json',
'permissions.json',
'push_messaging.idl',
@@ -67,6 +75,7 @@
'system_info_display.idl',
'tab_capture.idl',
'tabs.json',
+ 'test.json',
'usb.idl',
'webview.json',
'web_navigation.json',

Powered by Google App Engine
This is Rietveld 408576698