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

Side by Side Diff: media/media.gyp

Issue 9632024: Create video and audio decoder threads on demand. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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) 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'audio/win/audio_low_latency_input_win_unittest.cc', 589 'audio/win/audio_low_latency_input_win_unittest.cc',
590 'audio/win/audio_low_latency_output_win_unittest.cc', 590 'audio/win/audio_low_latency_output_win_unittest.cc',
591 'audio/win/audio_output_win_unittest.cc', 591 'audio/win/audio_output_win_unittest.cc',
592 'base/clock_unittest.cc', 592 'base/clock_unittest.cc',
593 'base/composite_filter_unittest.cc', 593 'base/composite_filter_unittest.cc',
594 'base/data_buffer_unittest.cc', 594 'base/data_buffer_unittest.cc',
595 'base/djb2_unittest.cc', 595 'base/djb2_unittest.cc',
596 'base/download_rate_monitor_unittest.cc', 596 'base/download_rate_monitor_unittest.cc',
597 'base/filter_collection_unittest.cc', 597 'base/filter_collection_unittest.cc',
598 'base/h264_bitstream_converter_unittest.cc', 598 'base/h264_bitstream_converter_unittest.cc',
599 'base/message_loop_factory_for_test.cc',
600 'base/message_loop_factory_for_test.h',
599 'base/mock_reader.h', 601 'base/mock_reader.h',
600 'base/pipeline_unittest.cc', 602 'base/pipeline_unittest.cc',
601 'base/run_all_unittests.cc', 603 'base/run_all_unittests.cc',
602 'base/seekable_buffer_unittest.cc', 604 'base/seekable_buffer_unittest.cc',
603 'base/state_matrix_unittest.cc', 605 'base/state_matrix_unittest.cc',
604 'base/test_data_util.cc', 606 'base/test_data_util.cc',
605 'base/test_data_util.h', 607 'base/test_data_util.h',
606 'base/video_frame_unittest.cc', 608 'base/video_frame_unittest.cc',
607 'base/video_util_unittest.cc', 609 'base/video_util_unittest.cc',
608 'base/yuv_convert_unittest.cc', 610 'base/yuv_convert_unittest.cc',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 949 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
948 ], 950 ],
949 'sources': [ 951 'sources': [
950 'tools/media_bench/media_bench.cc', 952 'tools/media_bench/media_bench.cc',
951 ], 953 ],
952 }, 954 },
953 ], 955 ],
954 }] 956 }]
955 ], 957 ],
956 } 958 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698