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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ui_test_support', | 8 'target_name': 'ui_test_support', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 '<(PRODUCT_DIR)/ui_unittests_strings/en.lproj/locale.pak', | 155 '<(PRODUCT_DIR)/ui_unittests_strings/en.lproj/locale.pak', |
156 ], | 156 ], |
157 }], | 157 }], |
158 ['OS == "win"', { | 158 ['OS == "win"', { |
159 'sources': [ | 159 'sources': [ |
160 'base/dragdrop/os_exchange_data_win_unittest.cc', | 160 'base/dragdrop/os_exchange_data_win_unittest.cc', |
161 'base/win/hwnd_subclass_unittest.cc', | 161 'base/win/hwnd_subclass_unittest.cc', |
162 'gfx/font_fallback_win_unittest.cc', | 162 'gfx/font_fallback_win_unittest.cc', |
163 'gfx/icon_util_unittest.cc', | 163 'gfx/icon_util_unittest.cc', |
164 'gfx/platform_font_win_unittest.cc', | 164 'gfx/platform_font_win_unittest.cc', |
165 'surface/accelerated_surface_transformer_win_unittest.cc' | |
166 ], | |
167 'dependencies': [ | |
168 '../ui/surface/surface.gyp:surface', | |
169 ], | 165 ], |
170 'include_dirs': [ | 166 'include_dirs': [ |
171 '../..', | 167 '../..', |
172 '../third_party/wtl/include', | 168 '../third_party/wtl/include', |
173 ], | 169 ], |
174 'msvs_settings': { | 170 'msvs_settings': { |
175 'VCLinkerTool': { | 171 'VCLinkerTool': { |
176 'DelayLoadDLLs': [ | 172 'DelayLoadDLLs': [ |
177 'd2d1.dll', | 173 'd2d1.dll', |
178 'd3d10_1.dll', | 174 'd3d10_1.dll', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 'variables': { | 292 'variables': { |
297 'test_suite_name': 'ui_unittests', | 293 'test_suite_name': 'ui_unittests', |
298 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 294 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
299 }, | 295 }, |
300 'includes': [ '../build/apk_test.gypi' ], | 296 'includes': [ '../build/apk_test.gypi' ], |
301 }, | 297 }, |
302 ], | 298 ], |
303 }], | 299 }], |
304 ], | 300 ], |
305 } | 301 } |
OLD | NEW |