OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 # IMPORTANT: | 5 # IMPORTANT: |
6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, |
7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. |
8 { | 8 { |
9 # Variables expected to be overriden on the GYP command line (-D) or by | 9 # Variables expected to be overriden on the GYP command line (-D) or by |
10 # ~/.gyp/include.gypi. | 10 # ~/.gyp/include.gypi. |
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1378 'VCLibrarianTool': { | 1378 'VCLibrarianTool': { |
1379 'AdditionalOptions': ['/ignore:4221'], | 1379 'AdditionalOptions': ['/ignore:4221'], |
1380 'AdditionalLibraryDirectories': [ | 1380 'AdditionalLibraryDirectories': [ |
1381 '<(DEPTH)/third_party/platformsdk_win7/files/Lib', | 1381 '<(DEPTH)/third_party/platformsdk_win7/files/Lib', |
1382 '<(DEPTH)/third_party/directxsdk/files/Lib/x86', | 1382 '<(DEPTH)/third_party/directxsdk/files/Lib/x86', |
1383 ], | 1383 ], |
1384 }, | 1384 }, |
1385 'VCLinkerTool': { | 1385 'VCLinkerTool': { |
1386 'AdditionalDependencies': [ | 1386 'AdditionalDependencies': [ |
1387 'wininet.lib', | 1387 'wininet.lib', |
| 1388 'dnsapi.lib', |
1388 'version.lib', | 1389 'version.lib', |
1389 'msimg32.lib', | 1390 'msimg32.lib', |
1390 'ws2_32.lib', | 1391 'ws2_32.lib', |
1391 'usp10.lib', | 1392 'usp10.lib', |
1392 'psapi.lib', | 1393 'psapi.lib', |
1393 'dbghelp.lib', | 1394 'dbghelp.lib', |
1394 ], | 1395 ], |
1395 'AdditionalLibraryDirectories': [ | 1396 'AdditionalLibraryDirectories': [ |
1396 '<(DEPTH)/third_party/platformsdk_win7/files/Lib', | 1397 '<(DEPTH)/third_party/platformsdk_win7/files/Lib', |
1397 '<(DEPTH)/third_party/directxsdk/files/Lib/x86', | 1398 '<(DEPTH)/third_party/directxsdk/files/Lib/x86', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1508 # and therefore SYMROOT, needs to be set at the project level. | 1509 # and therefore SYMROOT, needs to be set at the project level. |
1509 'SYMROOT': '<(DEPTH)/xcodebuild', | 1510 'SYMROOT': '<(DEPTH)/xcodebuild', |
1510 }, | 1511 }, |
1511 } | 1512 } |
1512 | 1513 |
1513 # Local Variables: | 1514 # Local Variables: |
1514 # tab-width:2 | 1515 # tab-width:2 |
1515 # indent-tabs-mode:nil | 1516 # indent-tabs-mode:nil |
1516 # End: | 1517 # End: |
1517 # vim: set expandtab tabstop=2 shiftwidth=2: | 1518 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |