| Index: tools/gn/secondary/base/BUILD.gn
|
| diff --git a/tools/gn/secondary/base/BUILD.gn b/tools/gn/secondary/base/BUILD.gn
|
| index 93eebadbee003e671a9e3d9685cf306341d86964..0f104a386477555f154ac2e2b720a79436f819b5 100644
|
| --- a/tools/gn/secondary/base/BUILD.gn
|
| +++ b/tools/gn/secondary/base/BUILD.gn
|
| @@ -884,6 +884,10 @@ static_library("test_support_base") {
|
| "test/launcher/parallel_test_launcher.h",
|
| "test/launcher/test_launcher.cc",
|
| "test/launcher/test_launcher.h",
|
| + "test/launcher/test_result.cc",
|
| + "test/launcher/test_result.h",
|
| + "test/launcher/test_results_tracker.cc",
|
| + "test/launcher/test_results_tracker.h",
|
| "test/launcher/unit_test_launcher.cc",
|
| "test/launcher/unit_test_launcher.h",
|
| "test/launcher/unit_test_launcher_ios.cc",
|
| @@ -898,8 +902,14 @@ static_library("test_support_base") {
|
| "test/multiprocess_test_android.cc",
|
| "test/null_task_runner.cc",
|
| "test/null_task_runner.h",
|
| + "test/perf_log.cc",
|
| + "test/perf_log.h",
|
| "test/perf_test_suite.cc",
|
| "test/perf_test_suite.h",
|
| + "test/perf_time_logger.cc",
|
| + "test/perf_time_logger.h",
|
| + "test/power_monitor_test_base.cc",
|
| + "test/power_monitor_test_base.h",
|
| "test/scoped_locale.cc",
|
| "test/scoped_locale.h",
|
| "test/scoped_path_override.cc",
|
| @@ -914,6 +924,7 @@ static_library("test_support_base") {
|
| "test/simple_test_tick_clock.h",
|
| "test/task_runner_test_template.cc",
|
| "test/task_runner_test_template.h",
|
| + "test/test_file_util.cc",
|
| "test/test_file_util.h",
|
| "test/test_file_util_linux.cc",
|
| "test/test_file_util_mac.cc",
|
| @@ -950,8 +961,9 @@ static_library("test_support_base") {
|
| ]
|
| deps = [
|
| "//base",
|
| - "//base:base_static",
|
| + "//base/third_party/dynamic_annotations",
|
| "//base:base_i18n",
|
| + "//base:base_static",
|
| "//testing:gmock",
|
| "//testing:gtest",
|
| "//third_party/libxml"
|
|
|