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

Unified Diff: media/BUILD.gn

Issue 2435423002: Add media remoting unittests to media_unittests. (Closed)
Patch Set: Created 4 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 | « BUILD.gn ('k') | media/remoting/BUILD.gn » ('j') | media/remoting/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index e25c10a8c191d0aeb649c64f41025c2d686d367e..ce21b563f450a7a338ab10117350152d6a7c72da 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -727,6 +727,10 @@ test("media_unittests") {
"//ui/android:ui_java",
]
}
+
+ if (enable_media_remoting) {
+ deps += [ "//media/remoting:media_remoting_unittests" ]
xhwang 2016/10/22 00:02:33 Does the tests work if enable_media_remoting is fa
xjz 2016/10/22 00:47:43 After discussing with miu@ offline, we decide to r
+ }
}
test("media_perftests") {
« no previous file with comments | « BUILD.gn ('k') | media/remoting/BUILD.gn » ('j') | media/remoting/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698