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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 'webview.json', | 152 'webview.json', |
153 'web_navigation.json', | 153 'web_navigation.json', |
154 'web_request.json', | 154 'web_request.json', |
155 'windows.json', | 155 'windows.json', |
156 ], | 156 ], |
157 }], | 157 }], |
158 ['chromeos==1', { | 158 ['chromeos==1', { |
159 'schema_files': [ | 159 'schema_files': [ |
160 'accessibility_features.json', | 160 'accessibility_features.json', |
161 'diagnostics.idl', | 161 'diagnostics.idl', |
| 162 'enterprise_platform_keys.idl', |
| 163 'enterprise_platform_keys_internal.idl', |
162 'file_browser_handler_internal.json', | 164 'file_browser_handler_internal.json', |
163 'first_run_private.json', | 165 'first_run_private.json', |
164 'log_private.idl', | 166 'log_private.idl', |
165 'wallpaper.json', | 167 'wallpaper.json', |
166 'wallpaper_private.json', | 168 'wallpaper_private.json', |
167 'webcam_private.idl', | 169 'webcam_private.idl', |
168 ], | 170 ], |
169 }], | 171 }], |
170 ['enable_webrtc==1', { | 172 ['enable_webrtc==1', { |
171 'schema_files': [ | 173 'schema_files': [ |
(...skipping 14 matching lines...) Expand all Loading... |
186 'conditions': [ | 188 'conditions': [ |
187 ['chromeos==1', { | 189 ['chromeos==1', { |
188 'dependencies': [ | 190 'dependencies': [ |
189 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 191 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
190 ], | 192 ], |
191 }], | 193 }], |
192 ], | 194 ], |
193 }, | 195 }, |
194 ], | 196 ], |
195 } | 197 } |
OLD | NEW |