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

Side by Side Diff: chrome/common/extensions/api/api.gyp

Issue 12576018: Add chrome.power extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add copyright notice to example extension Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 29 matching lines...) Expand all
40 'downloads_internal.idl', 40 'downloads_internal.idl',
41 'events.json', 41 'events.json',
42 'experimental_accessibility.json', 42 'experimental_accessibility.json',
43 'experimental_discovery.idl', 43 'experimental_discovery.idl',
44 'experimental_dns.idl', 44 'experimental_dns.idl',
45 'experimental_history.json', 45 'experimental_history.json',
46 'experimental_identity.idl', 46 'experimental_identity.idl',
47 'experimental_idltest.idl', 47 'experimental_idltest.idl',
48 'experimental_infobars.json', 48 'experimental_infobars.json',
49 'experimental_media_galleries.idl', 49 'experimental_media_galleries.idl',
50 'experimental_power.json',
51 'experimental_record.json', 50 'experimental_record.json',
52 'experimental_system_info_cpu.idl', 51 'experimental_system_info_cpu.idl',
53 'experimental_system_info_memory.idl', 52 'experimental_system_info_memory.idl',
54 'experimental_system_info_storage.idl', 53 'experimental_system_info_storage.idl',
55 'extension.json', 54 'extension.json',
56 'file_browser_handler_internal.json', 55 'file_browser_handler_internal.json',
57 'file_system.idl', 56 'file_system.idl',
58 'font_settings.json', 57 'font_settings.json',
59 'history.json', 58 'history.json',
60 'i18n.json', 59 'i18n.json',
61 'idle.json', 60 'idle.json',
62 'managed_mode_private.json', 61 'managed_mode_private.json',
63 'management.json', 62 'management.json',
64 'media_galleries.idl', 63 'media_galleries.idl',
65 'media_galleries_private.idl', 64 'media_galleries_private.idl',
66 'media_player_private.json', 65 'media_player_private.json',
67 'metrics_private.json', 66 'metrics_private.json',
68 'networking_private.json', 67 'networking_private.json',
69 'notifications.idl', 68 'notifications.idl',
70 'omnibox.json', 69 'omnibox.json',
71 'page_capture.json', 70 'page_capture.json',
72 'page_launcher.idl', 71 'page_launcher.idl',
73 'permissions.json', 72 'permissions.json',
73 'power.idl',
74 'push_messaging.idl', 74 'push_messaging.idl',
75 'rtc_private.idl', 75 'rtc_private.idl',
76 'serial.idl', 76 'serial.idl',
77 'session_restore.json', 77 'session_restore.json',
78 'socket.idl', 78 'socket.idl',
79 'storage.json', 79 'storage.json',
80 'sync_file_system.idl', 80 'sync_file_system.idl',
81 'system_indicator.idl', 81 'system_indicator.idl',
82 'system_info_display.idl', 82 'system_info_display.idl',
83 'system_private.json', 83 'system_private.json',
(...skipping 26 matching lines...) Expand all
110 ['OS!="chromeos"', { 110 ['OS!="chromeos"', {
111 'schema_files!': [ 111 'schema_files!': [
112 'file_browser_handler_internal.json', 112 'file_browser_handler_internal.json',
113 'rtc_private.idl', 113 'rtc_private.idl',
114 ], 114 ],
115 }], 115 }],
116 ], 116 ],
117 }, 117 },
118 ], 118 ],
119 } 119 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/experimental_power.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698