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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
121 'first_run_private.json', | 121 'first_run_private.json', |
122 'input_ime.json', | 122 'input_ime.json', |
123 'launcher_search_provider.idl', | 123 'launcher_search_provider.idl', |
124 'log_private.idl', | 124 'log_private.idl', |
125 'platform_keys.idl', | 125 'platform_keys.idl', |
126 'platform_keys_internal.idl', | 126 'platform_keys_internal.idl', |
127 'terminal_private.json', | 127 'terminal_private.json', |
128 'users_private.idl', | 128 'users_private.idl', |
129 'wallpaper.json', | 129 'wallpaper.json', |
130 'wallpaper_private.json', | 130 'wallpaper_private.json', |
131 'input_method_private.json', | |
Shu Chen
2016/01/14 03:49:56
I think this should be in alphabet order.
Azure Wei
2016/01/14 04:17:04
Done.
| |
131 ], | 132 ], |
132 'chromeos_non_compiled_schema_files': [ | 133 'chromeos_non_compiled_schema_files': [ |
133 'chromeos_info_private.json', | 134 'chromeos_info_private.json', |
134 'media_player_private.json', | 135 'media_player_private.json', |
135 ], | 136 ], |
136 | 137 |
137 'service_discovery_schema_files': [ | 138 'service_discovery_schema_files': [ |
138 'gcd_private.idl', | 139 'gcd_private.idl', |
139 'mdns.idl', | 140 'mdns.idl', |
140 ], | 141 ], |
(...skipping 53 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 |