| Index: sandbox/win/BUILD.gn
|
| diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
|
| index 13e3cae5ea5287ed4f5948ca86e300284e0025b7..49d1ecee90e945ca0f508d5fda9c1d3e2f9ec861 100644
|
| --- a/sandbox/win/BUILD.gn
|
| +++ b/sandbox/win/BUILD.gn
|
| @@ -12,8 +12,6 @@ static_library("sandbox") {
|
| sources = [
|
| "src/acl.cc",
|
| "src/acl.h",
|
| - "src/app_container.cc",
|
| - "src/app_container.h",
|
| "src/broker_services.cc",
|
| "src/broker_services.h",
|
| "src/crosscall_client.h",
|
| @@ -245,7 +243,6 @@ test("sbox_validation_tests") {
|
|
|
| test("sbox_unittests") {
|
| sources = [
|
| - "src/app_container_unittest.cc",
|
| "src/interception_unittest.cc",
|
| "src/ipc_unittest.cc",
|
| "src/job_unittest.cc",
|
|
|