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

Unified Diff: chrome/common/media_router/BUILD.gn

Issue 2834573003: [Media Router] Remove duplicate entries in BUILD (Closed)
Patch Set: Nit fix Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5616d2726f5dca763ec38bc5bfb133b6a5274407 100644
--- a/chrome/common/media_router/BUILD.gn
+++ b/chrome/common/media_router/BUILD.gn
@@ -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" ]
- }
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698