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

Unified Diff: ui/ui.gyp

Issue 10825053: Use DwmGetCompositionTimingInfo to get vsync info on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of commited base/time changes Created 8 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 | « ui/surface/accelerated_surface_win.cc ('k') | 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 6b479d4d16da3e0d71638e630a1b4798b988aafe..400c6cbe68c72146a57eea8826e4bda1346d73e3 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -632,10 +632,12 @@
'DelayLoadDLLs': [
'd2d1.dll',
'd3d10_1.dll',
+ 'dwmapi.dll',
],
'AdditionalDependencies': [
'd2d1.lib',
'd3d10_1.lib',
+ 'dwmapi.lib',
],
},
},
@@ -643,6 +645,7 @@
'libraries': [
'-limm32.lib',
'-ld2d1.lib',
+ '-ldwmapi.lib',
'-loleacc.lib',
],
},
« no previous file with comments | « ui/surface/accelerated_surface_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698