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 'audio.idl', | 21 'audio.idl', |
22 'automation.idl', | 22 'automation.idl', |
23 'automation_internal.idl', | 23 'automation_internal.idl', |
24 'autotest_private.idl', | 24 'autotest_private.idl', |
25 'bookmark_manager_private.json', | 25 'bookmark_manager_private.json', |
26 'bookmarks.json', | 26 'bookmarks.json', |
27 'braille_display_private.idl', | 27 'braille_display_private.idl', |
28 'browser.idl', | 28 'browser.idl', |
| 29 'chrome_web_view_internal.json', |
29 'cloud_print_private.json', | 30 'cloud_print_private.json', |
30 'command_line_private.json', | 31 'command_line_private.json', |
31 'content_settings.json', | 32 'content_settings.json', |
32 'context_menus_internal.json', | 33 'context_menus_internal.json', |
33 'context_menus.json', | 34 'context_menus.json', |
34 'cookies.json', | 35 'cookies.json', |
35 'copresence.idl', | 36 'copresence.idl', |
36 'copresence_private.idl', | 37 'copresence_private.idl', |
37 'debugger.json', | 38 'debugger.json', |
38 'desktop_capture.json', | 39 'desktop_capture.json', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'types.json', | 93 'types.json', |
93 'virtual_keyboard_private.json', | 94 'virtual_keyboard_private.json', |
94 'web_navigation.json', | 95 'web_navigation.json', |
95 'web_request.json', | 96 'web_request.json', |
96 # Despite the name, this API does not rely on any | 97 # Despite the name, this API does not rely on any |
97 # WebRTC-specific bits and as such does not belong in | 98 # WebRTC-specific bits and as such does not belong in |
98 # the enable_webrtc==0 section below. | 99 # the enable_webrtc==0 section below. |
99 'webrtc_audio_private.idl', | 100 'webrtc_audio_private.idl', |
100 'webrtc_logging_private.idl', | 101 'webrtc_logging_private.idl', |
101 'webstore_private.json', | 102 'webstore_private.json', |
102 'web_view_internal.json', | |
103 'windows.json', | 103 'windows.json', |
104 ], | 104 ], |
105 'main_schema_include_rules': [ | 105 'main_schema_include_rules': [ |
106 'extensions/common/api:extensions::core_api::%(namespace)s', | 106 'extensions/common/api:extensions::core_api::%(namespace)s', |
107 ], | 107 ], |
108 'main_non_compiled_schema_files': [ | 108 'main_non_compiled_schema_files': [ |
109 'browsing_data.json', | 109 'browsing_data.json', |
110 'chromeos_info_private.json', | 110 'chromeos_info_private.json', |
111 'extension.json', | 111 'extension.json', |
112 'idltest.idl', | 112 'idltest.idl', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 'schema_files': [ | 174 'schema_files': [ |
175 '<@(webrtc_schema_files)', | 175 '<@(webrtc_schema_files)', |
176 ], | 176 ], |
177 }], | 177 }], |
178 ], | 178 ], |
179 'cc_dir': 'chrome/common/extensions/api', | 179 'cc_dir': 'chrome/common/extensions/api', |
180 'root_namespace': 'extensions::api::%(namespace)s', | 180 'root_namespace': 'extensions::api::%(namespace)s', |
181 'impl_dir_': 'chrome/browser/extensions/api', | 181 'impl_dir_': 'chrome/browser/extensions/api', |
182 }, | 182 }, |
183 } | 183 } |
OLD | NEW |