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

Unified Diff: components/cdm.gypi

Issue 665343002: Move KeySystemInfo to media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 6 years, 2 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/renderer/key_systems_cast.cc ('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 618342cc070002ef8ed8416f169c165fc3e832ec..d6f640ae67ec2c1f13c2ef6a2b89ac7648851cf6 100644
--- a/components/cdm.gypi
+++ b/components/cdm.gypi
@@ -26,7 +26,6 @@
'dependencies': [
'cdm_common',
'../base/base.gyp:base',
- '../content/content.gyp:content_common',
'../content/content.gyp:content_renderer',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
],
@@ -43,8 +42,8 @@
'sources': [
'cdm/renderer/android_key_systems.cc',
'cdm/renderer/android_key_systems.h',
- ],
- }],
+ ],
+ }],
],
},
],
« no previous file with comments | « chromecast/renderer/key_systems_cast.cc ('k') | components/cdm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698