Chromium Code Reviews| Index: sandbox/win/BUILD.gn |
| diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn |
| index b699258177f051d38fe92630444ae399f1aa84d5..89eaaed703df56f26c1f33563095aee89a2e1bba 100644 |
| --- a/sandbox/win/BUILD.gn |
| +++ b/sandbox/win/BUILD.gn |
| @@ -213,6 +213,8 @@ test("sbox_integration_tests") { |
| "//base/test:test_support", |
| "//testing/gtest", |
| ] |
| + |
| + libs = [ "dxva2.lib" ] |
| } |
| test("sbox_validation_tests") { |