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

Side by Side Diff: content/content_child.gypi

Issue 2127313002: Revert of Link to DirectWrite directly, instead of calling LoadLibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 { 4 {
5 'dependencies': [ 5 'dependencies': [
6 '../base/base.gyp:base', 6 '../base/base.gyp:base',
7 '../components/mime_util/mime_util.gyp:mime_util', 7 '../components/mime_util/mime_util.gyp:mime_util',
8 '../components/scheduler/scheduler.gyp:scheduler', 8 '../components/scheduler/scheduler.gyp:scheduler',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ['exclude', 'child/webthemeengine_impl_default.cc'], 247 ['exclude', 'child/webthemeengine_impl_default.cc'],
248 ['exclude', 'child/webthemeengine_impl_default.h'], 248 ['exclude', 'child/webthemeengine_impl_default.h'],
249 ], 249 ],
250 } 250 }
251 ], 251 ],
252 ['OS=="android"', { 252 ['OS=="android"', {
253 'dependencies': [ 253 'dependencies': [
254 '../build/android/ndk.gyp:cpu_features', 254 '../build/android/ndk.gyp:cpu_features',
255 ], 255 ],
256 }], 256 }],
257 ['OS=="win"', {
258 'msvs_settings': {
259 'VCLinkerTool': {
260 'AdditionalDependencies': [
261 'dwrite.lib',
262 ]
263 }
264 }
265 }],
266 ['enable_plugins==0', { 257 ['enable_plugins==0', {
267 'sources!': [ 258 'sources!': [
268 'child/browser_font_resource_trusted.cc', 259 'child/browser_font_resource_trusted.cc',
269 ], 260 ],
270 }], 261 }],
271 ], 262 ],
272 } 263 }
OLDNEW
« no previous file with comments | « content/child/dwrite_font_proxy/font_fallback_win_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698