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

Unified Diff: chromecast/common/media/BUILD.gn

Issue 2712983004: Simplify/Cleanup MediaClient (Closed)
Patch Set: Fix test leak 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 | « chrome/test/BUILD.gn ('k') | chromecast/common/media/cast_media_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/media/BUILD.gn
diff --git a/chromecast/common/media/BUILD.gn b/chromecast/common/media/BUILD.gn
index 2e1181d9d61c57d71835c6bf02e471f21d0f11b6..2e22b43548c3510d25fbaa9783d4d92b5d775f2f 100644
--- a/chromecast/common/media/BUILD.gn
+++ b/chromecast/common/media/BUILD.gn
@@ -6,27 +6,17 @@ import("//chromecast/chromecast.gni")
import("//mojo/public/tools/bindings/mojom.gni")
source_set("media") {
- sources = [
- "cast_media_client.cc",
- "cast_media_client.h",
- ]
-
- deps = [
- "//base",
- "//chromecast/media",
- "//chromecast/media/cdm",
- "//chromecast/public:public",
- "//media",
- ]
-
if (is_android) {
- sources += [
+ sources = [
"cast_media_drm_bridge_client.cc",
"cast_media_drm_bridge_client.h",
]
- deps += [
+ deps = [
+ "//base",
"//chromecast/media",
+ "//chromecast/media/cdm",
"//components/cdm/common",
+ "//media",
]
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chromecast/common/media/cast_media_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698