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

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

Issue 1964153002: Move Screen, its impls, DisplayObserver and DisplayChangeNotifier to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tabs Created 4 years, 7 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') | ui/gfx/screen.h » ('j') | 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 'ios/NSString+CrStringDrawing_unittest.mm', 21 'ios/NSString+CrStringDrawing_unittest.mm',
22 'ios/uikit_util_unittest.mm', 22 'ios/uikit_util_unittest.mm',
23 'screen_unittest.cc',
24 'test/run_all_unittests.cc', 23 'test/run_all_unittests.cc',
25 'text_elider_unittest.cc', 24 'text_elider_unittest.cc',
26 'text_utils_unittest.cc', 25 'text_utils_unittest.cc',
27 ], 26 ],
28 'all_sources': [ 27 'all_sources': [
29 '<@(_common_sources)', 28 '<@(_common_sources)',
30 'animation/animation_container_unittest.cc', 29 'animation/animation_container_unittest.cc',
31 'animation/animation_unittest.cc', 30 'animation/animation_unittest.cc',
32 'animation/multi_animation_unittest.cc', 31 'animation/multi_animation_unittest.cc',
33 'animation/slide_animation_unittest.cc', 32 'animation/slide_animation_unittest.cc',
34 'animation/tween_unittest.cc', 33 'animation/tween_unittest.cc',
35 'blit_unittest.cc', 34 'blit_unittest.cc',
36 'break_list_unittest.cc', 35 'break_list_unittest.cc',
37 'canvas_unittest.cc', 36 'canvas_unittest.cc',
38 'canvas_unittest_mac.mm', 37 'canvas_unittest_mac.mm',
39 'codec/jpeg_codec_unittest.cc', 38 'codec/jpeg_codec_unittest.cc',
40 'codec/png_codec_unittest.cc', 39 'codec/png_codec_unittest.cc',
41 'color_analysis_unittest.cc', 40 'color_analysis_unittest.cc',
42 'color_profile_mac_unittest.mm', 41 'color_profile_mac_unittest.mm',
43 'color_utils_unittest.cc', 42 'color_utils_unittest.cc',
44 'display_change_notifier_unittest.cc',
45 'display_unittest.cc',
46 'font_fallback_mac_unittest.cc', 43 'font_fallback_mac_unittest.cc',
47 'font_list_unittest.cc', 44 'font_list_unittest.cc',
48 'font_render_params_linux_unittest.cc', 45 'font_render_params_linux_unittest.cc',
49 'geometry/box_unittest.cc', 46 'geometry/box_unittest.cc',
50 'geometry/cubic_bezier_unittest.cc', 47 'geometry/cubic_bezier_unittest.cc',
51 'geometry/insets_unittest.cc', 48 'geometry/insets_unittest.cc',
52 'geometry/matrix3_unittest.cc', 49 'geometry/matrix3_unittest.cc',
53 'geometry/point3_unittest.cc', 50 'geometry/point3_unittest.cc',
54 'geometry/point_unittest.cc', 51 'geometry/point_unittest.cc',
55 'geometry/quad_unittest.cc', 52 'geometry/quad_unittest.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 ['OS=="android" or OS=="ios"', { 112 ['OS=="android" or OS=="ios"', {
116 'sources!': [ 113 'sources!': [
117 'render_text_unittest.cc', 114 'render_text_unittest.cc',
118 ], 115 ],
119 }], 116 }],
120 ['chromeos==1', { 117 ['chromeos==1', {
121 'sources': [ 118 'sources': [
122 'chromeos/codec/jpeg_codec_robust_slow_unittest.cc', 119 'chromeos/codec/jpeg_codec_robust_slow_unittest.cc',
123 ], 120 ],
124 }], 121 }],
125 ['use_aura==1', { 122 ['use_aura!=1', {
126 'sources!': [
127 'screen_unittest.cc',
128 ],
129 },{
130 'sources!': [ 123 'sources!': [
131 'nine_image_painter_unittest.cc', 124 'nine_image_painter_unittest.cc',
132 ], 125 ],
133 }], 126 }],
134 ['OS == "win"', { 127 ['OS == "win"', {
135 'sources': [ 128 'sources': [
136 'color_profile_win_unittest.cc', 129 'color_profile_win_unittest.cc',
137 'font_fallback_win_unittest.cc', 130 'font_fallback_win_unittest.cc',
138 'icon_util_unittest.cc', 131 'icon_util_unittest.cc',
139 'icon_util_unittests.rc', 132 'icon_util_unittests.rc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'dependencies': [ 193 'dependencies': [
201 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 194 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
202 ], 195 ],
203 }], 196 }],
204 ], 197 ],
205 }, 198 },
206 ], 199 ],
207 }], 200 }],
208 ], 201 ],
209 } 202 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698