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 25 matching lines...) Expand all Loading... |
36 'copresence_private.idl', | 36 'copresence_private.idl', |
37 'debugger.json', | 37 'debugger.json', |
38 'desktop_capture.json', | 38 'desktop_capture.json', |
39 'developer_private.idl', | 39 'developer_private.idl', |
40 'dial.idl', | 40 'dial.idl', |
41 'downloads.idl', | 41 'downloads.idl', |
42 'downloads_internal.idl', | 42 'downloads_internal.idl', |
43 'easy_unlock_private.idl', | 43 'easy_unlock_private.idl', |
44 'echo_private.json', | 44 'echo_private.json', |
45 'enterprise_platform_keys_private.json', | 45 'enterprise_platform_keys_private.json', |
46 'events.json', | |
47 'experience_sampling_private.json', | 46 'experience_sampling_private.json', |
48 'extension_options_internal.idl', | 47 'extension_options_internal.idl', |
49 'feedback_private.idl', | 48 'feedback_private.idl', |
50 'file_manager_private.idl', | 49 'file_manager_private.idl', |
51 'file_manager_private_internal.idl', | 50 'file_manager_private_internal.idl', |
52 'file_system.idl', | 51 'file_system.idl', |
53 'file_system_provider.idl', | 52 'file_system_provider.idl', |
54 'file_system_provider_internal.idl', | 53 'file_system_provider_internal.idl', |
55 'font_settings.json', | 54 'font_settings.json', |
56 'gcd_private.idl', | 55 'gcd_private.idl', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 'schema_files': [ | 175 'schema_files': [ |
177 '<@(webrtc_schema_files)', | 176 '<@(webrtc_schema_files)', |
178 ], | 177 ], |
179 }], | 178 }], |
180 ], | 179 ], |
181 'cc_dir': 'chrome/common/extensions/api', | 180 'cc_dir': 'chrome/common/extensions/api', |
182 'root_namespace': 'extensions::api::%(namespace)s', | 181 'root_namespace': 'extensions::api::%(namespace)s', |
183 'impl_dir_': 'chrome/browser/extensions/api', | 182 'impl_dir_': 'chrome/browser/extensions/api', |
184 }, | 183 }, |
185 } | 184 } |
OLD | NEW |