13 lines
427 B
Diff
13 lines
427 B
Diff
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
|
|
index 3ac44da9a81fba337bf0e1768989a20939608de2..49dd70133c7baeba2941147649f50f6775e9a730 100644
|
|
--- a/sandbox/win/BUILD.gn
|
|
+++ b/sandbox/win/BUILD.gn
|
|
@@ -179,6 +179,7 @@ static_library("sandbox") {
|
|
"ntdll.lib",
|
|
"userenv.lib",
|
|
]
|
|
+ import("//brave/sandbox/win/sources.gni") sources += brave_sandbox_win_sandbox_sources
|
|
}
|
|
|
|
test("sbox_integration_tests") {
|