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

Side by Side Diff: ui/gfx/gfx_tests.gyp

Issue 590873002: Move image_unittest_util* into gfx_test_support target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/gfx/gfx.gyp ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'gfx_unittests', 11 'target_name': 'gfx_unittests',
12 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
13 # iOS uses a small subset of ui. common_sources are the only files that 13 # iOS uses a small subset of ui. common_sources are the only files that
14 # are built on iOS. 14 # are built on iOS.
15 'common_sources' : [ 15 'common_sources' : [
16 'font_unittest.cc', 16 'font_unittest.cc',
17 'image/image_family_unittest.cc', 17 'image/image_family_unittest.cc',
18 'image/image_ios_unittest.mm', 18 'image/image_ios_unittest.mm',
19 'image/image_skia_unittest.cc', 19 'image/image_skia_unittest.cc',
20 'image/image_unittest.cc', 20 'image/image_unittest.cc',
21 'image/image_unittest_util.cc',
22 'image/image_unittest_util.h',
23 'image/image_unittest_util_ios.mm',
24 'image/image_unittest_util_mac.mm',
25 'screen_unittest.cc', 21 'screen_unittest.cc',
26 'test/run_all_unittests.cc', 22 'test/run_all_unittests.cc',
27 'text_elider_unittest.cc', 23 'text_elider_unittest.cc',
28 'text_utils_unittest.cc', 24 'text_utils_unittest.cc',
29 ], 25 ],
30 'all_sources': [ 26 'all_sources': [
31 '<@(_common_sources)', 27 '<@(_common_sources)',
32 'animation/animation_container_unittest.cc', 28 'animation/animation_container_unittest.cc',
33 'animation/animation_unittest.cc', 29 'animation/animation_unittest.cc',
34 'animation/multi_animation_unittest.cc', 30 'animation/multi_animation_unittest.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 ], 183 ],
188 'variables': { 184 'variables': {
189 'test_suite_name': 'gfx_unittests', 185 'test_suite_name': 'gfx_unittests',
190 }, 186 },
191 'includes': [ '../../build/apk_test.gypi' ], 187 'includes': [ '../../build/apk_test.gypi' ],
192 }, 188 },
193 ], 189 ],
194 }], 190 }],
195 ], 191 ],
196 } 192 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698