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

Side by Side Diff: media/media.gyp

Issue 9323044: Refactor PipelineIntegrationTest into PipelineIntegrationTestBase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try fixes. Created 8 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
« no previous file with comments | « media/filters/pipeline_integration_test_base.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) 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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 }, 10 },
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'filters/audio_renderer_base_unittest.cc', 601 'filters/audio_renderer_base_unittest.cc',
602 'filters/bitstream_converter_unittest.cc', 602 'filters/bitstream_converter_unittest.cc',
603 'filters/chunk_demuxer_unittest.cc', 603 'filters/chunk_demuxer_unittest.cc',
604 'filters/ffmpeg_audio_decoder_unittest.cc', 604 'filters/ffmpeg_audio_decoder_unittest.cc',
605 'filters/ffmpeg_demuxer_unittest.cc', 605 'filters/ffmpeg_demuxer_unittest.cc',
606 'filters/ffmpeg_glue_unittest.cc', 606 'filters/ffmpeg_glue_unittest.cc',
607 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', 607 'filters/ffmpeg_h264_bitstream_converter_unittest.cc',
608 'filters/ffmpeg_video_decoder_unittest.cc', 608 'filters/ffmpeg_video_decoder_unittest.cc',
609 'filters/file_data_source_unittest.cc', 609 'filters/file_data_source_unittest.cc',
610 'filters/pipeline_integration_test.cc', 610 'filters/pipeline_integration_test.cc',
611 'filters/pipeline_integration_test_base.cc',
611 'filters/video_renderer_base_unittest.cc', 612 'filters/video_renderer_base_unittest.cc',
612 'video/capture/video_capture_device_unittest.cc', 613 'video/capture/video_capture_device_unittest.cc',
613 'webm/cluster_builder.cc', 614 'webm/cluster_builder.cc',
614 'webm/cluster_builder.h', 615 'webm/cluster_builder.h',
615 'webm/webm_parser_unittest.cc', 616 'webm/webm_parser_unittest.cc',
616 ], 617 ],
617 'conditions': [ 618 'conditions': [
618 ['os_posix==1 and OS!="mac"', { 619 ['os_posix==1 and OS!="mac"', {
619 'conditions': [ 620 'conditions': [
620 ['linux_use_tcmalloc==1', { 621 ['linux_use_tcmalloc==1', {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 890 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
890 ], 891 ],
891 'sources': [ 892 'sources': [
892 'tools/media_bench/media_bench.cc', 893 'tools/media_bench/media_bench.cc',
893 ], 894 ],
894 }, 895 },
895 ], 896 ],
896 }] 897 }]
897 ], 898 ],
898 } 899 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_integration_test_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698