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

Unified Diff: sandbox/win/BUILD.gn

Issue 1856993003: Implement sandbox hooks to forward OPM related GDI system calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Windows 10 specific hooks Created 4 years, 8 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: 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") {

Powered by Google App Engine
This is Rietveld 408576698