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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'gcm.json', | 49 'gcm.json', |
50 'hangouts_private.idl', | 50 'hangouts_private.idl', |
51 'history.json', | 51 'history.json', |
52 'hotword_private.idl', | 52 'hotword_private.idl', |
53 'i18n.json', | 53 'i18n.json', |
54 'identity.idl', | 54 'identity.idl', |
55 'identity_private.idl', | 55 'identity_private.idl', |
56 'idle.json', | 56 'idle.json', |
57 'image_writer_private.idl', | 57 'image_writer_private.idl', |
58 'input_ime.json', | 58 'input_ime.json', |
| 59 'launcher_page_private.idl', |
59 'location.idl', | 60 'location.idl', |
60 'management.json', | 61 'management.json', |
61 'manifest_types.json', | 62 'manifest_types.json', |
62 'mdns.idl', | 63 'mdns.idl', |
63 'media_galleries.idl', | 64 'media_galleries.idl', |
64 'media_galleries_private.idl', | 65 'media_galleries_private.idl', |
65 'metrics_private.json', | 66 'metrics_private.json', |
66 'networking_private.json', | 67 'networking_private.json', |
67 'notification_provider.idl', | 68 'notification_provider.idl', |
68 'notifications.idl', | 69 'notifications.idl', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'schema_files': [ | 167 'schema_files': [ |
167 '<@(webrtc_schema_files)', | 168 '<@(webrtc_schema_files)', |
168 ], | 169 ], |
169 }], | 170 }], |
170 ], | 171 ], |
171 'cc_dir': 'chrome/common/extensions/api', | 172 'cc_dir': 'chrome/common/extensions/api', |
172 'root_namespace': 'extensions::api::%(namespace)s', | 173 'root_namespace': 'extensions::api::%(namespace)s', |
173 'impl_dir_': 'chrome/browser/extensions/api', | 174 'impl_dir_': 'chrome/browser/extensions/api', |
174 }, | 175 }, |
175 } | 176 } |
OLD | NEW |