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

Side by Side Diff: ui/ui_unittests.gypi

Issue 12208077: Make ui_unittests build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 'dependencies': [ 10 'dependencies': [
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'd3d10_1.lib', 183 'd3d10_1.lib',
184 ], 184 ],
185 }, 185 },
186 }, 186 },
187 'link_settings': { 187 'link_settings': {
188 'libraries': [ 188 'libraries': [
189 '-limm32.lib', 189 '-limm32.lib',
190 '-loleacc.lib', 190 '-loleacc.lib',
191 ], 191 ],
192 }, 192 },
193 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
194 'msvs_disabled_warnings': [ 4267, ],
193 }], 195 }],
194 ['OS == "linux"', { 196 ['OS == "linux"', {
195 'sources': [ 197 'sources': [
196 'base/x/x11_util_unittest.cc', 198 'base/x/x11_util_unittest.cc',
197 'gfx/platform_font_pango_unittest.cc', 199 'gfx/platform_font_pango_unittest.cc',
198 ], 200 ],
199 }], 201 }],
200 ['OS == "linux" and toolkit_views==1', { 202 ['OS == "linux" and toolkit_views==1', {
201 'sources': [ 203 'sources': [
202 'base/x/events_x_unittest.cc', 204 'base/x/events_x_unittest.cc',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'variables': { 304 'variables': {
303 'test_suite_name': 'ui_unittests', 305 'test_suite_name': 'ui_unittests',
304 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 306 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
305 }, 307 },
306 'includes': [ '../build/apk_test.gypi' ], 308 'includes': [ '../build/apk_test.gypi' ],
307 }, 309 },
308 ], 310 ],
309 }], 311 }],
310 ], 312 ],
311 } 313 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698