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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'gcm.json', | 50 'gcm.json', |
51 'hangouts_private.idl', | 51 'hangouts_private.idl', |
52 'history.json', | 52 'history.json', |
53 'hotword_private.idl', | 53 'hotword_private.idl', |
54 'i18n.json', | 54 'i18n.json', |
55 'identity.idl', | 55 'identity.idl', |
56 'identity_private.idl', | 56 'identity_private.idl', |
57 'idle.json', | 57 'idle.json', |
58 'image_writer_private.idl', | 58 'image_writer_private.idl', |
59 'input_ime.json', | 59 'input_ime.json', |
| 60 'launcher_page.idl', |
60 'location.idl', | 61 'location.idl', |
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', |
69 'omnibox.json', | 70 'omnibox.json', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'schema_files': [ | 166 'schema_files': [ |
166 '<@(webrtc_schema_files)', | 167 '<@(webrtc_schema_files)', |
167 ], | 168 ], |
168 }], | 169 }], |
169 ], | 170 ], |
170 'cc_dir': 'chrome/common/extensions/api', | 171 'cc_dir': 'chrome/common/extensions/api', |
171 'root_namespace': 'extensions::api::%(namespace)s', | 172 'root_namespace': 'extensions::api::%(namespace)s', |
172 'impl_dir_': 'chrome/browser/extensions/api', | 173 'impl_dir_': 'chrome/browser/extensions/api', |
173 }, | 174 }, |
174 } | 175 } |
OLD | NEW |