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

Unified Diff: media/media.gyp

Issue 22362007: Relocate last remnants of webkit/renderer/media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index b2bde3dc872aebb3e719a9345f9e1390844061c8..c8a06e77d85738eafd929020e0b9101401f93d21 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -312,8 +312,8 @@
'base/video_util.h',
'base/yuv_convert.cc',
'base/yuv_convert.h',
- 'crypto/aes_decryptor.cc',
- 'crypto/aes_decryptor.h',
+ 'cdm/aes_decryptor.cc',
+ 'cdm/aes_decryptor.h',
'ffmpeg/ffmpeg_common.cc',
'ffmpeg/ffmpeg_common.h',
'filters/audio_decoder_selector.cc',
@@ -940,7 +940,7 @@
'base/video_frame_unittest.cc',
'base/video_util_unittest.cc',
'base/yuv_convert_unittest.cc',
- 'crypto/aes_decryptor_unittest.cc',
+ 'cdm/aes_decryptor_unittest.cc',
'ffmpeg/ffmpeg_common_unittest.cc',
'filters/audio_decoder_selector_unittest.cc',
'filters/audio_file_reader_unittest.cc',
@@ -1285,6 +1285,9 @@
], # targets
}],
['OS!="ios"', {
+ 'includes': [
+ 'media_cdm.gypi',
+ ],
'targets': [
{
# Minimal target for NaCl and other renderer side media clients which

Powered by Google App Engine
This is Rietveld 408576698