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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'gcd_private.idl', | 46 'gcd_private.idl', |
47 'gcm.json', | 47 'gcm.json', |
48 'hangouts_private.idl', | 48 'hangouts_private.idl', |
49 'history.json', | 49 'history.json', |
50 'hotword_private.idl', | 50 'hotword_private.idl', |
51 'i18n.json', | 51 'i18n.json', |
52 'identity.idl', | 52 'identity.idl', |
53 'identity_private.idl', | 53 'identity_private.idl', |
54 'image_writer_private.idl', | 54 'image_writer_private.idl', |
55 'inline_install_private.idl', | 55 'inline_install_private.idl', |
| 56 'instance_id.idl', |
56 'launcher_page.idl', | 57 'launcher_page.idl', |
57 'location.idl', | 58 'location.idl', |
58 'manifest_types.json', | 59 'manifest_types.json', |
59 'mdns.idl', | 60 'mdns.idl', |
60 'media_galleries.idl', | 61 'media_galleries.idl', |
61 'metrics_private.json', | 62 'metrics_private.json', |
62 'notification_provider.idl', | 63 'notification_provider.idl', |
63 'notifications.idl', | 64 'notifications.idl', |
64 'omnibox.json', | 65 'omnibox.json', |
65 'page_capture.json', | 66 'page_capture.json', |
(...skipping 92 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 |