summaryrefslogtreecommitdiffstats
path: root/media/cast/cast.gyp
diff options
context:
space:
mode:
authormikhal@chromium.org <mikhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 17:55:23 +0000
committermikhal@chromium.org <mikhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 17:55:23 +0000
commit80592f74eb32a55430389d738c8a09e2825e2162 (patch)
tree26b2e30ad06ceaa05f7e557b4779380e1857e03a /media/cast/cast.gyp
parentcf7034d1aa9b58cad4ee3e5755f53291d07d7546 (diff)
downloadchromium_src-80592f74eb32a55430389d738c8a09e2825e2162.zip
chromium_src-80592f74eb32a55430389d738c8a09e2825e2162.tar.gz
chromium_src-80592f74eb32a55430389d738c8a09e2825e2162.tar.bz2
Cast: Adding helper crypto classes
Adding two helper classes to handle encryption and decryption. This reduces code duplication between audio and video. In addition, cleaned up the .gyp files from obselete includes of crypto.gyp Review URL: https://codereview.chromium.org/138843011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/cast/cast.gyp')
-rw-r--r--media/cast/cast.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index b0bf167..16df8a6 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -48,7 +48,6 @@
'transport/cast_transport.gyp:cast_transport',
'<(DEPTH)/base/base.gyp:run_all_unittests',
'<(DEPTH)/base/base.gyp:test_support_base',
- '<(DEPTH)/crypto/crypto.gyp:crypto',
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',