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

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: 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
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 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 'sources': [ 1634 'sources': [
1631 'tools/media_bench/media_bench.cc', 1635 'tools/media_bench/media_bench.cc',
1632 ], 1636 ],
1633 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1637 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1634 'msvs_disabled_warnings': [ 4267, ], 1638 'msvs_disabled_warnings': [ 4267, ],
1635 }, 1639 },
1636 ], 1640 ],
1637 }], 1641 }],
1638 ], 1642 ],
1639 } 1643 }
OLDNEW
« media/base/media_file_checker.cc ('K') | « media/filters/file_data_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698