| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'media_galleries_private.idl', | 65 'media_galleries_private.idl', |
| 66 'metrics_private.json', | 66 'metrics_private.json', |
| 67 'networking_private.json', | 67 'networking_private.json', |
| 68 'notification_provider.idl', | 68 'notification_provider.idl', |
| 69 'notifications.idl', | 69 'notifications.idl', |
| 70 'omnibox.json', | 70 'omnibox.json', |
| 71 'page_capture.json', | 71 'page_capture.json', |
| 72 'permissions.json', | 72 'permissions.json', |
| 73 'preferences_private.json', | 73 'preferences_private.json', |
| 74 'printer_provider.idl', | 74 'printer_provider.idl', |
| 75 'push_messaging.idl', | |
| 76 'reading_list_private.json', | 75 'reading_list_private.json', |
| 77 'screenlock_private.idl', | 76 'screenlock_private.idl', |
| 78 'sessions.json', | 77 'sessions.json', |
| 79 'signed_in_devices.idl', | 78 'signed_in_devices.idl', |
| 80 'streams_private.idl', | 79 'streams_private.idl', |
| 81 'sync_file_system.idl', | 80 'sync_file_system.idl', |
| 82 'system_indicator.idl', | 81 'system_indicator.idl', |
| 83 'system_private.json', | 82 'system_private.json', |
| 84 'tab_capture.idl', | 83 'tab_capture.idl', |
| 85 'tabs.json', | 84 'tabs.json', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'schema_files': [ | 166 'schema_files': [ |
| 168 '<@(webrtc_schema_files)', | 167 '<@(webrtc_schema_files)', |
| 169 ], | 168 ], |
| 170 }], | 169 }], |
| 171 ], | 170 ], |
| 172 'cc_dir': 'chrome/common/extensions/api', | 171 'cc_dir': 'chrome/common/extensions/api', |
| 173 'root_namespace': 'extensions::api::%(namespace)s', | 172 'root_namespace': 'extensions::api::%(namespace)s', |
| 174 'impl_dir_': 'chrome/browser/extensions/api', | 173 'impl_dir_': 'chrome/browser/extensions/api', |
| 175 }, | 174 }, |
| 176 } | 175 } |
| OLD | NEW |