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

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

Issue 2756333002: Rename MediaClientAndroid to MediaDrmBridgeClient (Closed)
Patch Set: Fix .h guards Created 3 years, 9 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 | « chromecast/common/cast_content_client.cc ('k') | chromecast/common/media/cast_media_client_android.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 fdac2144d6e2d8252bcd44123d2d43491f3ae806..95e5f46a3e3b66d79a71d822c75e4b6232cf1469 100644
--- a/chromecast/common/media/BUILD.gn
+++ b/chromecast/common/media/BUILD.gn
@@ -21,8 +21,8 @@ source_set("media") {
if (is_android) {
sources += [
- "cast_media_client_android.cc",
- "cast_media_client_android.h",
+ "cast_media_drm_bridge_client.cc",
+ "cast_media_drm_bridge_client.h",
]
deps += [
"//chromecast/media",
« no previous file with comments | « chromecast/common/cast_content_client.cc ('k') | chromecast/common/media/cast_media_client_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698