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 # These duplicate other lists and are the only ones used on Android. They | 10 # These duplicate other lists and are the only ones used on Android. They |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'file_browser_private.idl', | 51 'file_browser_private.idl', |
52 'file_browser_private_internal.idl', | 52 'file_browser_private_internal.idl', |
53 'file_system.idl', | 53 'file_system.idl', |
54 'file_system_provider.idl', | 54 'file_system_provider.idl', |
55 'file_system_provider_internal.idl', | 55 'file_system_provider_internal.idl', |
56 'font_settings.json', | 56 'font_settings.json', |
57 'gcd_private.idl', | 57 'gcd_private.idl', |
58 'gcm.json', | 58 'gcm.json', |
59 'hangouts_private.idl', | 59 'hangouts_private.idl', |
60 'history.json', | 60 'history.json', |
| 61 'hotword_audio_verification_private.idl', |
61 'hotword_private.idl', | 62 'hotword_private.idl', |
62 'i18n.json', | 63 'i18n.json', |
63 'identity.idl', | 64 'identity.idl', |
64 'identity_private.idl', | 65 'identity_private.idl', |
65 'idle.json', | 66 'idle.json', |
66 'image_writer_private.idl', | 67 'image_writer_private.idl', |
67 'input_ime.json', | 68 'input_ime.json', |
68 'location.idl', | 69 'location.idl', |
69 'management.json', | 70 'management.json', |
70 'manifest_types.json', | 71 'manifest_types.json', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'schema_files': [ | 178 'schema_files': [ |
178 '<@(webrtc_schema_files)', | 179 '<@(webrtc_schema_files)', |
179 ], | 180 ], |
180 }], | 181 }], |
181 ], | 182 ], |
182 'cc_dir': 'chrome/common/extensions/api', | 183 'cc_dir': 'chrome/common/extensions/api', |
183 'root_namespace': 'extensions::api::%(namespace)s', | 184 'root_namespace': 'extensions::api::%(namespace)s', |
184 'impl_dir_': 'chrome/browser/extensions/api', | 185 'impl_dir_': 'chrome/browser/extensions/api', |
185 }, | 186 }, |
186 } | 187 } |
OLD | NEW |