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/gfx/gfx_tests.gyp

Issue 2054273002: Font fallback for UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang build error due to signed-unsigned comparison 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
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 ], 130 ],
131 }], 131 }],
132 ['OS == "win"', { 132 ['OS == "win"', {
133 'sources': [ 133 'sources': [
134 'color_profile_win_unittest.cc', 134 'color_profile_win_unittest.cc',
135 'font_fallback_win_unittest.cc', 135 'font_fallback_win_unittest.cc',
136 'icon_util_unittest.cc', 136 'icon_util_unittest.cc',
137 'icon_util_unittests.rc', 137 'icon_util_unittests.rc',
138 'path_win_unittest.cc', 138 'path_win_unittest.cc',
139 'platform_font_win_unittest.cc', 139 'platform_font_win_unittest.cc',
140 'win/text_analysis_source_unittest.cc',
140 ], 141 ],
141 'msvs_settings': { 142 'msvs_settings': {
142 'VCLinkerTool': { 143 'VCLinkerTool': {
143 'DelayLoadDLLs': [ 144 'DelayLoadDLLs': [
144 'd2d1.dll', 145 'd2d1.dll',
145 'd3d10_1.dll', 146 'd3d10_1.dll',
146 ], 147 ],
147 'AdditionalDependencies': [ 148 'AdditionalDependencies': [
148 'd2d1.lib', 149 'd2d1.lib',
149 'd3d10_1.lib', 150 'd3d10_1.lib',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'dependencies': [ 199 'dependencies': [
199 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 200 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
200 ], 201 ],
201 }], 202 }],
202 ], 203 ],
203 }, 204 },
204 ], 205 ],
205 }], 206 }],
206 ], 207 ],
207 } 208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698