| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'nine_image_painter_unittest.cc', | 128 'nine_image_painter_unittest.cc', |
| 129 ], | 129 ], |
| 130 }], | 130 }], |
| 131 ['OS == "win"', { | 131 ['OS == "win"', { |
| 132 'sources': [ | 132 'sources': [ |
| 133 'font_fallback_win_unittest.cc', | 133 'font_fallback_win_unittest.cc', |
| 134 'icon_util_unittest.cc', | 134 'icon_util_unittest.cc', |
| 135 'icon_util_unittests.rc', | 135 'icon_util_unittests.rc', |
| 136 'path_win_unittest.cc', | 136 'path_win_unittest.cc', |
| 137 'platform_font_win_unittest.cc', | 137 'platform_font_win_unittest.cc', |
| 138 'win/text_analysis_source_unittest.cc', |
| 138 ], | 139 ], |
| 139 'msvs_settings': { | 140 'msvs_settings': { |
| 140 'VCLinkerTool': { | 141 'VCLinkerTool': { |
| 141 'DelayLoadDLLs': [ | 142 'DelayLoadDLLs': [ |
| 142 'd2d1.dll', | 143 'd2d1.dll', |
| 143 'd3d10_1.dll', | 144 'd3d10_1.dll', |
| 144 ], | 145 ], |
| 145 'AdditionalDependencies': [ | 146 'AdditionalDependencies': [ |
| 146 'd2d1.lib', | 147 'd2d1.lib', |
| 147 'd3d10_1.lib', | 148 'd3d10_1.lib', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'dependencies': [ | 197 'dependencies': [ |
| 197 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 198 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 198 ], | 199 ], |
| 199 }], | 200 }], |
| 200 ], | 201 ], |
| 201 }, | 202 }, |
| 202 ], | 203 ], |
| 203 }], | 204 }], |
| 204 ], | 205 ], |
| 205 } | 206 } |
| OLD | NEW |