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

Side by Side Diff: media/media.gyp

Issue 11492003: Encrypted Media: Support Audio Decrypt-Only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments mostly resolved (I believe); need to add/update tests if this looks good Created 8 years 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
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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'base/video_frame.cc', 254 'base/video_frame.cc',
255 'base/video_frame.h', 255 'base/video_frame.h',
256 'base/video_renderer.cc', 256 'base/video_renderer.cc',
257 'base/video_renderer.h', 257 'base/video_renderer.h',
258 'base/video_util.cc', 258 'base/video_util.cc',
259 'base/video_util.h', 259 'base/video_util.h',
260 'crypto/aes_decryptor.cc', 260 'crypto/aes_decryptor.cc',
261 'crypto/aes_decryptor.h', 261 'crypto/aes_decryptor.h',
262 'ffmpeg/ffmpeg_common.cc', 262 'ffmpeg/ffmpeg_common.cc',
263 'ffmpeg/ffmpeg_common.h', 263 'ffmpeg/ffmpeg_common.h',
264 'filters/audio_decoder_selector.cc',
265 'filters/audio_decoder_selector.h',
264 'filters/audio_file_reader.cc', 266 'filters/audio_file_reader.cc',
265 'filters/audio_file_reader.h', 267 'filters/audio_file_reader.h',
266 'filters/audio_renderer_algorithm.cc', 268 'filters/audio_renderer_algorithm.cc',
267 'filters/audio_renderer_algorithm.h', 269 'filters/audio_renderer_algorithm.h',
268 'filters/audio_renderer_impl.cc', 270 'filters/audio_renderer_impl.cc',
269 'filters/audio_renderer_impl.h', 271 'filters/audio_renderer_impl.h',
270 'filters/blocking_url_protocol.cc', 272 'filters/blocking_url_protocol.cc',
271 'filters/blocking_url_protocol.h', 273 'filters/blocking_url_protocol.h',
272 'filters/chunk_demuxer.cc', 274 'filters/chunk_demuxer.cc',
273 'filters/chunk_demuxer.h', 275 'filters/chunk_demuxer.h',
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 'media', 1357 'media',
1356 ], 1358 ],
1357 'sources': [ 1359 'sources': [
1358 'tools/media_bench/media_bench.cc', 1360 'tools/media_bench/media_bench.cc',
1359 ], 1361 ],
1360 }, 1362 },
1361 ], 1363 ],
1362 }] 1364 }]
1363 ], 1365 ],
1364 } 1366 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698