| 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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 'base/audio_splicer_unittest.cc', | 781 'base/audio_splicer_unittest.cc', |
| 782 'base/audio_timestamp_helper_unittest.cc', | 782 'base/audio_timestamp_helper_unittest.cc', |
| 783 'base/bind_to_loop_unittest.cc', | 783 'base/bind_to_loop_unittest.cc', |
| 784 'base/bit_reader_unittest.cc', | 784 'base/bit_reader_unittest.cc', |
| 785 'base/channel_mixer_unittest.cc', | 785 'base/channel_mixer_unittest.cc', |
| 786 'base/clock_unittest.cc', | 786 'base/clock_unittest.cc', |
| 787 'base/data_buffer_unittest.cc', | 787 'base/data_buffer_unittest.cc', |
| 788 'base/decoder_buffer_queue_unittest.cc', | 788 'base/decoder_buffer_queue_unittest.cc', |
| 789 'base/decoder_buffer_unittest.cc', | 789 'base/decoder_buffer_unittest.cc', |
| 790 'base/djb2_unittest.cc', | 790 'base/djb2_unittest.cc', |
| 791 'base/filter_collection_unittest.cc', |
| 791 'base/gmock_callback_support_unittest.cc', | 792 'base/gmock_callback_support_unittest.cc', |
| 792 'base/multi_channel_resampler_unittest.cc', | 793 'base/multi_channel_resampler_unittest.cc', |
| 793 'base/pipeline_unittest.cc', | 794 'base/pipeline_unittest.cc', |
| 794 'base/ranges_unittest.cc', | 795 'base/ranges_unittest.cc', |
| 795 'base/run_all_unittests.cc', | 796 'base/run_all_unittests.cc', |
| 796 'base/seekable_buffer_unittest.cc', | 797 'base/seekable_buffer_unittest.cc', |
| 797 'base/sinc_resampler_unittest.cc', | 798 'base/sinc_resampler_unittest.cc', |
| 798 'base/test_data_util.cc', | 799 'base/test_data_util.cc', |
| 799 'base/test_data_util.h', | 800 'base/test_data_util.h', |
| 800 'base/vector_math_testing.h', | 801 'base/vector_math_testing.h', |
| (...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1474 ], | 1475 ], |
| 1475 'sources': [ | 1476 'sources': [ |
| 1476 'video/capture/screen/differ_block_sse2.cc', | 1477 'video/capture/screen/differ_block_sse2.cc', |
| 1477 'video/capture/screen/differ_block_sse2.h', | 1478 'video/capture/screen/differ_block_sse2.h', |
| 1478 ], | 1479 ], |
| 1479 }, # end of target differ_block_sse2 | 1480 }, # end of target differ_block_sse2 |
| 1480 ], | 1481 ], |
| 1481 }], | 1482 }], |
| 1482 ], | 1483 ], |
| 1483 } | 1484 } |
| OLD | NEW |