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