Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1247)

Unified Diff: tools/gn/secondary/base/BUILD.gn

Issue 25698002: (mostly) working wtf / wtf_unittests gn targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: formatting Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/secondary/BUILD.gn ('k') | tools/gn/secondary/skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « tools/gn/secondary/BUILD.gn ('k') | tools/gn/secondary/skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698