| 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': [ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 'downloads.idl', | 36 'downloads.idl', |
| 37 'downloads_internal.idl', | 37 'downloads_internal.idl', |
| 38 'easy_unlock_private.idl', | 38 'easy_unlock_private.idl', |
| 39 'echo_private.json', | 39 'echo_private.json', |
| 40 'enterprise_platform_keys_private.json', | 40 'enterprise_platform_keys_private.json', |
| 41 'experience_sampling_private.json', | 41 'experience_sampling_private.json', |
| 42 'feedback_private.idl', | 42 'feedback_private.idl', |
| 43 'file_manager_private.idl', | 43 'file_manager_private.idl', |
| 44 'file_manager_private_internal.idl', | 44 'file_manager_private_internal.idl', |
| 45 'file_system.idl', | 45 'file_system.idl', |
| 46 'file_system_provider.idl', | |
| 47 'file_system_provider_internal.idl', | |
| 48 'font_settings.json', | 46 'font_settings.json', |
| 49 'gcd_private.idl', | 47 'gcd_private.idl', |
| 50 'gcm.json', | 48 'gcm.json', |
| 51 'hangouts_private.idl', | 49 'hangouts_private.idl', |
| 52 'history.json', | 50 'history.json', |
| 53 'hotword_private.idl', | 51 'hotword_private.idl', |
| 54 'i18n.json', | 52 'i18n.json', |
| 55 'identity.idl', | 53 'identity.idl', |
| 56 'identity_private.idl', | 54 'identity_private.idl', |
| 57 'idle.json', | 55 'idle.json', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'top_sites.json', | 108 'top_sites.json', |
| 111 ], | 109 ], |
| 112 | 110 |
| 113 # ChromeOS-specific schemas. | 111 # ChromeOS-specific schemas. |
| 114 'chromeos_schema_files': [ | 112 'chromeos_schema_files': [ |
| 115 'accessibility_features.json', | 113 'accessibility_features.json', |
| 116 'diagnostics.idl', | 114 'diagnostics.idl', |
| 117 'enterprise_platform_keys.idl', | 115 'enterprise_platform_keys.idl', |
| 118 'enterprise_platform_keys_internal.idl', | 116 'enterprise_platform_keys_internal.idl', |
| 119 'file_browser_handler_internal.json', | 117 'file_browser_handler_internal.json', |
| 118 'file_system_provider.idl', |
| 119 'file_system_provider_internal.idl', |
| 120 'first_run_private.json', | 120 'first_run_private.json', |
| 121 'log_private.idl', | 121 'log_private.idl', |
| 122 ], | 122 ], |
| 123 | 123 |
| 124 # ChromeOS-specific schemas which have not been ported to Athena. | 124 # ChromeOS-specific schemas which have not been ported to Athena. |
| 125 'chromeos_non_athena_schema_files': [ | 125 'chromeos_non_athena_schema_files': [ |
| 126 'wallpaper.json', | 126 'wallpaper.json', |
| 127 'wallpaper_private.json', | 127 'wallpaper_private.json', |
| 128 ], | 128 ], |
| 129 | 129 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'schema_files': [ | 166 'schema_files': [ |
| 167 '<@(webrtc_schema_files)', | 167 '<@(webrtc_schema_files)', |
| 168 ], | 168 ], |
| 169 }], | 169 }], |
| 170 ], | 170 ], |
| 171 'cc_dir': 'chrome/common/extensions/api', | 171 'cc_dir': 'chrome/common/extensions/api', |
| 172 'root_namespace': 'extensions::api::%(namespace)s', | 172 'root_namespace': 'extensions::api::%(namespace)s', |
| 173 'impl_dir_': 'chrome/browser/extensions/api', | 173 'impl_dir_': 'chrome/browser/extensions/api', |
| 174 }, | 174 }, |
| 175 } | 175 } |
| OLD | NEW |