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

Side by Side Diff: ui/ui_unittests.gypi

Issue 11774005: Migrate more functions from MathUtil to gfx::Transform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/transform_util.h ('K') | « ui/gfx/transform_util_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 'dependencies': [ 10 'dependencies': [
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'base/view_prop_unittest.cc', 125 'base/view_prop_unittest.cc',
126 'gfx/blit_unittest.cc', 126 'gfx/blit_unittest.cc',
127 'gfx/canvas_unittest.cc', 127 'gfx/canvas_unittest.cc',
128 'gfx/codec/jpeg_codec_unittest.cc', 128 'gfx/codec/jpeg_codec_unittest.cc',
129 'gfx/color_analysis_unittest.cc', 129 'gfx/color_analysis_unittest.cc',
130 'gfx/font_list_unittest.cc', 130 'gfx/font_list_unittest.cc',
131 'gfx/image/image_mac_unittest.mm', 131 'gfx/image/image_mac_unittest.mm',
132 'gfx/image/image_util_unittest.cc', 132 'gfx/image/image_util_unittest.cc',
133 'gfx/platform_font_mac_unittest.mm', 133 'gfx/platform_font_mac_unittest.mm',
134 'gfx/render_text_unittest.cc', 134 'gfx/render_text_unittest.cc',
135 'gfx/test/transform_test_common.cc',
136 'gfx/test/transform_test_common.h',
135 'gfx/transform_util_unittest.cc', 137 'gfx/transform_util_unittest.cc',
136 'gfx/video_decode_acceleration_support_mac_unittest.mm', 138 'gfx/video_decode_acceleration_support_mac_unittest.mm',
137 ], 139 ],
138 'include_dirs': [ 140 'include_dirs': [
139 '../', 141 '../',
140 ], 142 ],
141 'conditions': [ 143 'conditions': [
142 ['OS!="ios"', { 144 ['OS!="ios"', {
143 'sources' : ['<@(_all_sources)'], 145 'sources' : ['<@(_all_sources)'],
144 'includes': [ 146 'includes': [
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'variables': { 294 'variables': {
293 'test_suite_name': 'ui_unittests', 295 'test_suite_name': 'ui_unittests',
294 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 296 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
295 }, 297 },
296 'includes': [ '../build/apk_test.gypi' ], 298 'includes': [ '../build/apk_test.gypi' ],
297 }, 299 },
298 ], 300 ],
299 }], 301 }],
300 ], 302 ],
301 } 303 }
OLDNEW
« ui/gfx/transform_util.h ('K') | « ui/gfx/transform_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698