| 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'audio/linux/alsa_output_unittest.cc', | 410 'audio/linux/alsa_output_unittest.cc', |
| 411 'audio/mac/audio_output_mac_unittest.cc', | 411 'audio/mac/audio_output_mac_unittest.cc', |
| 412 'audio/simple_sources_unittest.cc', | 412 'audio/simple_sources_unittest.cc', |
| 413 'audio/win/audio_output_win_unittest.cc', | 413 'audio/win/audio_output_win_unittest.cc', |
| 414 'base/clock_unittest.cc', | 414 'base/clock_unittest.cc', |
| 415 'base/composite_filter_unittest.cc', | 415 'base/composite_filter_unittest.cc', |
| 416 'base/data_buffer_unittest.cc', | 416 'base/data_buffer_unittest.cc', |
| 417 'base/djb2_unittest.cc', | 417 'base/djb2_unittest.cc', |
| 418 'base/filter_collection_unittest.cc', | 418 'base/filter_collection_unittest.cc', |
| 419 'base/h264_bitstream_converter_unittest.cc', | 419 'base/h264_bitstream_converter_unittest.cc', |
| 420 'base/mock_ffmpeg.cc', |
| 421 'base/mock_ffmpeg.h', |
| 420 'base/mock_reader.h', | 422 'base/mock_reader.h', |
| 421 'base/mock_task.cc', | 423 'base/mock_task.cc', |
| 422 'base/mock_task.h', | 424 'base/mock_task.h', |
| 423 'base/pipeline_impl_unittest.cc', | 425 'base/pipeline_impl_unittest.cc', |
| 424 'base/pts_heap_unittest.cc', | 426 'base/pts_heap_unittest.cc', |
| 425 'base/pts_stream_unittest.cc', | 427 'base/pts_stream_unittest.cc', |
| 426 'base/run_all_unittests.cc', | 428 'base/run_all_unittests.cc', |
| 427 'base/seekable_buffer_unittest.cc', | 429 'base/seekable_buffer_unittest.cc', |
| 428 'base/state_matrix_unittest.cc', | 430 'base/state_matrix_unittest.cc', |
| 429 'base/test_data_util.cc', | |
| 430 'base/test_data_util.h', | |
| 431 'base/video_frame_unittest.cc', | 431 'base/video_frame_unittest.cc', |
| 432 'base/video_util_unittest.cc', | 432 'base/video_util_unittest.cc', |
| 433 'base/yuv_convert_unittest.cc', | 433 'base/yuv_convert_unittest.cc', |
| 434 'ffmpeg/ffmpeg_common_unittest.cc', | 434 'ffmpeg/ffmpeg_common_unittest.cc', |
| 435 'filters/adaptive_demuxer_unittest.cc', | 435 'filters/adaptive_demuxer_unittest.cc', |
| 436 'filters/audio_renderer_algorithm_ola_unittest.cc', | 436 'filters/audio_renderer_algorithm_ola_unittest.cc', |
| 437 'filters/audio_renderer_base_unittest.cc', | 437 'filters/audio_renderer_base_unittest.cc', |
| 438 'filters/bitstream_converter_unittest.cc', | 438 'filters/bitstream_converter_unittest.cc', |
| 439 'filters/chunk_demuxer_unittest.cc', | 439 'filters/chunk_demuxer_unittest.cc', |
| 440 'filters/decoder_base_unittest.cc', | 440 'filters/decoder_base_unittest.cc', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 'tools/player_x11/gl_video_renderer.h', | 705 'tools/player_x11/gl_video_renderer.h', |
| 706 'tools/player_x11/player_x11.cc', | 706 'tools/player_x11/player_x11.cc', |
| 707 'tools/player_x11/x11_video_renderer.cc', | 707 'tools/player_x11/x11_video_renderer.cc', |
| 708 'tools/player_x11/x11_video_renderer.h', | 708 'tools/player_x11/x11_video_renderer.h', |
| 709 ], | 709 ], |
| 710 }, | 710 }, |
| 711 ], | 711 ], |
| 712 }], | 712 }], |
| 713 ], | 713 ], |
| 714 } | 714 } |
| OLD | NEW |