| 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..cd59173a58f3efc981681b406b1eb2927a03dee6 100644
|
| --- a/tools/gn/secondary/base/BUILD.gn
|
| +++ b/tools/gn/secondary/base/BUILD.gn
|
| @@ -884,6 +884,8 @@ static_library("test_support_base") {
|
| "test/launcher/parallel_test_launcher.h",
|
| "test/launcher/test_launcher.cc",
|
| "test/launcher/test_launcher.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 +900,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",
|
| @@ -950,8 +958,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"
|
|
|