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