summaryrefslogtreecommitdiffstats
path: root/media/media_cdm.gypi
diff options
context:
space:
mode:
authoramogh.bihani@samsung.com <amogh.bihani@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 13:18:16 +0000
committeramogh.bihani@samsung.com <amogh.bihani@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 13:18:16 +0000
commit39edc50e9c5c99093e9cd91f70be391f8d8508e3 (patch)
tree5a92ba1dd0229355cf1256adbab0ef14da70dc04 /media/media_cdm.gypi
parentb82e32b7d9e4e0be0cd7dacfe2647ab55ad44780 (diff)
downloadchromium_src-39edc50e9c5c99093e9cd91f70be391f8d8508e3.zip
chromium_src-39edc50e9c5c99093e9cd91f70be391f8d8508e3.tar.gz
chromium_src-39edc50e9c5c99093e9cd91f70be391f8d8508e3.tar.bz2
Using GURL in place of std::string for destination_url
Currently destination_url uses GURL type only for IPC. This patch makes all the layers use GURL. BUG=372877 Review URL: https://codereview.chromium.org/297703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273197 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media_cdm.gypi')
-rw-r--r--media/media_cdm.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/media_cdm.gypi b/media/media_cdm.gypi
index a4f968f..6f84ed5 100644
--- a/media/media_cdm.gypi
+++ b/media/media_cdm.gypi
@@ -76,6 +76,7 @@
'defines': ['CDM_IMPLEMENTATION'],
'dependencies': [
'media',
+ '../url/url.gyp:url_lib',
# Include the following for media::AudioBus.
'shared_memory_support',
'<(DEPTH)/base/base.gyp:base',