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

Unified Diff: webrtc/test/BUILD.gn

Issue 2989613002: Rename isolated_output to test_output and add a method to get the test_output directory. (Closed)
Patch Set: Fix CE Created 3 years, 5 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 | « no previous file | webrtc/test/testsupport/isolated_output.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 8f50c1189add93c4b061d77cf691a5bf4a4df961..799642d1e197d224d40d42c30f590085e04ba67b 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -235,11 +235,11 @@ if (!build_with_chromium) {
}
}
- rtc_source_set("test_support_isolated_output") {
+ rtc_source_set("test_support_test_output") {
testonly = true
sources = [
- "testsupport/isolated_output.cc",
- "testsupport/isolated_output.h",
+ "testsupport/test_output.cc",
+ "testsupport/test_output.h",
]
deps = [
":fileutils",
@@ -286,10 +286,10 @@ if (!build_with_chromium) {
"rtp_file_reader_unittest.cc",
"rtp_file_writer_unittest.cc",
"testsupport/always_passing_unittest.cc",
- "testsupport/isolated_output_unittest.cc",
"testsupport/metrics/video_metrics_unittest.cc",
"testsupport/packet_reader_unittest.cc",
"testsupport/perf_test_unittest.cc",
+ "testsupport/test_output_unittest.cc",
"testsupport/y4m_frame_writer_unittest.cc",
"testsupport/yuv_frame_reader_unittest.cc",
"testsupport/yuv_frame_writer_unittest.cc",
@@ -323,7 +323,7 @@ if (!build_with_chromium) {
":fileutils_unittests",
":test_common",
":test_main",
- ":test_support_isolated_output",
+ ":test_support_test_output",
":video_test_common",
":video_test_support",
"../modules/video_capture",
« no previous file with comments | « no previous file | webrtc/test/testsupport/isolated_output.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698