| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 | 111 |
| 112 # ChromeOS-specific schemas. | 112 # ChromeOS-specific schemas. |
| 113 'chromeos_schema_files': [ | 113 'chromeos_schema_files': [ |
| 114 'accessibility_features.json', | 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 'first_run_private.json', | 119 'first_run_private.json', |
| 120 'log_private.idl', | 120 'log_private.idl', |
| 121 'vpn_provider.idl', |
| 121 'webcam_private.idl', | 122 'webcam_private.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': [ |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'schema_files': [ | 178 'schema_files': [ |
| 178 '<@(webrtc_schema_files)', | 179 '<@(webrtc_schema_files)', |
| 179 ], | 180 ], |
| 180 }], | 181 }], |
| 181 ], | 182 ], |
| 182 'cc_dir': 'chrome/common/extensions/api', | 183 'cc_dir': 'chrome/common/extensions/api', |
| 183 'root_namespace': 'extensions::api::%(namespace)s', | 184 'root_namespace': 'extensions::api::%(namespace)s', |
| 184 'impl_dir_': 'chrome/browser/extensions/api', | 185 'impl_dir_': 'chrome/browser/extensions/api', |
| 185 }, | 186 }, |
| 186 } | 187 } |
| OLD | NEW |