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

Side by Side Diff: media/media.gyp

Issue 12262058: Revert r180578, r180591, and r180604 from 1410 branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 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/video_renderer_base_unittest.cc ('k') | media/tools/player_x11/player_x11.cc » ('j') | 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 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 'base/audio_splicer_unittest.cc', 781 'base/audio_splicer_unittest.cc',
782 'base/audio_timestamp_helper_unittest.cc', 782 'base/audio_timestamp_helper_unittest.cc',
783 'base/bind_to_loop_unittest.cc', 783 'base/bind_to_loop_unittest.cc',
784 'base/bit_reader_unittest.cc', 784 'base/bit_reader_unittest.cc',
785 'base/channel_mixer_unittest.cc', 785 'base/channel_mixer_unittest.cc',
786 'base/clock_unittest.cc', 786 'base/clock_unittest.cc',
787 'base/data_buffer_unittest.cc', 787 'base/data_buffer_unittest.cc',
788 'base/decoder_buffer_queue_unittest.cc', 788 'base/decoder_buffer_queue_unittest.cc',
789 'base/decoder_buffer_unittest.cc', 789 'base/decoder_buffer_unittest.cc',
790 'base/djb2_unittest.cc', 790 'base/djb2_unittest.cc',
791 'base/filter_collection_unittest.cc',
791 'base/gmock_callback_support_unittest.cc', 792 'base/gmock_callback_support_unittest.cc',
792 'base/multi_channel_resampler_unittest.cc', 793 'base/multi_channel_resampler_unittest.cc',
793 'base/pipeline_unittest.cc', 794 'base/pipeline_unittest.cc',
794 'base/ranges_unittest.cc', 795 'base/ranges_unittest.cc',
795 'base/run_all_unittests.cc', 796 'base/run_all_unittests.cc',
796 'base/seekable_buffer_unittest.cc', 797 'base/seekable_buffer_unittest.cc',
797 'base/sinc_resampler_unittest.cc', 798 'base/sinc_resampler_unittest.cc',
798 'base/test_data_util.cc', 799 'base/test_data_util.cc',
799 'base/test_data_util.h', 800 'base/test_data_util.h',
800 'base/vector_math_testing.h', 801 'base/vector_math_testing.h',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1474 ], 1475 ],
1475 'sources': [ 1476 'sources': [
1476 'video/capture/screen/differ_block_sse2.cc', 1477 'video/capture/screen/differ_block_sse2.cc',
1477 'video/capture/screen/differ_block_sse2.h', 1478 'video/capture/screen/differ_block_sse2.h',
1478 ], 1479 ],
1479 }, # end of target differ_block_sse2 1480 }, # end of target differ_block_sse2
1480 ], 1481 ],
1481 }], 1482 }],
1482 ], 1483 ],
1483 } 1484 }
OLDNEW
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | media/tools/player_x11/player_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698