| 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 'notification_provider.idl', | 62 'notification_provider.idl', |
| 63 'notifications.idl', | 63 'notifications.idl', |
| 64 'omnibox.json', | 64 'omnibox.json', |
| 65 'page_capture.json', | 65 'page_capture.json', |
| 66 'permissions.json', | 66 'permissions.json', |
| 67 'preferences_private.json', | 67 'preferences_private.json', |
| 68 'push_messaging.idl', | 68 'push_messaging.idl', |
| 69 'reading_list_private.json', | 69 'reading_list_private.json', |
| 70 'screenlock_private.idl', | 70 'screenlock_private.idl', |
| 71 'sessions.json', | 71 'sessions.json', |
| 72 'settings_private.idl', |
| 72 'signed_in_devices.idl', | 73 'signed_in_devices.idl', |
| 73 'streams_private.idl', | 74 'streams_private.idl', |
| 74 'sync_file_system.idl', | 75 'sync_file_system.idl', |
| 75 'system_indicator.idl', | 76 'system_indicator.idl', |
| 76 'system_private.json', | 77 'system_private.json', |
| 77 'tab_capture.idl', | 78 'tab_capture.idl', |
| 78 'tabs.json', | 79 'tabs.json', |
| 79 'types.json', | 80 'types.json', |
| 80 'web_navigation.json', | 81 'web_navigation.json', |
| 81 # Despite the name, this API does not rely on any | 82 # Despite the name, this API does not rely on any |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'schema_files': [ | 158 'schema_files': [ |
| 158 '<@(webrtc_schema_files)', | 159 '<@(webrtc_schema_files)', |
| 159 ], | 160 ], |
| 160 }], | 161 }], |
| 161 ], | 162 ], |
| 162 'cc_dir': 'chrome/common/extensions/api', | 163 'cc_dir': 'chrome/common/extensions/api', |
| 163 'root_namespace': 'extensions::api::%(namespace)s', | 164 'root_namespace': 'extensions::api::%(namespace)s', |
| 164 'impl_dir_': 'chrome/browser/extensions/api', | 165 'impl_dir_': 'chrome/browser/extensions/api', |
| 165 }, | 166 }, |
| 166 } | 167 } |
| OLD | NEW |