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

Unified Diff: webrtc/test/BUILD.gn

Issue 2629923002: GN: Refactor modules_unittests to eliminate package boundary violations. (Closed)
Patch Set: Addressing comments. Created 3 years, 11 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 | « webrtc/modules/video_processing/BUILD.gn ('k') | no next file » | 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 e8ad02d408d95a4c447c53402bb35ff1fce3f3d3..5ad85fce24700737601bbb51290710508f1c36a0 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -140,6 +140,7 @@ rtc_source_set("test_support") {
"testsupport/perf_test.h",
"testsupport/trace_to_stderr.cc",
"testsupport/trace_to_stderr.h",
+ "testsupport/unittest_utils.h",
]
deps = [
@@ -221,7 +222,6 @@ rtc_test("test_support_unittests") {
"testsupport/metrics/video_metrics_unittest.cc",
"testsupport/packet_reader_unittest.cc",
"testsupport/perf_test_unittest.cc",
- "testsupport/unittest_utils.h",
]
# TODO(jschuh): Bug 1348: fix this warning.
@@ -333,6 +333,7 @@ rtc_source_set("test_common") {
"../modules/audio_mixer:audio_mixer_impl",
"../modules/audio_processing",
"../modules/media_file",
+ "../modules/video_capture:video_capture",
"../modules/video_capture:video_capture_module",
"../video",
"//testing/gmock",
« no previous file with comments | « webrtc/modules/video_processing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698