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