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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'synced_notifications_private.idl', | 79 'synced_notifications_private.idl', |
80 'sync_file_system.idl', | 80 'sync_file_system.idl', |
81 'system_indicator.idl', | 81 'system_indicator.idl', |
82 'system_private.json', | 82 'system_private.json', |
83 'tab_capture.idl', | 83 'tab_capture.idl', |
84 'tabs.json', | 84 'tabs.json', |
85 'terminal_private.json', | 85 'terminal_private.json', |
86 'types.json', | 86 'types.json', |
87 'virtual_keyboard_private.json', | 87 'virtual_keyboard_private.json', |
88 'web_navigation.json', | 88 'web_navigation.json', |
89 'web_request.json', | |
90 # Despite the name, this API does not rely on any | 89 # Despite the name, this API does not rely on any |
91 # WebRTC-specific bits and as such does not belong in | 90 # WebRTC-specific bits and as such does not belong in |
92 # the enable_webrtc==0 section below. | 91 # the enable_webrtc==0 section below. |
93 'webrtc_audio_private.idl', | 92 'webrtc_audio_private.idl', |
94 'webrtc_logging_private.idl', | 93 'webrtc_logging_private.idl', |
95 'webstore_private.json', | 94 'webstore_private.json', |
96 'windows.json', | 95 'windows.json', |
97 ], | 96 ], |
98 'main_schema_include_rules': [ | 97 'main_schema_include_rules': [ |
99 'extensions/common/api:extensions::core_api::%(namespace)s', | 98 'extensions/common/api:extensions::core_api::%(namespace)s', |
100 ], | 99 ], |
101 'main_non_compiled_schema_files': [ | 100 'main_non_compiled_schema_files': [ |
102 'browsing_data.json', | 101 'browsing_data.json', |
103 'chromeos_info_private.json', | 102 'chromeos_info_private.json', |
104 'extension.json', | 103 'extension.json', |
105 'idltest.idl', | 104 'idltest.idl', |
106 'infobars.json', | 105 'infobars.json', |
107 'media_player_private.json', | 106 'media_player_private.json', |
108 'music_manager_private.idl', | 107 'music_manager_private.idl', |
109 'principals_private.idl', | 108 'principals_private.idl', |
110 'top_sites.json', | 109 'top_sites.json', |
111 'web_request_internal.json', | |
112 ], | 110 ], |
113 | 111 |
114 # ChromeOS-specific schemas. | 112 # ChromeOS-specific schemas. |
115 'chromeos_schema_files': [ | 113 'chromeos_schema_files': [ |
116 'accessibility_features.json', | 114 'accessibility_features.json', |
117 'diagnostics.idl', | 115 'diagnostics.idl', |
118 'enterprise_platform_keys.idl', | 116 'enterprise_platform_keys.idl', |
119 'enterprise_platform_keys_internal.idl', | 117 'enterprise_platform_keys_internal.idl', |
120 'file_browser_handler_internal.json', | 118 'file_browser_handler_internal.json', |
121 'first_run_private.json', | 119 'first_run_private.json', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'schema_files': [ | 166 'schema_files': [ |
169 '<@(webrtc_schema_files)', | 167 '<@(webrtc_schema_files)', |
170 ], | 168 ], |
171 }], | 169 }], |
172 ], | 170 ], |
173 'cc_dir': 'chrome/common/extensions/api', | 171 'cc_dir': 'chrome/common/extensions/api', |
174 'root_namespace': 'extensions::api::%(namespace)s', | 172 'root_namespace': 'extensions::api::%(namespace)s', |
175 'impl_dir_': 'chrome/browser/extensions/api', | 173 'impl_dir_': 'chrome/browser/extensions/api', |
176 }, | 174 }, |
177 } | 175 } |
OLD | NEW |