| 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 'main_schema_files': [ | 10 'main_schema_files': [ |
| 11 'accessibility_features.json', |
| 11 'accessibility_private.json', | 12 'accessibility_private.json', |
| 12 'activity_log_private.json', | 13 'activity_log_private.json', |
| 13 'alarms.idl', | 14 'alarms.idl', |
| 14 'audio.idl', | 15 'audio.idl', |
| 15 'automation.idl', | 16 'automation.idl', |
| 16 'automation_internal.idl', | 17 'automation_internal.idl', |
| 17 'autotest_private.idl', | 18 'autotest_private.idl', |
| 18 'bookmark_manager_private.json', | 19 'bookmark_manager_private.json', |
| 19 'bookmarks.json', | 20 'bookmarks.json', |
| 20 'braille_display_private.idl', | 21 'braille_display_private.idl', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'idltest.idl', | 105 'idltest.idl', |
| 105 'infobars.json', | 106 'infobars.json', |
| 106 'media_player_private.json', | 107 'media_player_private.json', |
| 107 'music_manager_private.idl', | 108 'music_manager_private.idl', |
| 108 'principals_private.idl', | 109 'principals_private.idl', |
| 109 'top_sites.json', | 110 'top_sites.json', |
| 110 ], | 111 ], |
| 111 | 112 |
| 112 # ChromeOS-specific schemas. | 113 # ChromeOS-specific schemas. |
| 113 'chromeos_schema_files': [ | 114 'chromeos_schema_files': [ |
| 114 'accessibility_features.json', | |
| 115 'diagnostics.idl', | 115 'diagnostics.idl', |
| 116 'enterprise_platform_keys.idl', | 116 'enterprise_platform_keys.idl', |
| 117 'enterprise_platform_keys_internal.idl', | 117 'enterprise_platform_keys_internal.idl', |
| 118 'file_browser_handler_internal.json', | 118 'file_browser_handler_internal.json', |
| 119 'file_system_provider.idl', | 119 'file_system_provider.idl', |
| 120 'file_system_provider_internal.idl', | 120 'file_system_provider_internal.idl', |
| 121 'first_run_private.json', | 121 'first_run_private.json', |
| 122 'log_private.idl', | 122 'log_private.idl', |
| 123 ], | 123 ], |
| 124 | 124 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'schema_files': [ | 167 'schema_files': [ |
| 168 '<@(webrtc_schema_files)', | 168 '<@(webrtc_schema_files)', |
| 169 ], | 169 ], |
| 170 }], | 170 }], |
| 171 ], | 171 ], |
| 172 'cc_dir': 'chrome/common/extensions/api', | 172 'cc_dir': 'chrome/common/extensions/api', |
| 173 'root_namespace': 'extensions::api::%(namespace)s', | 173 'root_namespace': 'extensions::api::%(namespace)s', |
| 174 'impl_dir_': 'chrome/browser/extensions/api', | 174 'impl_dir_': 'chrome/browser/extensions/api', |
| 175 }, | 175 }, |
| 176 } | 176 } |
| OLD | NEW |