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

Side by Side Diff: media/media.gyp

Issue 10534096: Generalize AesDecryptor to make it more spec compliant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/filters/pipeline_integration_test_base.cc ('k') | media/mp4/mp4_stream_parser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'base/video_decoder.h', 189 'base/video_decoder.h',
190 'base/video_decoder_config.cc', 190 'base/video_decoder_config.cc',
191 'base/video_decoder_config.h', 191 'base/video_decoder_config.h',
192 'base/video_frame.cc', 192 'base/video_frame.cc',
193 'base/video_frame.h', 193 'base/video_frame.h',
194 'base/video_renderer.h', 194 'base/video_renderer.h',
195 'base/video_util.cc', 195 'base/video_util.cc',
196 'base/video_util.h', 196 'base/video_util.h',
197 'crypto/aes_decryptor.cc', 197 'crypto/aes_decryptor.cc',
198 'crypto/aes_decryptor.h', 198 'crypto/aes_decryptor.h',
199 'crypto/decryptor_client.h',
199 'ffmpeg/ffmpeg_common.cc', 200 'ffmpeg/ffmpeg_common.cc',
200 'ffmpeg/ffmpeg_common.h', 201 'ffmpeg/ffmpeg_common.h',
201 'ffmpeg/file_protocol.cc', 202 'ffmpeg/file_protocol.cc',
202 'ffmpeg/file_protocol.h', 203 'ffmpeg/file_protocol.h',
203 'filters/audio_file_reader.cc', 204 'filters/audio_file_reader.cc',
204 'filters/audio_file_reader.h', 205 'filters/audio_file_reader.h',
205 'filters/audio_renderer_algorithm.cc', 206 'filters/audio_renderer_algorithm.cc',
206 'filters/audio_renderer_algorithm.h', 207 'filters/audio_renderer_algorithm.h',
207 'filters/audio_renderer_impl.cc', 208 'filters/audio_renderer_impl.cc',
208 'filters/audio_renderer_impl.h', 209 'filters/audio_renderer_impl.h',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1079 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1079 ], 1080 ],
1080 'sources': [ 1081 'sources': [
1081 'tools/media_bench/media_bench.cc', 1082 'tools/media_bench/media_bench.cc',
1082 ], 1083 ],
1083 }, 1084 },
1084 ], 1085 ],
1085 }] 1086 }]
1086 ], 1087 ],
1087 } 1088 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_integration_test_base.cc ('k') | media/mp4/mp4_stream_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698