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

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

Issue 2111373002: Reland of Link to DirectWrite directly, instead of calling LoadLibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/gfx.gyp ('k') | ui/gfx/win/direct_write.cc » ('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 {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 ], 139 ],
140 'msvs_settings': { 140 'msvs_settings': {
141 'VCLinkerTool': { 141 'VCLinkerTool': {
142 'DelayLoadDLLs': [ 142 'DelayLoadDLLs': [
143 'd2d1.dll', 143 'd2d1.dll',
144 'd3d10_1.dll', 144 'd3d10_1.dll',
145 ], 145 ],
146 'AdditionalDependencies': [ 146 'AdditionalDependencies': [
147 'd2d1.lib', 147 'd2d1.lib',
148 'd3d10_1.lib', 148 'd3d10_1.lib',
149 'dwrite.lib',
149 ], 150 ],
150 }, 151 },
151 }, 152 },
152 'link_settings': { 153 'link_settings': {
153 'libraries': [ 154 'libraries': [
154 '-limm32.lib', 155 '-limm32.lib',
155 '-loleacc.lib', 156 '-loleacc.lib',
156 ], 157 ],
157 }, 158 },
158 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 159 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'dependencies': [ 198 'dependencies': [
198 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 199 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
199 ], 200 ],
200 }], 201 }],
201 ], 202 ],
202 }, 203 },
203 ], 204 ],
204 }], 205 }],
205 ], 206 ],
206 } 207 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/win/direct_write.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698