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

Unified Diff: ui/ui.gyp

Issue 7602009: Add d2d1.lib to link_settings. This is required as part of work on enabling (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase to ToT Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 0446cfd70d3332da59b8f6cf8ae7b781a1f9139c..24245d9be9761f2da1785da69831ebd856e81723 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -374,6 +374,7 @@
'link_settings': {
'libraries': [
'-limm32.lib',
+ '-ld2d1.lib',
'-loleacc.lib',
],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698