OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 ], | 183 ], |
184 # The ResourceBundle unittest expects a locale.pak file to exist in | 184 # The ResourceBundle unittest expects a locale.pak file to exist in |
185 # the bundle for English-US. Copy it in from where it was generated | 185 # the bundle for English-US. Copy it in from where it was generated |
186 # by ui_strings.gyp:ui_unittest_strings. | 186 # by ui_strings.gyp:ui_unittest_strings. |
187 'mac_bundle_resources': [ | 187 'mac_bundle_resources': [ |
188 '<(PRODUCT_DIR)/ui_unittests_strings/en.lproj/locale.pak', | 188 '<(PRODUCT_DIR)/ui_unittests_strings/en.lproj/locale.pak', |
189 ], | 189 ], |
190 }], | 190 }], |
191 ['OS == "win"', { | 191 ['OS == "win"', { |
192 'sources': [ | 192 'sources': [ |
193 'test/ui_unittests.rc', | |
194 'base/dragdrop/os_exchange_data_win_unittest.cc', | 193 'base/dragdrop/os_exchange_data_win_unittest.cc', |
195 'base/win/hwnd_subclass_unittest.cc', | 194 'base/win/hwnd_subclass_unittest.cc', |
196 'gfx/font_fallback_win_unittest.cc', | 195 'gfx/font_fallback_win_unittest.cc', |
197 'gfx/icon_util_unittest.cc', | 196 'gfx/icon_util_unittest.cc', |
| 197 'gfx/icon_util_unittests.rc', |
198 'gfx/platform_font_win_unittest.cc', | 198 'gfx/platform_font_win_unittest.cc', |
199 ], | 199 ], |
200 'include_dirs': [ | 200 'include_dirs': [ |
201 '../..', | 201 '../..', |
202 '../third_party/wtl/include', | 202 '../third_party/wtl/include', |
203 ], | 203 ], |
204 'msvs_settings': { | 204 'msvs_settings': { |
205 'VCLinkerTool': { | 205 'VCLinkerTool': { |
206 'DelayLoadDLLs': [ | 206 'DelayLoadDLLs': [ |
207 'd2d1.dll', | 207 'd2d1.dll', |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 'variables': { | 350 'variables': { |
351 'test_suite_name': 'ui_unittests', | 351 'test_suite_name': 'ui_unittests', |
352 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 352 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
353 }, | 353 }, |
354 'includes': [ '../build/apk_test.gypi' ], | 354 'includes': [ '../build/apk_test.gypi' ], |
355 }, | 355 }, |
356 ], | 356 ], |
357 }], | 357 }], |
358 ], | 358 ], |
359 } | 359 } |
OLD | NEW |