OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'target_defaults': { | 5 'target_defaults': { |
6 'variables': { | 6 'variables': { |
7 'chrome_dll_target': 0, | 7 'chrome_dll_target': 0, |
8 }, | 8 }, |
9 'target_conditions': [ | 9 'target_conditions': [ |
10 ['chrome_dll_target==1', { | 10 ['chrome_dll_target==1', { |
(...skipping 17 matching lines...) Expand all Loading... |
28 'winhttp.dll', | 28 'winhttp.dll', |
29 'wininet.dll', | 29 'wininet.dll', |
30 'wsock32.dll', | 30 'wsock32.dll', |
31 'ws2_32.dll', | 31 'ws2_32.dll', |
32 'winspool.drv', | 32 'winspool.drv', |
33 'comdlg32.dll', | 33 'comdlg32.dll', |
34 'imagehlp.dll', | 34 'imagehlp.dll', |
35 'urlmon.dll', | 35 'urlmon.dll', |
36 'imm32.dll', | 36 'imm32.dll', |
37 'iphlpapi.dll', | 37 'iphlpapi.dll', |
| 38 'prntvpt.dll', |
38 ], | 39 ], |
39 # Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency). | 40 # Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency). |
40 'SubSystem': '2', | 41 'SubSystem': '2', |
41 }, | 42 }, |
42 'VCManifestTool': { | 43 'VCManifestTool': { |
43 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.dll.manif
est', | 44 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.dll.manif
est', |
44 }, | 45 }, |
45 }, | 46 }, |
46 'configurations': { | 47 'configurations': { |
47 'Debug_Base': { | 48 'Debug_Base': { |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'configurations': { | 543 'configurations': { |
543 'Common_Base': { | 544 'Common_Base': { |
544 'msvs_target_platform': 'x64', | 545 'msvs_target_platform': 'x64', |
545 }, | 546 }, |
546 }, | 547 }, |
547 }, # target chrome_dll | 548 }, # target chrome_dll |
548 ], | 549 ], |
549 }], | 550 }], |
550 ], | 551 ], |
551 } | 552 } |
OLD | NEW |