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 'includes': [ | 10 'includes': [ |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 ], | 118 ], |
119 'include_dirs': [ | 119 'include_dirs': [ |
120 '../', | 120 '../', |
121 ], | 121 ], |
122 'conditions': [ | 122 'conditions': [ |
123 ['OS == "win"', { | 123 ['OS == "win"', { |
124 'sources': [ | 124 'sources': [ |
125 'base/dragdrop/os_exchange_data_win_unittest.cc', | 125 'base/dragdrop/os_exchange_data_win_unittest.cc', |
126 'base/native_theme/native_theme_win_unittest.cc', | 126 'base/native_theme/native_theme_win_unittest.cc', |
127 'base/win/hwnd_subclass_unittest.cc', | 127 'base/win/hwnd_subclass_unittest.cc', |
| 128 'base/win/tsf_text_store_unittest.cc', |
128 'gfx/icon_util_unittest.cc', | 129 'gfx/icon_util_unittest.cc', |
129 'gfx/platform_font_win_unittest.cc', | 130 'gfx/platform_font_win_unittest.cc', |
130 ], | 131 ], |
131 'include_dirs': [ | 132 'include_dirs': [ |
132 '../..', | 133 '../..', |
133 '../third_party/wtl/include', | 134 '../third_party/wtl/include', |
134 ], | 135 ], |
135 'msvs_settings': { | 136 'msvs_settings': { |
136 'VCLinkerTool': { | 137 'VCLinkerTool': { |
137 'DelayLoadDLLs': [ | 138 'DelayLoadDLLs': [ |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 'variables': { | 246 'variables': { |
246 'test_suite_name': 'ui_unittests', | 247 'test_suite_name': 'ui_unittests', |
247 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 248 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
248 }, | 249 }, |
249 'includes': [ '../build/apk_test.gypi' ], | 250 'includes': [ '../build/apk_test.gypi' ], |
250 }, | 251 }, |
251 ], | 252 ], |
252 }], | 253 }], |
253 ], | 254 ], |
254 } | 255 } |
OLD | NEW |