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

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

Issue 2092533002: Clean up gfx::ColorProfile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 4 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
« no previous file with comments | « ui/gfx/color_profile_win_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 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 {
(...skipping 20 matching lines...) Expand all
31 'animation/multi_animation_unittest.cc', 31 'animation/multi_animation_unittest.cc',
32 'animation/slide_animation_unittest.cc', 32 'animation/slide_animation_unittest.cc',
33 'animation/tween_unittest.cc', 33 'animation/tween_unittest.cc',
34 'blit_unittest.cc', 34 'blit_unittest.cc',
35 'break_list_unittest.cc', 35 'break_list_unittest.cc',
36 'canvas_unittest.cc', 36 'canvas_unittest.cc',
37 'canvas_unittest_mac.mm', 37 'canvas_unittest_mac.mm',
38 'codec/jpeg_codec_unittest.cc', 38 'codec/jpeg_codec_unittest.cc',
39 'codec/png_codec_unittest.cc', 39 'codec/png_codec_unittest.cc',
40 'color_analysis_unittest.cc', 40 'color_analysis_unittest.cc',
41 'color_profile_mac_unittest.mm',
42 'color_utils_unittest.cc', 41 'color_utils_unittest.cc',
43 'font_fallback_mac_unittest.cc', 42 'font_fallback_mac_unittest.cc',
44 'font_list_unittest.cc', 43 'font_list_unittest.cc',
45 'font_render_params_linux_unittest.cc', 44 'font_render_params_linux_unittest.cc',
46 'geometry/box_unittest.cc', 45 'geometry/box_unittest.cc',
47 'geometry/cubic_bezier_unittest.cc', 46 'geometry/cubic_bezier_unittest.cc',
48 'geometry/insets_unittest.cc', 47 'geometry/insets_unittest.cc',
49 'geometry/matrix3_unittest.cc', 48 'geometry/matrix3_unittest.cc',
50 'geometry/point3_unittest.cc', 49 'geometry/point3_unittest.cc',
51 'geometry/point_unittest.cc', 50 'geometry/point_unittest.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'chromeos/codec/jpeg_codec_robust_slow_unittest.cc', 123 'chromeos/codec/jpeg_codec_robust_slow_unittest.cc',
125 ], 124 ],
126 }], 125 }],
127 ['use_aura!=1', { 126 ['use_aura!=1', {
128 'sources!': [ 127 'sources!': [
129 'nine_image_painter_unittest.cc', 128 'nine_image_painter_unittest.cc',
130 ], 129 ],
131 }], 130 }],
132 ['OS == "win"', { 131 ['OS == "win"', {
133 'sources': [ 132 'sources': [
134 'color_profile_win_unittest.cc',
135 'font_fallback_win_unittest.cc', 133 'font_fallback_win_unittest.cc',
136 'icon_util_unittest.cc', 134 'icon_util_unittest.cc',
137 'icon_util_unittests.rc', 135 'icon_util_unittests.rc',
138 'path_win_unittest.cc', 136 'path_win_unittest.cc',
139 'platform_font_win_unittest.cc', 137 'platform_font_win_unittest.cc',
140 ], 138 ],
141 'msvs_settings': { 139 'msvs_settings': {
142 'VCLinkerTool': { 140 'VCLinkerTool': {
143 'DelayLoadDLLs': [ 141 'DelayLoadDLLs': [
144 'd2d1.dll', 142 'd2d1.dll',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'dependencies': [ 196 'dependencies': [
199 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 197 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
200 ], 198 ],
201 }], 199 }],
202 ], 200 ],
203 }, 201 },
204 ], 202 ],
205 }], 203 }],
206 ], 204 ],
207 } 205 }
OLDNEW
« no previous file with comments | « ui/gfx/color_profile_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698