Chromium Code Reviews| 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", |