| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 'd2d1.dll', | 452 'd2d1.dll', |
| 453 'd3d10_1.dll', | 453 'd3d10_1.dll', |
| 454 'dwmapi.dll', | 454 'dwmapi.dll', |
| 455 ], | 455 ], |
| 456 'AdditionalDependencies': [ | 456 'AdditionalDependencies': [ |
| 457 'd2d1.lib', | 457 'd2d1.lib', |
| 458 'd3d10_1.lib', | 458 'd3d10_1.lib', |
| 459 'dwmapi.lib', | 459 'dwmapi.lib', |
| 460 ], | 460 ], |
| 461 }, | 461 }, |
| 462 'VCCLCompilerTool': { | |
| 463 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ], | |
| 464 }, | |
| 465 }, | 462 }, |
| 466 'link_settings': { | 463 'link_settings': { |
| 467 'libraries': [ | 464 'libraries': [ |
| 468 '-limm32.lib', | 465 '-limm32.lib', |
| 469 '-ld2d1.lib', | 466 '-ld2d1.lib', |
| 470 '-ldwmapi.lib', | 467 '-ldwmapi.lib', |
| 471 '-loleacc.lib', | 468 '-loleacc.lib', |
| 472 ], | 469 ], |
| 473 }, | 470 }, |
| 474 },{ # OS!="win" | 471 },{ # OS!="win" |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'xcode_settings': { | 722 'xcode_settings': { |
| 726 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 723 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 727 }, | 724 }, |
| 728 }], | 725 }], |
| 729 ], | 726 ], |
| 730 }, | 727 }, |
| 731 ], | 728 ], |
| 732 }], | 729 }], |
| 733 ], | 730 ], |
| 734 } | 731 } |
| OLD | NEW |