| OLD | NEW |
| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'base/message_loop_factory.cc', | 182 'base/message_loop_factory.cc', |
| 183 'base/message_loop_factory.h', | 183 'base/message_loop_factory.h', |
| 184 'base/pipeline.cc', | 184 'base/pipeline.cc', |
| 185 'base/pipeline.h', | 185 'base/pipeline.h', |
| 186 'base/pipeline_status.cc', | 186 'base/pipeline_status.cc', |
| 187 'base/pipeline_status.h', | 187 'base/pipeline_status.h', |
| 188 'base/ranges.cc', | 188 'base/ranges.cc', |
| 189 'base/ranges.h', | 189 'base/ranges.h', |
| 190 'base/seekable_buffer.cc', | 190 'base/seekable_buffer.cc', |
| 191 'base/seekable_buffer.h', | 191 'base/seekable_buffer.h', |
| 192 'base/sinc_resampler.cc', |
| 193 'base/sinc_resampler.h', |
| 192 'base/state_matrix.cc', | 194 'base/state_matrix.cc', |
| 193 'base/state_matrix.h', | 195 'base/state_matrix.h', |
| 194 'base/stream_parser.cc', | 196 'base/stream_parser.cc', |
| 195 'base/stream_parser.h', | 197 'base/stream_parser.h', |
| 196 'base/stream_parser_buffer.cc', | 198 'base/stream_parser_buffer.cc', |
| 197 'base/stream_parser_buffer.h', | 199 'base/stream_parser_buffer.h', |
| 198 'base/video_decoder.cc', | 200 'base/video_decoder.cc', |
| 199 'base/video_decoder.h', | 201 'base/video_decoder.h', |
| 200 'base/video_decoder_config.cc', | 202 'base/video_decoder_config.cc', |
| 201 'base/video_decoder_config.h', | 203 'base/video_decoder_config.h', |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'base/decoder_buffer_unittest.cc', | 681 'base/decoder_buffer_unittest.cc', |
| 680 'base/djb2_unittest.cc', | 682 'base/djb2_unittest.cc', |
| 681 'base/fake_audio_render_callback.cc', | 683 'base/fake_audio_render_callback.cc', |
| 682 'base/fake_audio_render_callback.h', | 684 'base/fake_audio_render_callback.h', |
| 683 'base/filter_collection_unittest.cc', | 685 'base/filter_collection_unittest.cc', |
| 684 'base/h264_bitstream_converter_unittest.cc', | 686 'base/h264_bitstream_converter_unittest.cc', |
| 685 'base/pipeline_unittest.cc', | 687 'base/pipeline_unittest.cc', |
| 686 'base/ranges_unittest.cc', | 688 'base/ranges_unittest.cc', |
| 687 'base/run_all_unittests.cc', | 689 'base/run_all_unittests.cc', |
| 688 'base/seekable_buffer_unittest.cc', | 690 'base/seekable_buffer_unittest.cc', |
| 691 'base/sinc_resampler_unittest.cc', |
| 689 'base/state_matrix_unittest.cc', | 692 'base/state_matrix_unittest.cc', |
| 690 'base/test_data_util.cc', | 693 'base/test_data_util.cc', |
| 691 'base/test_data_util.h', | 694 'base/test_data_util.h', |
| 692 'base/video_frame_unittest.cc', | 695 'base/video_frame_unittest.cc', |
| 693 'base/video_util_unittest.cc', | 696 'base/video_util_unittest.cc', |
| 694 'base/yuv_convert_unittest.cc', | 697 'base/yuv_convert_unittest.cc', |
| 695 'crypto/aes_decryptor_unittest.cc', | 698 'crypto/aes_decryptor_unittest.cc', |
| 696 'ffmpeg/ffmpeg_common_unittest.cc', | 699 'ffmpeg/ffmpeg_common_unittest.cc', |
| 697 'filters/audio_renderer_algorithm_unittest.cc', | 700 'filters/audio_renderer_algorithm_unittest.cc', |
| 698 'filters/audio_renderer_impl_unittest.cc', | 701 'filters/audio_renderer_impl_unittest.cc', |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1105 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 1108 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 1106 ], | 1109 ], |
| 1107 'sources': [ | 1110 'sources': [ |
| 1108 'tools/media_bench/media_bench.cc', | 1111 'tools/media_bench/media_bench.cc', |
| 1109 ], | 1112 ], |
| 1110 }, | 1113 }, |
| 1111 ], | 1114 ], |
| 1112 }] | 1115 }] |
| 1113 ], | 1116 ], |
| 1114 } | 1117 } |
| OLD | NEW |