| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'audio/linux/alsa_output_unittest.cc', | 435 'audio/linux/alsa_output_unittest.cc', |
| 436 'audio/mac/audio_output_mac_unittest.cc', | 436 'audio/mac/audio_output_mac_unittest.cc', |
| 437 'audio/simple_sources_unittest.cc', | 437 'audio/simple_sources_unittest.cc', |
| 438 'audio/win/audio_output_win_unittest.cc', | 438 'audio/win/audio_output_win_unittest.cc', |
| 439 'base/clock_unittest.cc', | 439 'base/clock_unittest.cc', |
| 440 'base/composite_filter_unittest.cc', | 440 'base/composite_filter_unittest.cc', |
| 441 'base/data_buffer_unittest.cc', | 441 'base/data_buffer_unittest.cc', |
| 442 'base/djb2_unittest.cc', | 442 'base/djb2_unittest.cc', |
| 443 'base/filter_collection_unittest.cc', | 443 'base/filter_collection_unittest.cc', |
| 444 'base/h264_bitstream_converter_unittest.cc', | 444 'base/h264_bitstream_converter_unittest.cc', |
| 445 'base/mock_ffmpeg.cc', | |
| 446 'base/mock_ffmpeg.h', | |
| 447 'base/mock_reader.h', | 445 'base/mock_reader.h', |
| 448 'base/mock_task.cc', | 446 'base/mock_task.cc', |
| 449 'base/mock_task.h', | 447 'base/mock_task.h', |
| 450 'base/pipeline_impl_unittest.cc', | 448 'base/pipeline_impl_unittest.cc', |
| 451 'base/pts_heap_unittest.cc', | 449 'base/pts_heap_unittest.cc', |
| 452 'base/pts_stream_unittest.cc', | 450 'base/pts_stream_unittest.cc', |
| 453 'base/run_all_unittests.cc', | 451 'base/run_all_unittests.cc', |
| 454 'base/seekable_buffer_unittest.cc', | 452 'base/seekable_buffer_unittest.cc', |
| 455 'base/state_matrix_unittest.cc', | 453 'base/state_matrix_unittest.cc', |
| 454 'base/test_data_util.cc', |
| 455 'base/test_data_util.h', |
| 456 'base/video_frame_unittest.cc', | 456 'base/video_frame_unittest.cc', |
| 457 'base/video_util_unittest.cc', | 457 'base/video_util_unittest.cc', |
| 458 'base/yuv_convert_unittest.cc', | 458 'base/yuv_convert_unittest.cc', |
| 459 'ffmpeg/ffmpeg_common_unittest.cc', | 459 'ffmpeg/ffmpeg_common_unittest.cc', |
| 460 'filters/adaptive_demuxer_unittest.cc', | 460 'filters/adaptive_demuxer_unittest.cc', |
| 461 'filters/audio_renderer_algorithm_ola_unittest.cc', | 461 'filters/audio_renderer_algorithm_ola_unittest.cc', |
| 462 'filters/audio_renderer_base_unittest.cc', | 462 'filters/audio_renderer_base_unittest.cc', |
| 463 'filters/bitstream_converter_unittest.cc', | 463 'filters/bitstream_converter_unittest.cc', |
| 464 'filters/chunk_demuxer_unittest.cc', | 464 'filters/chunk_demuxer_unittest.cc', |
| 465 'filters/decoder_base_unittest.cc', | 465 'filters/decoder_base_unittest.cc', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 'tools/player_x11/gl_video_renderer.h', | 730 'tools/player_x11/gl_video_renderer.h', |
| 731 'tools/player_x11/player_x11.cc', | 731 'tools/player_x11/player_x11.cc', |
| 732 'tools/player_x11/x11_video_renderer.cc', | 732 'tools/player_x11/x11_video_renderer.cc', |
| 733 'tools/player_x11/x11_video_renderer.h', | 733 'tools/player_x11/x11_video_renderer.h', |
| 734 ], | 734 ], |
| 735 }, | 735 }, |
| 736 ], | 736 ], |
| 737 }], | 737 }], |
| 738 ], | 738 ], |
| 739 } | 739 } |
| OLD | NEW |