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

Unified Diff: 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 | « no previous file | media/BUILD.gn » ('j') | media/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ba6a1bdcd64802c31fd3ab5fbdabdaccb09eb03e..520ef971f70a995563499a51a54a5efc0b173fb5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -732,10 +732,7 @@ group("gn_only") {
}
if (!is_android && !is_ios && !is_chromeos) {
- deps += [
- "//components/proximity_auth:proximity_auth_unittests",
- "//media/remoting:media_remoting_unittests",
- ]
+ deps += [ "//components/proximity_auth:proximity_auth_unittests" ]
}
if (is_win || is_linux) {
« no previous file with comments | « no previous file | media/BUILD.gn » ('j') | media/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698