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

Side by Side Diff: media/media.gyp

Issue 3148003: Allow unit tests to use a mock audio input controller. (Closed)
Patch Set: Address review comments from Jeremy and Alpha Created 10 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
« no previous file with comments | « media/audio/test_audio_input_controller_factory.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ['linux_use_tcmalloc==1', { 279 ['linux_use_tcmalloc==1', {
280 'dependencies': [ 280 'dependencies': [
281 '../base/allocator/allocator.gyp:allocator', 281 '../base/allocator/allocator.gyp:allocator',
282 ], 282 ],
283 }], 283 }],
284 ], 284 ],
285 }], 285 }],
286 ], 286 ],
287 }, 287 },
288 { 288 {
289 'target_name': 'media_test_support',
290 'type': '<(library)',
291 'dependencies': [
292 'media',
293 '../base/base.gyp:base',
294 ],
295 'sources': [
296 'audio/test_audio_input_controller_factory.cc',
297 'audio/test_audio_input_controller_factory.h',
298 ],
299 },
300 {
289 'target_name': 'media_bench', 301 'target_name': 'media_bench',
290 'type': 'executable', 302 'type': 'executable',
291 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF', 303 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF',
292 'dependencies': [ 304 'dependencies': [
293 'media', 305 'media',
294 '../base/base.gyp:base', 306 '../base/base.gyp:base',
295 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 307 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
296 ], 308 ],
297 'sources': [ 309 'sources': [
298 'tools/media_bench/media_bench.cc', 310 'tools/media_bench/media_bench.cc',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 ], 574 ],
563 }], 575 }],
564 ], 576 ],
565 } 577 }
566 578
567 # Local Variables: 579 # Local Variables:
568 # tab-width:2 580 # tab-width:2
569 # indent-tabs-mode:nil 581 # indent-tabs-mode:nil
570 # End: 582 # End:
571 # vim: set expandtab tabstop=2 shiftwidth=2: 583 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « media/audio/test_audio_input_controller_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698