| 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'cryptui.dll', | 210 'cryptui.dll', |
| 211 'dhcpcsvc.dll', | 211 'dhcpcsvc.dll', |
| 212 'imagehlp.dll', | 212 'imagehlp.dll', |
| 213 'imm32.dll', | 213 'imm32.dll', |
| 214 'iphlpapi.dll', | 214 'iphlpapi.dll', |
| 215 'setupapi.dll', | 215 'setupapi.dll', |
| 216 'urlmon.dll', | 216 'urlmon.dll', |
| 217 'winhttp.dll', | 217 'winhttp.dll', |
| 218 'wininet.dll', | 218 'wininet.dll', |
| 219 'winspool.drv', | 219 'winspool.drv', |
| 220 'Wlanapi.dll', |
| 220 'ws2_32.dll', | 221 'ws2_32.dll', |
| 221 'wsock32.dll', | 222 'wsock32.dll', |
| 222 ], | 223 ], |
| 223 }, | 224 }, |
| 224 'VCManifestTool': { | 225 'VCManifestTool': { |
| 225 'AdditionalManifestFiles': [ | 226 'AdditionalManifestFiles': [ |
| 226 '$(ProjectDir)\\app\\chrome.dll.manifest', | 227 '$(ProjectDir)\\app\\chrome.dll.manifest', |
| 227 ], | 228 ], |
| 228 }, | 229 }, |
| 229 }, | 230 }, |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', | 370 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', |
| 370 'app/chrome_main.cc', | 371 'app/chrome_main.cc', |
| 371 'app/chrome_main_delegate.cc', | 372 'app/chrome_main_delegate.cc', |
| 372 'app/chrome_main_delegate.h', | 373 'app/chrome_main_delegate.h', |
| 373 ], | 374 ], |
| 374 }, # target chrome_child_dll | 375 }, # target chrome_child_dll |
| 375 ], | 376 ], |
| 376 }], | 377 }], |
| 377 ], | 378 ], |
| 378 } | 379 } |
| OLD | NEW |