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

Side by Side Diff: media/media.gyp

Issue 7658017: Revert 96974 - Remove mock_ffmpeg and update media unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'audio/linux/alsa_output_unittest.cc', 410 'audio/linux/alsa_output_unittest.cc',
411 'audio/mac/audio_output_mac_unittest.cc', 411 'audio/mac/audio_output_mac_unittest.cc',
412 'audio/simple_sources_unittest.cc', 412 'audio/simple_sources_unittest.cc',
413 'audio/win/audio_output_win_unittest.cc', 413 'audio/win/audio_output_win_unittest.cc',
414 'base/clock_unittest.cc', 414 'base/clock_unittest.cc',
415 'base/composite_filter_unittest.cc', 415 'base/composite_filter_unittest.cc',
416 'base/data_buffer_unittest.cc', 416 'base/data_buffer_unittest.cc',
417 'base/djb2_unittest.cc', 417 'base/djb2_unittest.cc',
418 'base/filter_collection_unittest.cc', 418 'base/filter_collection_unittest.cc',
419 'base/h264_bitstream_converter_unittest.cc', 419 'base/h264_bitstream_converter_unittest.cc',
420 'base/mock_ffmpeg.cc',
421 'base/mock_ffmpeg.h',
420 'base/mock_reader.h', 422 'base/mock_reader.h',
421 'base/mock_task.cc', 423 'base/mock_task.cc',
422 'base/mock_task.h', 424 'base/mock_task.h',
423 'base/pipeline_impl_unittest.cc', 425 'base/pipeline_impl_unittest.cc',
424 'base/pts_heap_unittest.cc', 426 'base/pts_heap_unittest.cc',
425 'base/pts_stream_unittest.cc', 427 'base/pts_stream_unittest.cc',
426 'base/run_all_unittests.cc', 428 'base/run_all_unittests.cc',
427 'base/seekable_buffer_unittest.cc', 429 'base/seekable_buffer_unittest.cc',
428 'base/state_matrix_unittest.cc', 430 'base/state_matrix_unittest.cc',
429 'base/test_data_util.cc',
430 'base/test_data_util.h',
431 'base/video_frame_unittest.cc', 431 'base/video_frame_unittest.cc',
432 'base/video_util_unittest.cc', 432 'base/video_util_unittest.cc',
433 'base/yuv_convert_unittest.cc', 433 'base/yuv_convert_unittest.cc',
434 'ffmpeg/ffmpeg_common_unittest.cc', 434 'ffmpeg/ffmpeg_common_unittest.cc',
435 'filters/adaptive_demuxer_unittest.cc', 435 'filters/adaptive_demuxer_unittest.cc',
436 'filters/audio_renderer_algorithm_ola_unittest.cc', 436 'filters/audio_renderer_algorithm_ola_unittest.cc',
437 'filters/audio_renderer_base_unittest.cc', 437 'filters/audio_renderer_base_unittest.cc',
438 'filters/bitstream_converter_unittest.cc', 438 'filters/bitstream_converter_unittest.cc',
439 'filters/chunk_demuxer_unittest.cc', 439 'filters/chunk_demuxer_unittest.cc',
440 'filters/decoder_base_unittest.cc', 440 'filters/decoder_base_unittest.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 'tools/player_x11/gl_video_renderer.h', 705 'tools/player_x11/gl_video_renderer.h',
706 'tools/player_x11/player_x11.cc', 706 'tools/player_x11/player_x11.cc',
707 'tools/player_x11/x11_video_renderer.cc', 707 'tools/player_x11/x11_video_renderer.cc',
708 'tools/player_x11/x11_video_renderer.h', 708 'tools/player_x11/x11_video_renderer.h',
709 ], 709 ],
710 }, 710 },
711 ], 711 ],
712 }], 712 }],
713 ], 713 ],
714 } 714 }
OLDNEW
« no previous file with comments | « media/filters/ffmpeg_video_decoder_unittest.cc ('k') | media/video/ffmpeg_video_decode_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698