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

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: No ash/ dependency anymore 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'permissions.json', 85 'permissions.json',
86 'preferences_private.json', 86 'preferences_private.json',
87 'push_messaging.idl', 87 'push_messaging.idl',
88 'reading_list_private.json', 88 'reading_list_private.json',
89 'screenlock_private.idl', 89 'screenlock_private.idl',
90 'sessions.json', 90 'sessions.json',
91 'signed_in_devices.idl', 91 'signed_in_devices.idl',
92 'streams_private.idl', 92 'streams_private.idl',
93 'synced_notifications_private.idl', 93 'synced_notifications_private.idl',
94 'sync_file_system.idl', 94 'sync_file_system.idl',
95 'system_cpu.idl',
96 'system_display.idl',
97 'system_indicator.idl', 95 'system_indicator.idl',
98 'system_memory.idl',
99 'system_network.idl',
100 'system_private.json', 96 'system_private.json',
101 'system_storage.idl',
102 'tab_capture.idl', 97 'tab_capture.idl',
103 'tabs.json', 98 'tabs.json',
104 'terminal_private.json', 99 'terminal_private.json',
105 'types.json', 100 'types.json',
106 'virtual_keyboard_private.json', 101 'virtual_keyboard_private.json',
107 'web_navigation.json', 102 'web_navigation.json',
108 'web_request.json', 103 'web_request.json',
109 # Despite the name, this API does not rely on any 104 # Despite the name, this API does not rely on any
110 # WebRTC-specific bits and as such does not belong in 105 # WebRTC-specific bits and as such does not belong in
111 # the enable_webrtc==0 section below. 106 # the enable_webrtc==0 section below.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'schema_files': [ 182 'schema_files': [
188 '<@(webrtc_schema_files)', 183 '<@(webrtc_schema_files)',
189 ], 184 ],
190 }], 185 }],
191 ], 186 ],
192 'cc_dir': 'chrome/common/extensions/api', 187 'cc_dir': 'chrome/common/extensions/api',
193 'root_namespace': 'extensions::api::%(namespace)s', 188 'root_namespace': 'extensions::api::%(namespace)s',
194 'impl_dir_': 'chrome/browser/extensions/api', 189 'impl_dir_': 'chrome/browser/extensions/api',
195 }, 190 },
196 } 191 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698