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 |
11 # should be eliminated. See crbug.com/305852. | 11 # should be eliminated. See crbug.com/305852. |
12 'android_schema_files': [ | 12 'android_schema_files': [ |
13 'manifest_types.json', | 13 'manifest_types.json', |
14 ], | 14 ], |
15 | 15 |
16 # These are used everywhere except Android. | 16 # These are used everywhere except Android. |
17 'main_schema_files': [ | 17 'main_schema_files': [ |
18 'accessibility_private.json', | 18 'accessibility_private.json', |
19 'activity_log_private.json', | 19 'activity_log_private.json', |
20 'alarms.idl', | 20 'alarms.idl', |
21 'app_current_window_internal.idl', | 21 'app_current_window_internal.idl', |
22 'app_window.idl', | 22 'app_window.idl', |
23 'audio.idl', | 23 'audio.idl', |
24 'automation.idl', | 24 'automation.idl', |
25 'automation_internal.idl', | 25 'automation_internal.idl', |
26 'autotest_private.idl', | 26 'autotest_private.idl', |
27 'bluetooth.idl', | |
28 'bluetooth_low_energy.idl', | |
29 'bluetooth_private.json', | |
30 'bluetooth_socket.idl', | |
31 'bookmark_manager_private.json', | 27 'bookmark_manager_private.json', |
32 'bookmarks.json', | 28 'bookmarks.json', |
33 'braille_display_private.idl', | 29 'braille_display_private.idl', |
34 'browser.idl', | 30 'browser.idl', |
35 'cloud_print_private.json', | 31 'cloud_print_private.json', |
36 'command_line_private.json', | 32 'command_line_private.json', |
37 'content_settings.json', | 33 'content_settings.json', |
38 'context_menus_internal.json', | 34 'context_menus_internal.json', |
39 'context_menus.json', | 35 'context_menus.json', |
40 'cookies.json', | 36 'cookies.json', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'schema_files': [ | 183 'schema_files': [ |
188 '<@(webrtc_schema_files)', | 184 '<@(webrtc_schema_files)', |
189 ], | 185 ], |
190 }], | 186 }], |
191 ], | 187 ], |
192 'cc_dir': 'chrome/common/extensions/api', | 188 'cc_dir': 'chrome/common/extensions/api', |
193 'root_namespace': 'extensions::api::%(namespace)s', | 189 'root_namespace': 'extensions::api::%(namespace)s', |
194 'impl_dir_': 'chrome/browser/extensions/api', | 190 'impl_dir_': 'chrome/browser/extensions/api', |
195 }, | 191 }, |
196 } | 192 } |
OLD | NEW |