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

Side by Side Diff: media/media.gyp

Issue 6413036: Another big out-of-lining of test code. Hits a lot of gmock objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lei comments Created 9 years, 10 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 ], 353 ],
354 'sources': [ 354 'sources': [
355 'audio/test_audio_input_controller_factory.cc', 355 'audio/test_audio_input_controller_factory.cc',
356 'audio/test_audio_input_controller_factory.h', 356 'audio/test_audio_input_controller_factory.h',
357 'base/mock_callback.cc', 357 'base/mock_callback.cc',
358 'base/mock_callback.h', 358 'base/mock_callback.h',
359 'base/mock_filter_host.cc', 359 'base/mock_filter_host.cc',
360 'base/mock_filter_host.h', 360 'base/mock_filter_host.h',
361 'base/mock_filters.cc', 361 'base/mock_filters.cc',
362 'base/mock_filters.h', 362 'base/mock_filters.h',
363 'video/video_mock_objects.cc',
364 'video/video_mock_objects.h',
363 ], 365 ],
364 }, 366 },
365 { 367 {
366 'target_name': 'media_bench', 368 'target_name': 'media_bench',
367 'type': 'executable', 369 'type': 'executable',
368 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF', 370 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF',
369 'dependencies': [ 371 'dependencies': [
370 'media', 372 'media',
371 '../base/base.gyp:base', 373 '../base/base.gyp:base',
372 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 374 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 ], 664 ],
663 }], 665 }],
664 ], 666 ],
665 } 667 }
666 668
667 # Local Variables: 669 # Local Variables:
668 # tab-width:2 670 # tab-width:2
669 # indent-tabs-mode:nil 671 # indent-tabs-mode:nil
670 # End: 672 # End:
671 # vim: set expandtab tabstop=2 shiftwidth=2: 673 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/test/sync/engine/test_directory_setter_upper.cc ('k') | media/video/video_mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698