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 21 matching lines...) Expand all Loading... |
32 'data_reduction_proxy.json', | 32 'data_reduction_proxy.json', |
33 'debugger.json', | 33 'debugger.json', |
34 'desktop_capture.json', | 34 'desktop_capture.json', |
35 'developer_private.idl', | 35 'developer_private.idl', |
36 'dial.idl', | 36 'dial.idl', |
37 'downloads.idl', | 37 'downloads.idl', |
38 'downloads_internal.idl', | 38 'downloads_internal.idl', |
39 'easy_unlock_private.idl', | 39 'easy_unlock_private.idl', |
40 'experience_sampling_private.json', | 40 'experience_sampling_private.json', |
41 'feedback_private.idl', | 41 'feedback_private.idl', |
42 'file_manager_private.idl', | |
43 'file_manager_private_internal.idl', | |
44 'file_system.idl', | 42 'file_system.idl', |
45 'font_settings.json', | 43 'font_settings.json', |
46 'gcd_private.idl', | 44 'gcd_private.idl', |
47 'gcm.json', | 45 'gcm.json', |
48 'hangouts_private.idl', | 46 'hangouts_private.idl', |
49 'history.json', | 47 'history.json', |
50 'hotword_private.idl', | 48 'hotword_private.idl', |
51 'i18n.json', | 49 'i18n.json', |
52 'identity.idl', | 50 'identity.idl', |
53 'identity_private.idl', | 51 'identity_private.idl', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'top_sites.json', | 96 'top_sites.json', |
99 ], | 97 ], |
100 | 98 |
101 # ChromeOS-specific schemas. | 99 # ChromeOS-specific schemas. |
102 'chromeos_schema_files': [ | 100 'chromeos_schema_files': [ |
103 'echo_private.json', | 101 'echo_private.json', |
104 'enterprise_platform_keys.idl', | 102 'enterprise_platform_keys.idl', |
105 'enterprise_platform_keys_internal.idl', | 103 'enterprise_platform_keys_internal.idl', |
106 'enterprise_platform_keys_private.json', | 104 'enterprise_platform_keys_private.json', |
107 'file_browser_handler_internal.json', | 105 'file_browser_handler_internal.json', |
| 106 'file_manager_private.idl', |
| 107 'file_manager_private_internal.idl', |
108 'file_system_provider.idl', | 108 'file_system_provider.idl', |
109 'file_system_provider_internal.idl', | 109 'file_system_provider_internal.idl', |
110 'first_run_private.json', | 110 'first_run_private.json', |
111 'input_ime.json', | 111 'input_ime.json', |
112 'launcher_search_provider.idl', | 112 'launcher_search_provider.idl', |
113 'log_private.idl', | 113 'log_private.idl', |
114 'platform_keys.idl', | 114 'platform_keys.idl', |
115 'platform_keys_internal.idl', | 115 'platform_keys_internal.idl', |
116 'terminal_private.json', | 116 'terminal_private.json', |
117 'wallpaper.json', | 117 'wallpaper.json', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'schema_files': [ | 158 'schema_files': [ |
159 '<@(webrtc_schema_files)', | 159 '<@(webrtc_schema_files)', |
160 ], | 160 ], |
161 }], | 161 }], |
162 ], | 162 ], |
163 'cc_dir': 'chrome/common/extensions/api', | 163 'cc_dir': 'chrome/common/extensions/api', |
164 'root_namespace': 'extensions::api::%(namespace)s', | 164 'root_namespace': 'extensions::api::%(namespace)s', |
165 'impl_dir_': 'chrome/browser/extensions/api', | 165 'impl_dir_': 'chrome/browser/extensions/api', |
166 }, | 166 }, |
167 } | 167 } |
OLD | NEW |