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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'launcher_page.idl', | 56 'launcher_page.idl', |
57 'location.idl', | 57 'location.idl', |
58 'manifest_types.json', | 58 'manifest_types.json', |
59 'mdns.idl', | 59 'mdns.idl', |
60 'media_galleries.idl', | 60 'media_galleries.idl', |
61 'metrics_private.json', | 61 'metrics_private.json', |
62 'notification_provider.idl', | 62 'notification_provider.idl', |
63 'notifications.idl', | 63 'notifications.idl', |
64 'omnibox.json', | 64 'omnibox.json', |
65 'page_capture.json', | 65 'page_capture.json', |
| 66 'passwords_private.idl', |
66 'permissions.json', | 67 'permissions.json', |
67 'preferences_private.json', | 68 'preferences_private.json', |
68 'reading_list_private.json', | 69 'reading_list_private.json', |
69 'screenlock_private.idl', | 70 'screenlock_private.idl', |
70 'search_engines_private.idl', | 71 'search_engines_private.idl', |
71 'sessions.json', | 72 'sessions.json', |
72 'settings_private.idl', | 73 'settings_private.idl', |
73 'signed_in_devices.idl', | 74 'signed_in_devices.idl', |
74 'streams_private.idl', | 75 'streams_private.idl', |
75 'sync_file_system.idl', | 76 'sync_file_system.idl', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'schema_files': [ | 164 'schema_files': [ |
164 '<@(webrtc_schema_files)', | 165 '<@(webrtc_schema_files)', |
165 ], | 166 ], |
166 }], | 167 }], |
167 ], | 168 ], |
168 'cc_dir': 'chrome/common/extensions/api', | 169 'cc_dir': 'chrome/common/extensions/api', |
169 'root_namespace': 'extensions::api::%(namespace)s', | 170 'root_namespace': 'extensions::api::%(namespace)s', |
170 'impl_dir_': 'chrome/browser/extensions/api', | 171 'impl_dir_': 'chrome/browser/extensions/api', |
171 }, | 172 }, |
172 } | 173 } |
OLD | NEW |