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

Side by Side Diff: ui/ui_unittests.gypi

Issue 19352002: Fixes vertical alignment of RenderText. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« ui/gfx/font_list_unittest.cc ('K') | « ui/gfx/render_text_linux.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 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'gfx/font_unittest.cc', 113 'gfx/font_unittest.cc',
114 'gfx/image/image_family_unittest.cc', 114 'gfx/image/image_family_unittest.cc',
115 'gfx/image/image_skia_unittest.cc', 115 'gfx/image/image_skia_unittest.cc',
116 'gfx/image/image_unittest.cc', 116 'gfx/image/image_unittest.cc',
117 'gfx/image/image_unittest_util.cc', 117 'gfx/image/image_unittest_util.cc',
118 'gfx/image/image_unittest_util.h', 118 'gfx/image/image_unittest_util.h',
119 'gfx/image/image_unittest_util_ios.mm', 119 'gfx/image/image_unittest_util_ios.mm',
120 'gfx/image/image_unittest_util_mac.mm', 120 'gfx/image/image_unittest_util_mac.mm',
121 'gfx/insets_unittest.cc', 121 'gfx/insets_unittest.cc',
122 'gfx/matrix3_unittest.cc', 122 'gfx/matrix3_unittest.cc',
123 'gfx/platform_font_fake.cc',
msw 2013/07/16 09:32:36 These files aren't part of your CL.
Yuki 2013/07/17 07:16:04 Done.
124 'gfx/platform_font_fake.h',
123 'gfx/point_unittest.cc', 125 'gfx/point_unittest.cc',
124 'gfx/point3_unittest.cc', 126 'gfx/point3_unittest.cc',
125 'gfx/quad_unittest.cc', 127 'gfx/quad_unittest.cc',
126 'gfx/rect_unittest.cc', 128 'gfx/rect_unittest.cc',
127 'gfx/safe_integer_conversions_unittest.cc', 129 'gfx/safe_integer_conversions_unittest.cc',
128 'gfx/screen_unittest.cc', 130 'gfx/screen_unittest.cc',
129 'gfx/shadow_value_unittest.cc', 131 'gfx/shadow_value_unittest.cc',
130 'gfx/size_unittest.cc', 132 'gfx/size_unittest.cc',
131 'gfx/skbitmap_operations_unittest.cc', 133 'gfx/skbitmap_operations_unittest.cc',
132 'gfx/text_utils_unittest.cc', 134 'gfx/text_utils_unittest.cc',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'variables': { 342 'variables': {
341 'test_suite_name': 'ui_unittests', 343 'test_suite_name': 'ui_unittests',
342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 344 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
343 }, 345 },
344 'includes': [ '../build/apk_test.gypi' ], 346 'includes': [ '../build/apk_test.gypi' ],
345 }, 347 },
346 ], 348 ],
347 }], 349 }],
348 ], 350 ],
349 } 351 }
OLDNEW
« ui/gfx/font_list_unittest.cc ('K') | « ui/gfx/render_text_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698