| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 ], | 139 ], |
| 140 'msvs_settings': { | 140 'msvs_settings': { |
| 141 'VCLinkerTool': { | 141 'VCLinkerTool': { |
| 142 'DelayLoadDLLs': [ | 142 'DelayLoadDLLs': [ |
| 143 'd2d1.dll', | 143 'd2d1.dll', |
| 144 'd3d10_1.dll', | 144 'd3d10_1.dll', |
| 145 ], | 145 ], |
| 146 'AdditionalDependencies': [ | 146 'AdditionalDependencies': [ |
| 147 'd2d1.lib', | 147 'd2d1.lib', |
| 148 'd3d10_1.lib', | 148 'd3d10_1.lib', |
| 149 'dwrite.lib', | |
| 150 ], | 149 ], |
| 151 }, | 150 }, |
| 152 }, | 151 }, |
| 153 'link_settings': { | 152 'link_settings': { |
| 154 'libraries': [ | 153 'libraries': [ |
| 155 '-limm32.lib', | 154 '-limm32.lib', |
| 156 '-loleacc.lib', | 155 '-loleacc.lib', |
| 157 ], | 156 ], |
| 158 }, | 157 }, |
| 159 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 158 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'dependencies': [ | 197 'dependencies': [ |
| 199 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 198 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 200 ], | 199 ], |
| 201 }], | 200 }], |
| 202 ], | 201 ], |
| 203 }, | 202 }, |
| 204 ], | 203 ], |
| 205 }], | 204 }], |
| 206 ], | 205 ], |
| 207 } | 206 } |
| OLD | NEW |