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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'enterprise_platform_keys.idl', | 113 'enterprise_platform_keys.idl', |
114 'enterprise_platform_keys_internal.idl', | 114 'enterprise_platform_keys_internal.idl', |
115 'enterprise_platform_keys_private.json', | 115 'enterprise_platform_keys_private.json', |
116 'file_browser_handler_internal.json', | 116 'file_browser_handler_internal.json', |
117 'file_manager_private.idl', | 117 'file_manager_private.idl', |
118 'file_manager_private_internal.idl', | 118 'file_manager_private_internal.idl', |
119 'file_system_provider.idl', | 119 'file_system_provider.idl', |
120 'file_system_provider_internal.idl', | 120 'file_system_provider_internal.idl', |
121 'first_run_private.json', | 121 'first_run_private.json', |
122 'input_ime.json', | 122 'input_ime.json', |
| 123 'input_method_private.json', |
123 'launcher_search_provider.idl', | 124 'launcher_search_provider.idl', |
124 'log_private.idl', | 125 'log_private.idl', |
125 'platform_keys.idl', | 126 'platform_keys.idl', |
126 'platform_keys_internal.idl', | 127 'platform_keys_internal.idl', |
127 'terminal_private.json', | 128 'terminal_private.json', |
128 'users_private.idl', | 129 'users_private.idl', |
129 'wallpaper.json', | 130 'wallpaper.json', |
130 'wallpaper_private.json', | 131 'wallpaper_private.json', |
131 ], | 132 ], |
132 'chromeos_non_compiled_schema_files': [ | 133 'chromeos_non_compiled_schema_files': [ |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 '<@(webrtc_schema_files)', | 195 '<@(webrtc_schema_files)', |
195 ], | 196 ], |
196 }], | 197 }], |
197 ], | 198 ], |
198 'cc_dir': 'chrome/common/extensions/api', | 199 'cc_dir': 'chrome/common/extensions/api', |
199 'root_namespace': 'extensions::api::%(namespace)s', | 200 'root_namespace': 'extensions::api::%(namespace)s', |
200 'bundle_name': 'Chrome', | 201 'bundle_name': 'Chrome', |
201 'impl_dir_': 'chrome/browser/extensions/api', | 202 'impl_dir_': 'chrome/browser/extensions/api', |
202 }, | 203 }, |
203 } | 204 } |
OLD | NEW |