OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'chrome_api', | 8 'target_name': 'chrome_api', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'web_navigation.json', | 119 'web_navigation.json', |
120 'web_request.json', | 120 'web_request.json', |
121 # Despite the name, this API does not rely on any | 121 # Despite the name, this API does not rely on any |
122 # WebRTC-specific bits and as such does not belong in | 122 # WebRTC-specific bits and as such does not belong in |
123 # the enable_webrtc=0 section below. | 123 # the enable_webrtc=0 section below. |
124 'webrtc_audio_private.idl', | 124 'webrtc_audio_private.idl', |
125 'webrtc_logging_private.idl', | 125 'webrtc_logging_private.idl', |
126 'webstore_private.json', | 126 'webstore_private.json', |
127 'webview.json', | 127 'webview.json', |
128 'windows.json', | 128 'windows.json', |
| 129 'webcam_private.idl', |
129 ], | 130 ], |
130 }, { # OS=="android" | 131 }, { # OS=="android" |
131 'schema_files': [ | 132 'schema_files': [ |
132 # These should be eliminated. See crbug.com/305852. | 133 # These should be eliminated. See crbug.com/305852. |
133 'activity_log_private.json', | 134 'activity_log_private.json', |
134 'alarms.idl', | 135 'alarms.idl', |
135 'app_window.idl', | 136 'app_window.idl', |
136 'context_menus.json', | 137 'context_menus.json', |
137 'downloads.idl', | 138 'downloads.idl', |
138 'events.json', | 139 'events.json', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'conditions': [ | 184 'conditions': [ |
184 ['chromeos==1', { | 185 ['chromeos==1', { |
185 'dependencies': [ | 186 'dependencies': [ |
186 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 187 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
187 ], | 188 ], |
188 }], | 189 }], |
189 ], | 190 ], |
190 }, | 191 }, |
191 ], | 192 ], |
192 } | 193 } |
OLD | NEW |