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', | |
23 'audio.idl', | 22 'audio.idl', |
24 'automation.idl', | 23 'automation.idl', |
25 'automation_internal.idl', | 24 'automation_internal.idl', |
26 'autotest_private.idl', | 25 'autotest_private.idl', |
27 'bookmark_manager_private.json', | 26 'bookmark_manager_private.json', |
28 'bookmarks.json', | 27 'bookmarks.json', |
29 'braille_display_private.idl', | 28 'braille_display_private.idl', |
30 'browser.idl', | 29 'browser.idl', |
31 'cloud_print_private.json', | 30 'cloud_print_private.json', |
32 'command_line_private.json', | 31 'command_line_private.json', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'schema_files': [ | 182 'schema_files': [ |
184 '<@(webrtc_schema_files)', | 183 '<@(webrtc_schema_files)', |
185 ], | 184 ], |
186 }], | 185 }], |
187 ], | 186 ], |
188 'cc_dir': 'chrome/common/extensions/api', | 187 'cc_dir': 'chrome/common/extensions/api', |
189 'root_namespace': 'extensions::api::%(namespace)s', | 188 'root_namespace': 'extensions::api::%(namespace)s', |
190 'impl_dir_': 'chrome/browser/extensions/api', | 189 'impl_dir_': 'chrome/browser/extensions/api', |
191 }, | 190 }, |
192 } | 191 } |
OLD | NEW |