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

Side by Side Diff: media/media.gyp

Issue 20572004: Add media file validation to utility process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final nits 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/filters/file_data_source.cc ('k') | no next file » | 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 cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'base/demuxer.cc', 254 'base/demuxer.cc',
255 'base/demuxer.h', 255 'base/demuxer.h',
256 'base/demuxer_stream.cc', 256 'base/demuxer_stream.cc',
257 'base/demuxer_stream.h', 257 'base/demuxer_stream.h',
258 'base/djb2.cc', 258 'base/djb2.cc',
259 'base/djb2.h', 259 'base/djb2.h',
260 'base/filter_collection.cc', 260 'base/filter_collection.cc',
261 'base/filter_collection.h', 261 'base/filter_collection.h',
262 'base/media.cc', 262 'base/media.cc',
263 'base/media.h', 263 'base/media.h',
264 'base/media_file_checker.cc',
265 'base/media_file_checker.h',
264 'base/media_keys.cc', 266 'base/media_keys.cc',
265 'base/media_keys.h', 267 'base/media_keys.h',
266 'base/media_log.cc', 268 'base/media_log.cc',
267 'base/media_log.h', 269 'base/media_log.h',
268 'base/media_log_event.h', 270 'base/media_log_event.h',
269 'base/media_posix.cc', 271 'base/media_posix.cc',
270 'base/media_switches.cc', 272 'base/media_switches.cc',
271 'base/media_switches.h', 273 'base/media_switches.h',
272 'base/media_win.cc', 274 'base/media_win.cc',
273 'base/multi_channel_resampler.cc', 275 'base/multi_channel_resampler.cc',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 }], 461 }],
460 ['media_use_ffmpeg==1', { 462 ['media_use_ffmpeg==1', {
461 'dependencies': [ 463 'dependencies': [
462 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 464 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
463 ], 465 ],
464 }, { # media_use_ffmpeg==0 466 }, { # media_use_ffmpeg==0
465 # Exclude the sources that depend on ffmpeg. 467 # Exclude the sources that depend on ffmpeg.
466 'sources!': [ 468 'sources!': [
467 'base/container_names.cc', 469 'base/container_names.cc',
468 'base/container_names.h', 470 'base/container_names.h',
471 'base/media_file_checker.cc',
472 'base/media_file_checker.h',
469 'base/media_posix.cc', 473 'base/media_posix.cc',
470 'ffmpeg/ffmpeg_common.cc', 474 'ffmpeg/ffmpeg_common.cc',
471 'ffmpeg/ffmpeg_common.h', 475 'ffmpeg/ffmpeg_common.h',
472 'filters/audio_file_reader.cc', 476 'filters/audio_file_reader.cc',
473 'filters/audio_file_reader.h', 477 'filters/audio_file_reader.h',
474 'filters/blocking_url_protocol.cc', 478 'filters/blocking_url_protocol.cc',
475 'filters/blocking_url_protocol.h', 479 'filters/blocking_url_protocol.h',
476 'filters/ffmpeg_audio_decoder.cc', 480 'filters/ffmpeg_audio_decoder.cc',
477 'filters/ffmpeg_audio_decoder.h', 481 'filters/ffmpeg_audio_decoder.h',
478 'filters/ffmpeg_demuxer.cc', 482 'filters/ffmpeg_demuxer.cc',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'base/callback_holder.h', 923 'base/callback_holder.h',
920 'base/callback_holder_unittest.cc', 924 'base/callback_holder_unittest.cc',
921 'base/channel_mixer_unittest.cc', 925 'base/channel_mixer_unittest.cc',
922 'base/clock_unittest.cc', 926 'base/clock_unittest.cc',
923 'base/container_names_unittest.cc', 927 'base/container_names_unittest.cc',
924 'base/data_buffer_unittest.cc', 928 'base/data_buffer_unittest.cc',
925 'base/decoder_buffer_queue_unittest.cc', 929 'base/decoder_buffer_queue_unittest.cc',
926 'base/decoder_buffer_unittest.cc', 930 'base/decoder_buffer_unittest.cc',
927 'base/djb2_unittest.cc', 931 'base/djb2_unittest.cc',
928 'base/gmock_callback_support_unittest.cc', 932 'base/gmock_callback_support_unittest.cc',
933 'base/media_file_checker_unittest.cc',
929 'base/multi_channel_resampler_unittest.cc', 934 'base/multi_channel_resampler_unittest.cc',
930 'base/pipeline_unittest.cc', 935 'base/pipeline_unittest.cc',
931 'base/ranges_unittest.cc', 936 'base/ranges_unittest.cc',
932 'base/run_all_unittests.cc', 937 'base/run_all_unittests.cc',
933 'base/scoped_histogram_timer_unittest.cc', 938 'base/scoped_histogram_timer_unittest.cc',
934 'base/seekable_buffer_unittest.cc', 939 'base/seekable_buffer_unittest.cc',
935 'base/sinc_resampler_unittest.cc', 940 'base/sinc_resampler_unittest.cc',
936 'base/test_data_util.cc', 941 'base/test_data_util.cc',
937 'base/test_data_util.h', 942 'base/test_data_util.h',
938 'base/vector_math_testing.h', 943 'base/vector_math_testing.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 ['OS!="ios"', { 996 ['OS!="ios"', {
992 'dependencies': [ 997 'dependencies': [
993 '../gpu/gpu.gyp:command_buffer_common', 998 '../gpu/gpu.gyp:command_buffer_common',
994 'shared_memory_support', 999 'shared_memory_support',
995 ], 1000 ],
996 }], 1001 }],
997 ['media_use_ffmpeg==1', { 1002 ['media_use_ffmpeg==1', {
998 'dependencies': [ 1003 'dependencies': [
999 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1004 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1000 ], 1005 ],
1006 }, { # media_use_ffmpeg== 0
1007 'sources!': [
1008 'base/media_file_checker_unittest.cc',
1009 ],
1001 }], 1010 }],
1002 ['os_posix==1 and OS!="mac" and OS!="ios"', { 1011 ['os_posix==1 and OS!="mac" and OS!="ios"', {
1003 'conditions': [ 1012 'conditions': [
1004 ['linux_use_tcmalloc==1', { 1013 ['linux_use_tcmalloc==1', {
1005 'dependencies': [ 1014 'dependencies': [
1006 '../base/allocator/allocator.gyp:allocator', 1015 '../base/allocator/allocator.gyp:allocator',
1007 ], 1016 ],
1008 }], 1017 }],
1009 ], 1018 ],
1010 }], 1019 }],
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 'sources': [ 1639 'sources': [
1631 'tools/media_bench/media_bench.cc', 1640 'tools/media_bench/media_bench.cc',
1632 ], 1641 ],
1633 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1642 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1634 'msvs_disabled_warnings': [ 4267, ], 1643 'msvs_disabled_warnings': [ 4267, ],
1635 }, 1644 },
1636 ], 1645 ],
1637 }], 1646 }],
1638 ], 1647 ],
1639 } 1648 }
OLDNEW
« no previous file with comments | « media/filters/file_data_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698