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

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: Change uint32_t to uint32 Created 8 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 side-by-side diff with in-line comments
Download patch
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index ef2b48ac4241820b1ed27512d5ab83c53e4a788e..30d3db0159abd4769072e17967feeacad298fbae 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -621,10 +621,12 @@
'DelayLoadDLLs': [
'd2d1.dll',
'd3d10_1.dll',
+ 'dwmapi.dll',
],
'AdditionalDependencies': [
'd2d1.lib',
'd3d10_1.lib',
+ 'dwmapi.lib',
],
},
},
@@ -632,6 +634,7 @@
'libraries': [
'-limm32.lib',
'-ld2d1.lib',
+ '-ldwmapi.lib',
'-loleacc.lib',
],
},
« ui/surface/accelerated_surface_win.cc ('K') | « ui/surface/accelerated_surface_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698