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

Unified Diff: content/content_tests.gypi

Issue 2117683002: 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, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_child.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ace808bb72804d1b934ca20359a4c4b590ca71aa..dcd9693c02c4e4899ebdb5fac1e215f8c808778d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1152,13 +1152,6 @@
'dependencies': [
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'AdditionalDependencies': [
- 'dwrite.lib',
- ],
- },
- },
}],
['OS=="mac"', {
# These flags are needed to run the test on Mac.
« no previous file with comments | « content/content_child.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698