| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 # WebRTC-specific bits and as such does not belong in | 85 # WebRTC-specific bits and as such does not belong in |
| 86 # the enable_webrtc==0 section below. | 86 # the enable_webrtc==0 section below. |
| 87 'webrtc_audio_private.idl', | 87 'webrtc_audio_private.idl', |
| 88 'webrtc_desktop_capture_private.idl', | 88 'webrtc_desktop_capture_private.idl', |
| 89 'webrtc_logging_private.idl', | 89 'webrtc_logging_private.idl', |
| 90 'webstore_private.json', | 90 'webstore_private.json', |
| 91 'webstore_widget_private.idl', | 91 'webstore_widget_private.idl', |
| 92 'windows.json', | 92 'windows.json', |
| 93 ], | 93 ], |
| 94 'main_schema_include_rules': [ | 94 'main_schema_include_rules': [ |
| 95 'extensions/common/api:extensions::core_api::%(namespace)s', | 95 'extensions/common/api:extensions::api::%(namespace)s', |
| 96 ], | 96 ], |
| 97 'main_non_compiled_schema_files': [ | 97 'main_non_compiled_schema_files': [ |
| 98 'browsing_data.json', | 98 'browsing_data.json', |
| 99 'extension.json', | 99 'extension.json', |
| 100 'idltest.idl', | 100 'idltest.idl', |
| 101 'music_manager_private.idl', | 101 'music_manager_private.idl', |
| 102 'principals_private.idl', | 102 'principals_private.idl', |
| 103 'top_sites.json', | 103 'top_sites.json', |
| 104 ], | 104 ], |
| 105 | 105 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 ], | 163 ], |
| 164 }], | 164 }], |
| 165 ['enable_webrtc==1', { | 165 ['enable_webrtc==1', { |
| 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 'bundle_name': 'Chrome', |
| 173 'impl_dir_': 'chrome/browser/extensions/api', | 174 'impl_dir_': 'chrome/browser/extensions/api', |
| 174 }, | 175 }, |
| 175 } | 176 } |
| OLD | NEW |