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

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

Issue 1907263003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « chromecast/browser/DEPS ('k') | chromecast/browser/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/browser/media/BUILD.gn
diff --git a/chromecast/browser/media/BUILD.gn b/chromecast/browser/media/BUILD.gn
index ffa4bafff9da78579273b6212cbb67d82f8acc84..1789de39514787434d60e6ad732a38ef4ccb2b4f 100644
--- a/chromecast/browser/media/BUILD.gn
+++ b/chromecast/browser/media/BUILD.gn
@@ -49,7 +49,7 @@ source_set("media") {
]
if (is_android) {
- deps += [ "//components/cdm/browser" ]
+ deps += [ "//components/cdm/common" ]
} else {
sources += [
"cma_message_filter_host.cc",
« no previous file with comments | « chromecast/browser/DEPS ('k') | chromecast/browser/media/cast_media_client_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698