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

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

Powered by Google App Engine
This is Rietveld 408576698