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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'manifest_types.json', | 57 'manifest_types.json', |
58 'media_galleries.idl', | 58 'media_galleries.idl', |
59 'metrics_private.json', | 59 'metrics_private.json', |
60 'notification_provider.idl', | 60 'notification_provider.idl', |
61 'notifications.idl', | 61 'notifications.idl', |
62 'omnibox.json', | 62 'omnibox.json', |
63 'page_capture.json', | 63 'page_capture.json', |
64 'passwords_private.idl', | 64 'passwords_private.idl', |
65 'permissions.json', | 65 'permissions.json', |
66 'preferences_private.json', | 66 'preferences_private.json', |
| 67 'quick_unlock_private.idl', |
67 'resources_private.idl', | 68 'resources_private.idl', |
68 'screenlock_private.idl', | 69 'screenlock_private.idl', |
69 'sessions.json', | 70 'sessions.json', |
70 'settings_private.idl', | 71 'settings_private.idl', |
71 'signed_in_devices.idl', | 72 'signed_in_devices.idl', |
72 'streams_private.idl', | 73 'streams_private.idl', |
73 'sync_file_system.idl', | 74 'sync_file_system.idl', |
74 'system_indicator.idl', | 75 'system_indicator.idl', |
75 'system_private.json', | 76 'system_private.json', |
76 'tab_capture.idl', | 77 'tab_capture.idl', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 '<@(app_list_schema_files)', | 209 '<@(app_list_schema_files)', |
209 ], | 210 ], |
210 }], | 211 }], |
211 ], | 212 ], |
212 'cc_dir': 'chrome/common/extensions/api', | 213 'cc_dir': 'chrome/common/extensions/api', |
213 'root_namespace': 'extensions::api::%(namespace)s', | 214 'root_namespace': 'extensions::api::%(namespace)s', |
214 'bundle_name': 'Chrome', | 215 'bundle_name': 'Chrome', |
215 'impl_dir_': 'chrome/browser/extensions/api', | 216 'impl_dir_': 'chrome/browser/extensions/api', |
216 }, | 217 }, |
217 } | 218 } |
OLD | NEW |