Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index 7a783b0085672dc75db8a1d8c0a12c1d83623168..ce5ac158df6f571393e16fd4e87eb07ba94bacb3 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -354,6 +354,20 @@ source_set("common") { |
| ] |
| include_dirs += [ "//third_party/khronos" ] |
| deps += [ "//ui/gl" ] |
| + libs += [ |
| + "d3d9.lib", |
|
Slava Chigrin
2015/01/13 19:17:00
Done like this code in GYP https://code.google.com
|
| + "dxva2.lib", |
| + "strmiids.lib", |
| + "mf.lib", |
| + "mfplat.lib", |
| + "mfuuid.lib", |
| + ] |
| + ldflags += [ |
| + "/DELAYLOAD:d3d9.dll", |
| + "/DELAYLOAD:dxva2.dll", |
| + "/DELAYLOAD:mf.dll", |
| + "/DELAYLOAD:mfplat.dll", |
| + ] |
| # TODO(GYP): extract_xinput action. |
| } |