| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'metrics_private.json', | 62 'metrics_private.json', |
| 63 'notification_provider.idl', | 63 'notification_provider.idl', |
| 64 'notifications.idl', | 64 'notifications.idl', |
| 65 'omnibox.json', | 65 'omnibox.json', |
| 66 'page_capture.json', | 66 'page_capture.json', |
| 67 'passwords_private.idl', | 67 'passwords_private.idl', |
| 68 'permissions.json', | 68 'permissions.json', |
| 69 'preferences_private.json', | 69 'preferences_private.json', |
| 70 'resources_private.idl', | 70 'resources_private.idl', |
| 71 'screenlock_private.idl', | 71 'screenlock_private.idl', |
| 72 'search_engines_private.idl', | |
| 73 'sessions.json', | 72 'sessions.json', |
| 74 'settings_private.idl', | 73 'settings_private.idl', |
| 75 'signed_in_devices.idl', | 74 'signed_in_devices.idl', |
| 76 'streams_private.idl', | 75 'streams_private.idl', |
| 77 'sync_file_system.idl', | 76 'sync_file_system.idl', |
| 78 'system_indicator.idl', | 77 'system_indicator.idl', |
| 79 'system_private.json', | 78 'system_private.json', |
| 80 'tab_capture.idl', | 79 'tab_capture.idl', |
| 81 'tabs.json', | 80 'tabs.json', |
| 82 'types.json', | 81 'types.json', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 '<@(webrtc_schema_files)', | 194 '<@(webrtc_schema_files)', |
| 196 ], | 195 ], |
| 197 }], | 196 }], |
| 198 ], | 197 ], |
| 199 'cc_dir': 'chrome/common/extensions/api', | 198 'cc_dir': 'chrome/common/extensions/api', |
| 200 'root_namespace': 'extensions::api::%(namespace)s', | 199 'root_namespace': 'extensions::api::%(namespace)s', |
| 201 'bundle_name': 'Chrome', | 200 'bundle_name': 'Chrome', |
| 202 'impl_dir_': 'chrome/browser/extensions/api', | 201 'impl_dir_': 'chrome/browser/extensions/api', |
| 203 }, | 202 }, |
| 204 } | 203 } |
| OLD | NEW |