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

Unified Diff: components/cdm.gypi

Issue 320383005: Add an IPC to return the platform supported key-system names in Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed xhwang's comments. Created 6 years, 6 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/renderer/media/chrome_key_systems.cc ('k') | components/cdm/browser/cdm_message_filter_android.h » ('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 14f9234180b5d041a86d818400b144b4609f0ffa..9ae2843c9f2f5bf5a2d6c7db9e4969334a74a6c3 100644
--- a/components/cdm.gypi
+++ b/components/cdm.gypi
@@ -36,6 +36,14 @@
'cdm/renderer/widevine_key_systems.cc',
'cdm/renderer/widevine_key_systems.h',
],
+ 'conditions': [
+ ['OS == "android"', {
+ 'sources': [
+ 'cdm/renderer/android_key_systems.cc',
+ 'cdm/renderer/android_key_systems.h',
+ ],
+ }],
+ ],
},
],
'conditions': [
« no previous file with comments | « chrome/renderer/media/chrome_key_systems.cc ('k') | components/cdm/browser/cdm_message_filter_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698