| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'sessions.json', | 72 'sessions.json', |
| 73 'settings_private.idl', | 73 'settings_private.idl', |
| 74 'signed_in_devices.idl', | 74 'signed_in_devices.idl', |
| 75 'streams_private.idl', | 75 'streams_private.idl', |
| 76 'sync_file_system.idl', | 76 'sync_file_system.idl', |
| 77 'system_indicator.idl', | 77 'system_indicator.idl', |
| 78 'system_private.json', | 78 'system_private.json', |
| 79 'tab_capture.idl', | 79 'tab_capture.idl', |
| 80 'tabs.json', | 80 'tabs.json', |
| 81 'types.json', | 81 'types.json', |
| 82 'users_private.idl', |
| 82 'web_navigation.json', | 83 'web_navigation.json', |
| 83 # Despite the name, this API does not rely on any | 84 # Despite the name, this API does not rely on any |
| 84 # WebRTC-specific bits and as such does not belong in | 85 # WebRTC-specific bits and as such does not belong in |
| 85 # the enable_webrtc==0 section below. | 86 # the enable_webrtc==0 section below. |
| 86 'webrtc_audio_private.idl', | 87 'webrtc_audio_private.idl', |
| 87 'webrtc_desktop_capture_private.idl', | 88 'webrtc_desktop_capture_private.idl', |
| 88 'webrtc_logging_private.idl', | 89 'webrtc_logging_private.idl', |
| 89 'webstore_private.json', | 90 'webstore_private.json', |
| 90 'webstore_widget_private.idl', | 91 'webstore_widget_private.idl', |
| 91 'windows.json', | 92 'windows.json', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'schema_files': [ | 165 'schema_files': [ |
| 165 '<@(webrtc_schema_files)', | 166 '<@(webrtc_schema_files)', |
| 166 ], | 167 ], |
| 167 }], | 168 }], |
| 168 ], | 169 ], |
| 169 'cc_dir': 'chrome/common/extensions/api', | 170 'cc_dir': 'chrome/common/extensions/api', |
| 170 'root_namespace': 'extensions::api::%(namespace)s', | 171 'root_namespace': 'extensions::api::%(namespace)s', |
| 171 'impl_dir_': 'chrome/browser/extensions/api', | 172 'impl_dir_': 'chrome/browser/extensions/api', |
| 172 }, | 173 }, |
| 173 } | 174 } |
| OLD | NEW |