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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
186 'cryptui.dll', | 186 'cryptui.dll', |
187 'dhcpcsvc.dll', | 187 'dhcpcsvc.dll', |
188 'imagehlp.dll', | 188 'imagehlp.dll', |
189 'imm32.dll', | 189 'imm32.dll', |
190 'iphlpapi.dll', | 190 'iphlpapi.dll', |
191 'setupapi.dll', | 191 'setupapi.dll', |
192 'urlmon.dll', | 192 'urlmon.dll', |
193 'winhttp.dll', | 193 'winhttp.dll', |
194 'wininet.dll', | 194 'wininet.dll', |
195 'winspool.drv', | 195 'winspool.drv', |
196 'Wlanapi.dll', | |
Jorge Lucangeli Obes
2013/09/11 17:30:02
Why capital 'W'?
mef
2013/09/11 20:55:08
Done.
| |
196 'ws2_32.dll', | 197 'ws2_32.dll', |
197 'wsock32.dll', | 198 'wsock32.dll', |
198 ], | 199 ], |
199 }, | 200 }, |
200 'VCManifestTool': { | 201 'VCManifestTool': { |
201 'AdditionalManifestFiles': [ | 202 'AdditionalManifestFiles': [ |
202 '$(ProjectDir)\\app\\chrome.dll.manifest', | 203 '$(ProjectDir)\\app\\chrome.dll.manifest', |
203 ], | 204 ], |
204 }, | 205 }, |
205 }, | 206 }, |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
358 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', | 359 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', |
359 'app/chrome_main.cc', | 360 'app/chrome_main.cc', |
360 'app/chrome_main_delegate.cc', | 361 'app/chrome_main_delegate.cc', |
361 'app/chrome_main_delegate.h', | 362 'app/chrome_main_delegate.h', |
362 ], | 363 ], |
363 }, # target chrome_child_dll | 364 }, # target chrome_child_dll |
364 ], | 365 ], |
365 }], | 366 }], |
366 ], | 367 ], |
367 } | 368 } |
OLD | NEW |