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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'permissions.json', | 66 'permissions.json', |
67 'preferences_private.json', | 67 'preferences_private.json', |
68 'reading_list_private.json', | 68 'reading_list_private.json', |
69 'screenlock_private.idl', | 69 'screenlock_private.idl', |
| 70 'search_engines_private.idl', |
70 'sessions.json', | 71 'sessions.json', |
71 'settings_private.idl', | 72 'settings_private.idl', |
72 'signed_in_devices.idl', | 73 'signed_in_devices.idl', |
73 'streams_private.idl', | 74 'streams_private.idl', |
74 'sync_file_system.idl', | 75 'sync_file_system.idl', |
75 'system_indicator.idl', | 76 'system_indicator.idl', |
76 'system_private.json', | 77 'system_private.json', |
77 'tab_capture.idl', | 78 'tab_capture.idl', |
78 'tabs.json', | 79 'tabs.json', |
79 'types.json', | 80 'types.json', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'schema_files': [ | 159 'schema_files': [ |
159 '<@(webrtc_schema_files)', | 160 '<@(webrtc_schema_files)', |
160 ], | 161 ], |
161 }], | 162 }], |
162 ], | 163 ], |
163 'cc_dir': 'chrome/common/extensions/api', | 164 'cc_dir': 'chrome/common/extensions/api', |
164 'root_namespace': 'extensions::api::%(namespace)s', | 165 'root_namespace': 'extensions::api::%(namespace)s', |
165 'impl_dir_': 'chrome/browser/extensions/api', | 166 'impl_dir_': 'chrome/browser/extensions/api', |
166 }, | 167 }, |
167 } | 168 } |
OLD | NEW |