Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index b311783b51e1f2292b057911479c01da9e7d500e..d8a141bd8cc061689ddd5eacae03180e4f6e01d2 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", |
@@ -418,6 +419,7 @@ source_set("common") { |
] |
ldflags += [ |
"/DELAYLOAD:d3d9.dll", |
+ "/DELAYLOAD:d3d11.dll", |
"/DELAYLOAD:dxva2.dll", |
"/DELAYLOAD:mf.dll", |
"/DELAYLOAD:mfplat.dll", |