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

Side by Side Diff: media/media.gyp

Issue 10829470: Support for parsing encrypted WebM streams by src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tool player_x11 Created 7 years, 9 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
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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'video/picture.h', 403 'video/picture.h',
404 'video/video_decode_accelerator.cc', 404 'video/video_decode_accelerator.cc',
405 'video/video_decode_accelerator.h', 405 'video/video_decode_accelerator.h',
406 'webm/webm_cluster_parser.cc', 406 'webm/webm_cluster_parser.cc',
407 'webm/webm_cluster_parser.h', 407 'webm/webm_cluster_parser.h',
408 'webm/webm_constants.h', 408 'webm/webm_constants.h',
409 'webm/webm_content_encodings.cc', 409 'webm/webm_content_encodings.cc',
410 'webm/webm_content_encodings.h', 410 'webm/webm_content_encodings.h',
411 'webm/webm_content_encodings_client.cc', 411 'webm/webm_content_encodings_client.cc',
412 'webm/webm_content_encodings_client.h', 412 'webm/webm_content_encodings_client.h',
413 'webm/webm_crypto_helpers.cc',
414 'webm/webm_crypto_helpers.h',
413 'webm/webm_info_parser.cc', 415 'webm/webm_info_parser.cc',
414 'webm/webm_info_parser.h', 416 'webm/webm_info_parser.h',
415 'webm/webm_parser.cc', 417 'webm/webm_parser.cc',
416 'webm/webm_parser.h', 418 'webm/webm_parser.h',
417 'webm/webm_stream_parser.cc', 419 'webm/webm_stream_parser.cc',
418 'webm/webm_stream_parser.h', 420 'webm/webm_stream_parser.h',
419 'webm/webm_tracks_parser.cc', 421 'webm/webm_tracks_parser.cc',
420 'webm/webm_tracks_parser.h', 422 'webm/webm_tracks_parser.h',
421 ], 423 ],
422 'direct_dependent_settings': { 424 'direct_dependent_settings': {
(...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 ], 1633 ],
1632 'sources': [ 1634 'sources': [
1633 'base/simd/sinc_resampler_sse.cc', 1635 'base/simd/sinc_resampler_sse.cc',
1634 'base/simd/vector_math_sse.cc', 1636 'base/simd/vector_math_sse.cc',
1635 ], 1637 ],
1636 }, # end of target media_sse 1638 }, # end of target media_sse
1637 ], 1639 ],
1638 }], 1640 }],
1639 ], 1641 ],
1640 } 1642 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_integration_test_base.cc ('k') | media/tools/demuxer_bench/demuxer_bench.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698