| Index: base/test/BUILD.gn
|
| diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
|
| index 6c49640148999c6bb5c7ef915a216902e705dee6..2731583a7b878429fe017693fe63d65f92eb8506 100644
|
| --- a/base/test/BUILD.gn
|
| +++ b/base/test/BUILD.gn
|
| @@ -30,6 +30,7 @@ static_library("test_support") {
|
| "android/java_handler_thread_for_testing.h",
|
| "android/test_system_message_handler_link_android.cc",
|
| "android/test_system_message_handler_link_android.h",
|
| + "copy_only_int.h",
|
| "fuzzed_data_provider.cc",
|
| "fuzzed_data_provider.h",
|
| "gtest_util.cc",
|
| @@ -57,6 +58,7 @@ static_library("test_support") {
|
| "mock_entropy_provider.h",
|
| "mock_log.cc",
|
| "mock_log.h",
|
| + "move_only_int.h",
|
| "multiprocess_test.cc",
|
| "multiprocess_test.h",
|
| "multiprocess_test_android.cc",
|
|
|