| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'chromeos_schema_files': [ | 112 'chromeos_schema_files': [ |
| 113 'accessibility_features.json', | 113 'accessibility_features.json', |
| 114 'diagnostics.idl', | 114 'diagnostics.idl', |
| 115 'enterprise_platform_keys.idl', | 115 'enterprise_platform_keys.idl', |
| 116 'enterprise_platform_keys_internal.idl', | 116 'enterprise_platform_keys_internal.idl', |
| 117 'file_browser_handler_internal.json', | 117 'file_browser_handler_internal.json', |
| 118 'file_system_provider.idl', | 118 'file_system_provider.idl', |
| 119 'file_system_provider_internal.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 'platform_keys_internal.idl', |
| 122 ], | 123 ], |
| 123 | 124 |
| 124 # ChromeOS-specific schemas which have not been ported to Athena. | 125 # ChromeOS-specific schemas which have not been ported to Athena. |
| 125 'chromeos_non_athena_schema_files': [ | 126 'chromeos_non_athena_schema_files': [ |
| 126 'wallpaper.json', | 127 'wallpaper.json', |
| 127 'wallpaper_private.json', | 128 'wallpaper_private.json', |
| 128 ], | 129 ], |
| 129 | 130 |
| 130 'webrtc_schema_files': [ | 131 'webrtc_schema_files': [ |
| 131 'cast_streaming_rtp_stream.idl', | 132 'cast_streaming_rtp_stream.idl', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'schema_files': [ | 167 'schema_files': [ |
| 167 '<@(webrtc_schema_files)', | 168 '<@(webrtc_schema_files)', |
| 168 ], | 169 ], |
| 169 }], | 170 }], |
| 170 ], | 171 ], |
| 171 'cc_dir': 'chrome/common/extensions/api', | 172 'cc_dir': 'chrome/common/extensions/api', |
| 172 'root_namespace': 'extensions::api::%(namespace)s', | 173 'root_namespace': 'extensions::api::%(namespace)s', |
| 173 'impl_dir_': 'chrome/browser/extensions/api', | 174 'impl_dir_': 'chrome/browser/extensions/api', |
| 174 }, | 175 }, |
| 175 } | 176 } |
| OLD | NEW |