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

Unified Diff: webrtc/video/BUILD.gn

Issue 3010133002: Tightening visibility and removing a public_dep. (Closed)
Patch Set: Fixing rtc_test target Created 3 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 | « webrtc/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index f3bba0ebf44f82aaa0e31fe55a24083bebc3cb76..c93ef8cc406c105ebf0d668c06543d27bc3d140e 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -165,6 +165,7 @@ if (rtc_include_tests) {
"../system_wrappers:metrics_default",
"../test:field_trial",
"../test:run_test",
+ "../test:run_test_interface",
"../test:test_common",
"../test:test_renderer",
"../test:test_support",
@@ -189,6 +190,7 @@ if (rtc_include_tests) {
"../system_wrappers:metrics_default",
"../test:field_trial",
"../test:run_test",
+ "../test:run_test_interface",
"../test:test_common",
"../test:test_renderer",
"../test:test_support",
@@ -218,6 +220,7 @@ if (rtc_include_tests) {
"../test:field_trial",
"../test:rtp_test_utils",
"../test:run_test",
+ "../test:run_test_interface",
"../test:test_common",
"../test:test_renderer",
"../test:test_support",
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698