Index: chrome/common/media_router/BUILD.gn |
diff --git a/chrome/common/media_router/BUILD.gn b/chrome/common/media_router/BUILD.gn |
index ac867ed6765aa9d1a4868d9507e6ee8d21da821c..6f8248dc795a0069bbf180618fbfac63b1ac30a3 100644 |
--- a/chrome/common/media_router/BUILD.gn |
+++ b/chrome/common/media_router/BUILD.gn |
@@ -1,4 +1,4 @@ |
-# Copyright 2017 The Chromium Authors. All rights reserved. |
+# Copyright 2017 The Chrounit_testsmium Authors. All rights reserved. |
imcheng
2017/04/20 18:41:02
Revert this
takumif
2017/04/20 19:05:45
Oops, fixed.
|
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
@@ -37,28 +37,3 @@ static_library("router") { |
public_deps += [ "mojo:media_router" ] |
} |
} |
- |
-source_set("unit_tests") { |
- testonly = true |
- public_deps = [ |
- ":router", |
- "//base/test:test_support", |
- "//testing/gmock", |
- "//testing/gtest", |
- "//third_party/icu", |
- ] |
- |
- sources = [ |
- "discovery/media_sink_internal_unittest.cc", |
- "issue_unittest.cc", |
- "media_route_unittest.cc", |
- "media_sink_unittest.cc", |
- "media_source_helper_unittest.cc", |
- "media_source_unittest.cc", |
- ] |
- |
- if (!is_android) { |
- public_deps += [ "mojo:media_router_test_interfaces" ] |
- sources += [ "mojo/media_router_struct_traits_unittest.cc" ] |
- } |
-} |