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

Side by Side Diff: chrome/common/extensions/api/schemas.gypi

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'sources': [ 6 'sources': [
7 '<@(schema_files)', 7 '<@(schema_files)',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 # These duplicate other lists and are the only ones used on Android. They 10 # These duplicate other lists and are the only ones used on Android. They
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'permissions.json', 80 'permissions.json',
81 'preferences_private.json', 81 'preferences_private.json',
82 'push_messaging.idl', 82 'push_messaging.idl',
83 'reading_list_private.json', 83 'reading_list_private.json',
84 'screenlock_private.idl', 84 'screenlock_private.idl',
85 'sessions.json', 85 'sessions.json',
86 'signed_in_devices.idl', 86 'signed_in_devices.idl',
87 'streams_private.idl', 87 'streams_private.idl',
88 'synced_notifications_private.idl', 88 'synced_notifications_private.idl',
89 'sync_file_system.idl', 89 'sync_file_system.idl',
90 'system_cpu.idl',
91 'system_display.idl',
92 'system_indicator.idl', 90 'system_indicator.idl',
93 'system_memory.idl',
94 'system_network.idl',
95 'system_private.json', 91 'system_private.json',
96 'system_storage.idl',
97 'tab_capture.idl', 92 'tab_capture.idl',
98 'tabs.json', 93 'tabs.json',
99 'terminal_private.json', 94 'terminal_private.json',
100 'types.json', 95 'types.json',
101 'virtual_keyboard_private.json', 96 'virtual_keyboard_private.json',
102 'web_navigation.json', 97 'web_navigation.json',
103 'web_request.json', 98 'web_request.json',
104 # Despite the name, this API does not rely on any 99 # Despite the name, this API does not rely on any
105 # WebRTC-specific bits and as such does not belong in 100 # WebRTC-specific bits and as such does not belong in
106 # the enable_webrtc==0 section below. 101 # the enable_webrtc==0 section below.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'schema_files': [ 177 'schema_files': [
183 '<@(webrtc_schema_files)', 178 '<@(webrtc_schema_files)',
184 ], 179 ],
185 }], 180 }],
186 ], 181 ],
187 'cc_dir': 'chrome/common/extensions/api', 182 'cc_dir': 'chrome/common/extensions/api',
188 'root_namespace': 'extensions::api::%(namespace)s', 183 'root_namespace': 'extensions::api::%(namespace)s',
189 'impl_dir_': 'chrome/browser/extensions/api', 184 'impl_dir_': 'chrome/browser/extensions/api',
190 }, 185 },
191 } 186 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/system_cpu.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698