Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: ui/ui_unittests.gypi

Issue 10831403: TsfTextStore implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/base/win/tsf_text_store_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/base/win/tsf_text_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698