| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'windows.json', | 90 'windows.json', |
| 91 ], | 91 ], |
| 92 'main_schema_include_rules': [ | 92 'main_schema_include_rules': [ |
| 93 'extensions/common/api:extensions::api::%(namespace)s', | 93 'extensions/common/api:extensions::api::%(namespace)s', |
| 94 ], | 94 ], |
| 95 'main_non_compiled_schema_files': [ | 95 'main_non_compiled_schema_files': [ |
| 96 'browsing_data.json', | 96 'browsing_data.json', |
| 97 'extension.json', | 97 'extension.json', |
| 98 'idltest.idl', | 98 'idltest.idl', |
| 99 'music_manager_private.idl', | 99 'music_manager_private.idl', |
| 100 'principals_private.idl', | |
| 101 'top_sites.json', | 100 'top_sites.json', |
| 102 ], | 101 ], |
| 103 | 102 |
| 104 # ChromeOS-specific schemas. | 103 # ChromeOS-specific schemas. |
| 105 'chromeos_schema_files': [ | 104 'chromeos_schema_files': [ |
| 106 'cast_devices_private.idl', | 105 'cast_devices_private.idl', |
| 107 'certificate_provider.idl', | 106 'certificate_provider.idl', |
| 108 'certificate_provider_internal.idl', | 107 'certificate_provider_internal.idl', |
| 109 'echo_private.json', | 108 'echo_private.json', |
| 110 'enterprise_device_attributes.idl', | 109 'enterprise_device_attributes.idl', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 '<@(webrtc_schema_files)', | 201 '<@(webrtc_schema_files)', |
| 203 ], | 202 ], |
| 204 }], | 203 }], |
| 205 ], | 204 ], |
| 206 'cc_dir': 'chrome/common/extensions/api', | 205 'cc_dir': 'chrome/common/extensions/api', |
| 207 'root_namespace': 'extensions::api::%(namespace)s', | 206 'root_namespace': 'extensions::api::%(namespace)s', |
| 208 'bundle_name': 'Chrome', | 207 'bundle_name': 'Chrome', |
| 209 'impl_dir_': 'chrome/browser/extensions/api', | 208 'impl_dir_': 'chrome/browser/extensions/api', |
| 210 }, | 209 }, |
| 211 } | 210 } |
| OLD | NEW |