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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'identity_private.idl', | 55 'identity_private.idl', |
56 'image_writer_private.idl', | 56 'image_writer_private.idl', |
57 'inline_install_private.idl', | 57 'inline_install_private.idl', |
58 'input_ime.json', | 58 'input_ime.json', |
59 'launcher_page.idl', | 59 'launcher_page.idl', |
60 'location.idl', | 60 'location.idl', |
61 'manifest_types.json', | 61 'manifest_types.json', |
62 'mdns.idl', | 62 'mdns.idl', |
63 'media_galleries.idl', | 63 'media_galleries.idl', |
64 'metrics_private.json', | 64 'metrics_private.json', |
65 'networking_private.json', | |
66 'notification_provider.idl', | 65 'notification_provider.idl', |
67 'notifications.idl', | 66 'notifications.idl', |
68 'omnibox.json', | 67 'omnibox.json', |
69 'page_capture.json', | 68 'page_capture.json', |
70 'permissions.json', | 69 'permissions.json', |
71 'preferences_private.json', | 70 'preferences_private.json', |
72 'push_messaging.idl', | 71 'push_messaging.idl', |
73 'reading_list_private.json', | 72 'reading_list_private.json', |
74 'screenlock_private.idl', | 73 'screenlock_private.idl', |
75 'sessions.json', | 74 'sessions.json', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'schema_files': [ | 153 'schema_files': [ |
155 '<@(webrtc_schema_files)', | 154 '<@(webrtc_schema_files)', |
156 ], | 155 ], |
157 }], | 156 }], |
158 ], | 157 ], |
159 'cc_dir': 'chrome/common/extensions/api', | 158 'cc_dir': 'chrome/common/extensions/api', |
160 'root_namespace': 'extensions::api::%(namespace)s', | 159 'root_namespace': 'extensions::api::%(namespace)s', |
161 'impl_dir_': 'chrome/browser/extensions/api', | 160 'impl_dir_': 'chrome/browser/extensions/api', |
162 }, | 161 }, |
163 } | 162 } |
OLD | NEW |