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

Unified Diff: components/cdm.gypi

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 | « chromecast/browser/media/cast_media_client_android.h ('k') | components/cdm/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm.gypi
diff --git a/components/cdm.gypi b/components/cdm.gypi
index 853ff35d5c0f7eb79e7c14c1edebdd9c990538e9..02ba08049cd48fbece2894fbbbeca48a0504ef99 100644
--- a/components/cdm.gypi
+++ b/components/cdm.gypi
@@ -18,6 +18,14 @@
'cdm/common/cdm_message_generator.h',
'cdm/common/cdm_messages_android.h',
],
+ 'conditions': [
+ ['OS == "android"', {
+ 'sources': [
+ 'cdm/common/widevine_drm_delegate_android.cc',
+ 'cdm/common/widevine_drm_delegate_android.h',
+ ],
+ }],
+ ],
},
{
# GN version: //components/cdm/renderer
@@ -64,8 +72,6 @@
'sources': [
'cdm/browser/cdm_message_filter_android.cc',
'cdm/browser/cdm_message_filter_android.h',
- 'cdm/browser/widevine_drm_delegate_android.cc',
- 'cdm/browser/widevine_drm_delegate_android.h',
],
},
],
« no previous file with comments | « chromecast/browser/media/cast_media_client_android.h ('k') | components/cdm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698