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

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: 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'base/video_frame.cc', 252 'base/video_frame.cc',
253 'base/video_frame.h', 253 'base/video_frame.h',
254 'base/video_renderer.cc', 254 'base/video_renderer.cc',
255 'base/video_renderer.h', 255 'base/video_renderer.h',
256 'base/video_util.cc', 256 'base/video_util.cc',
257 'base/video_util.h', 257 'base/video_util.h',
258 'crypto/aes_decryptor.cc', 258 'crypto/aes_decryptor.cc',
259 'crypto/aes_decryptor.h', 259 'crypto/aes_decryptor.h',
260 'ffmpeg/ffmpeg_common.cc', 260 'ffmpeg/ffmpeg_common.cc',
261 'ffmpeg/ffmpeg_common.h', 261 'ffmpeg/ffmpeg_common.h',
262 'filters/audio_decoder_factory.cc',
263 'filters/audio_decoder_factory.h',
262 'filters/audio_file_reader.cc', 264 'filters/audio_file_reader.cc',
263 'filters/audio_file_reader.h', 265 'filters/audio_file_reader.h',
264 'filters/audio_renderer_algorithm.cc', 266 'filters/audio_renderer_algorithm.cc',
265 'filters/audio_renderer_algorithm.h', 267 'filters/audio_renderer_algorithm.h',
266 'filters/audio_renderer_impl.cc', 268 'filters/audio_renderer_impl.cc',
267 'filters/audio_renderer_impl.h', 269 'filters/audio_renderer_impl.h',
268 'filters/blocking_url_protocol.cc', 270 'filters/blocking_url_protocol.cc',
269 'filters/blocking_url_protocol.h', 271 'filters/blocking_url_protocol.h',
270 'filters/chunk_demuxer.cc', 272 'filters/chunk_demuxer.cc',
271 'filters/chunk_demuxer.h', 273 'filters/chunk_demuxer.h',
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 'media', 1354 'media',
1353 ], 1355 ],
1354 'sources': [ 1356 'sources': [
1355 'tools/media_bench/media_bench.cc', 1357 'tools/media_bench/media_bench.cc',
1356 ], 1358 ],
1357 }, 1359 },
1358 ], 1360 ],
1359 }] 1361 }]
1360 ], 1362 ],
1361 } 1363 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698