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

Unified Diff: media/media_cdm_adapter.gyp

Issue 297703002: Using GURL in place of std::string for destination_url (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « media/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_cdm_adapter.gyp
diff --git a/media/media_cdm_adapter.gyp b/media/media_cdm_adapter.gyp
index e71efcc265d3b03865e310be4f51706199f29d94..70d4bd1804f70ef53d3dc3a05c39668a7555030b 100644
--- a/media/media_cdm_adapter.gyp
+++ b/media/media_cdm_adapter.gyp
@@ -18,6 +18,9 @@
{
'target_name': 'cdmadapter',
'type': 'none',
+ 'dependencies': [
+ '../url/url.gyp:url_lib',
xhwang 2014/05/27 16:33:45 Can you try to add this dependency on "clearkeycdm
ddorwin 2014/05/27 17:00:14 And it shouldn't be here. The issue is that clear
+ ],
'direct_dependent_settings': {
'sources': [
'cdm/ppapi/api/content_decryption_module.h',
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698