| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index 0cc9be4562a5576b6ac90132b913c8a36bc080a6..faf25cd04c7bf6c059f25f3b710a43eb6233f7bd 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -66,12 +66,15 @@ source_set("sandbox_linux_test_utils") {
|
| # The main sandboxing test target.
|
| test("sandbox_linux_unittests") {
|
| sources = [
|
| - "tests/main.cc",
|
| - "tests/unit_tests_unittest.cc",
|
| "services/broker_process_unittest.cc",
|
| "services/scoped_process_unittest.cc",
|
| "services/thread_helpers_unittests.cc",
|
| "services/yama_unittests.cc",
|
| + "tests/main.cc",
|
| + "tests/scoped_temporary_file.cc",
|
| + "tests/scoped_temporary_file.h",
|
| + "tests/scoped_temporary_file_unittest.cc",
|
| + "tests/unit_tests_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|