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

Unified Diff: base/test/BUILD.gn

Issue 542893002: Add trace-to-file support for base::TestSuite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows, take 3 Created 6 years, 3 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 | « base/base_switches.cc ('k') | base/test/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index f7a6001655d6a0d01cd3a09dc6dc950c7979f1c8..add74cba4bcc2e455819f8f7c3b2ab0ee6c475c6 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -96,6 +96,8 @@ source_set("test_support") {
"thread_test_helper.h",
"trace_event_analyzer.cc",
"trace_event_analyzer.h",
+ "trace_to_file.cc",
+ "trace_to_file.h",
"values_test_util.cc",
"values_test_util.h",
]
« no previous file with comments | « base/base_switches.cc ('k') | base/test/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698