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