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

Unified Diff: media/remoting/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
Index: media/remoting/BUILD.gn
diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
index d4d87e7850c59f61f6cb62ca4476497205295cdb..667e4a476bcde2b337779c56acf7a313789e64a4 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -43,7 +43,8 @@ source_set("remoting") {
]
}
-test("media_remoting_unittests") {
+source_set("media_remoting_unittests") {
miu 2016/10/22 00:16:48 Please see the initial plan in https://crbug.com/6
xjz 2016/10/22 00:47:43 Done.
+ testonly = true
sources = [
"remoting_controller_unittest.cc",
"rpc/proto_utils_unittest.cc",
@@ -56,7 +57,6 @@ test("media_remoting_unittests") {
"//base/test:test_support",
"//media",
"//media/mojo/interfaces:remoting",
- "//mojo/edk/test:run_all_unittests",
"//testing/gmock",
"//testing/gtest",
"//ui/gfx:test_support",

Powered by Google App Engine
This is Rietveld 408576698