| 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 }, | 10 }, |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |