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

Unified Diff: content/gpu/BUILD.gn

Issue 1934193003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
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 | « components/cdm/common/widevine_drm_delegate_android.cc ('k') | content/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 5043e8a06f281272f614d960d7e7a0dc0f65ed17..25bd889210c66049c41f9f23c70982394d0299a8 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -63,6 +63,9 @@ source_set("gpu_sources") {
if (mojo_media_host == "gpu") {
deps += [ "//media/mojo/services:application_factory" ]
+ if (is_android) {
+ deps += [ "//media/base/android" ]
+ }
}
if (is_win) {
« no previous file with comments | « components/cdm/common/widevine_drm_delegate_android.cc ('k') | content/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698