OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |