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

Unified Diff: content/common/BUILD.gn

Issue 922003002: Support H.264 video decoding on Windows 8+ using DX11 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Experimental support for Windows 7 DX11 Created 5 years, 10 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index b311783b51e1f2292b057911479c01da9e7d500e..14507b199ce07c941106fc732e9a0dd2b40f88c8 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -410,6 +410,7 @@ source_set("common") {
deps += [ "//ui/gl" ]
libs += [
"d3d9.lib",
+ "d3d11.lib",
"dxva2.lib",
"strmiids.lib",
"mf.lib",

Powered by Google App Engine
This is Rietveld 408576698