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 129 matching lines...) Loading... |
140 'sources!': [ | 140 'sources!': [ |
141 'screen_unittest.cc', | 141 'screen_unittest.cc', |
142 ], | 142 ], |
143 }], | 143 }], |
144 ['OS == "win"', { | 144 ['OS == "win"', { |
145 'sources': [ | 145 'sources': [ |
146 'color_profile_win_unittest.cc', | 146 'color_profile_win_unittest.cc', |
147 'font_fallback_win_unittest.cc', | 147 'font_fallback_win_unittest.cc', |
148 'icon_util_unittest.cc', | 148 'icon_util_unittest.cc', |
149 'icon_util_unittests.rc', | 149 'icon_util_unittests.rc', |
| 150 'path_win_unittest.cc', |
150 'platform_font_win_unittest.cc', | 151 'platform_font_win_unittest.cc', |
151 ], | 152 ], |
152 'msvs_settings': { | 153 'msvs_settings': { |
153 'VCLinkerTool': { | 154 'VCLinkerTool': { |
154 'DelayLoadDLLs': [ | 155 'DelayLoadDLLs': [ |
155 'd2d1.dll', | 156 'd2d1.dll', |
156 'd3d10_1.dll', | 157 'd3d10_1.dll', |
157 ], | 158 ], |
158 'AdditionalDependencies': [ | 159 'AdditionalDependencies': [ |
159 'd2d1.lib', | 160 'd2d1.lib', |
(...skipping 25 matching lines...) Loading... |
185 ], | 186 ], |
186 'variables': { | 187 'variables': { |
187 'test_suite_name': 'gfx_unittests', | 188 'test_suite_name': 'gfx_unittests', |
188 }, | 189 }, |
189 'includes': [ '../../build/apk_test.gypi' ], | 190 'includes': [ '../../build/apk_test.gypi' ], |
190 }, | 191 }, |
191 ], | 192 ], |
192 }], | 193 }], |
193 ], | 194 ], |
194 } | 195 } |
OLD | NEW |