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