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

Side by Side Diff: media/media.gyp

Issue 6350001: Replace MockFilterCallback with MockCallback and simplify unit tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: copyright years Created 9 years, 11 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 'player_x11_renderer%': 'x11', 8 'player_x11_renderer%': 'x11',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'audio/fake_audio_input_stream_unittest.cc', 271 'audio/fake_audio_input_stream_unittest.cc',
272 'audio/linux/alsa_output_unittest.cc', 272 'audio/linux/alsa_output_unittest.cc',
273 'audio/mac/audio_output_mac_unittest.cc', 273 'audio/mac/audio_output_mac_unittest.cc',
274 'audio/simple_sources_unittest.cc', 274 'audio/simple_sources_unittest.cc',
275 'audio/win/audio_output_win_unittest.cc', 275 'audio/win/audio_output_win_unittest.cc',
276 'base/composite_filter_unittest.cc', 276 'base/composite_filter_unittest.cc',
277 'base/clock_impl_unittest.cc', 277 'base/clock_impl_unittest.cc',
278 'base/data_buffer_unittest.cc', 278 'base/data_buffer_unittest.cc',
279 'base/djb2_unittest.cc', 279 'base/djb2_unittest.cc',
280 'base/filter_collection_unittest.cc', 280 'base/filter_collection_unittest.cc',
281 'base/mock_callback.cc',
282 'base/mock_callback.h',
281 'base/mock_ffmpeg.cc', 283 'base/mock_ffmpeg.cc',
282 'base/mock_ffmpeg.h', 284 'base/mock_ffmpeg.h',
283 'base/mock_reader.h', 285 'base/mock_reader.h',
284 'base/mock_task.cc', 286 'base/mock_task.cc',
285 'base/mock_task.h', 287 'base/mock_task.h',
286 'base/pipeline_impl_unittest.cc', 288 'base/pipeline_impl_unittest.cc',
287 'base/pts_heap_unittest.cc', 289 'base/pts_heap_unittest.cc',
288 'base/run_all_unittests.cc', 290 'base/run_all_unittests.cc',
289 'base/seekable_buffer_unittest.cc', 291 'base/seekable_buffer_unittest.cc',
290 'base/state_matrix_unittest.cc', 292 'base/state_matrix_unittest.cc',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ], 645 ],
644 }], 646 }],
645 ], 647 ],
646 } 648 }
647 649
648 # Local Variables: 650 # Local Variables:
649 # tab-width:2 651 # tab-width:2
650 # indent-tabs-mode:nil 652 # indent-tabs-mode:nil
651 # End: 653 # End:
652 # vim: set expandtab tabstop=2 shiftwidth=2: 654 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« media/base/composite_filter_unittest.cc ('K') | « media/filters/video_renderer_base_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698