| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'audio/win/waveout_output_win.h', | 50 'audio/win/waveout_output_win.h', |
| 51 'base/buffer_queue.cc', | 51 'base/buffer_queue.cc', |
| 52 'base/buffer_queue.h', | 52 'base/buffer_queue.h', |
| 53 'base/buffers.cc', | 53 'base/buffers.cc', |
| 54 'base/buffers.h', | 54 'base/buffers.h', |
| 55 'base/clock.h', | 55 'base/clock.h', |
| 56 'base/clock_impl.cc', | 56 'base/clock_impl.cc', |
| 57 'base/clock_impl.h', | 57 'base/clock_impl.h', |
| 58 'base/data_buffer.cc', | 58 'base/data_buffer.cc', |
| 59 'base/data_buffer.h', | 59 'base/data_buffer.h', |
| 60 'base/djb2.cc', |
| 61 'base/djb2.h', |
| 60 'base/factory.h', | 62 'base/factory.h', |
| 61 'base/filter_host.h', | 63 'base/filter_host.h', |
| 62 'base/filters.h', | 64 'base/filters.h', |
| 63 'base/media_posix.cc', | 65 'base/media_posix.cc', |
| 64 'base/media_win.cc', | 66 'base/media_win.cc', |
| 65 'base/media.h', | 67 'base/media.h', |
| 66 'base/media_format.cc', | 68 'base/media_format.cc', |
| 67 'base/media_format.h', | 69 'base/media_format.h', |
| 68 'base/pipeline.h', | 70 'base/pipeline.h', |
| 69 'base/pipeline_impl.cc', | 71 'base/pipeline_impl.cc', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 ], | 164 ], |
| 163 'sources': [ | 165 'sources': [ |
| 164 'audio/audio_util_unittest.cc', | 166 'audio/audio_util_unittest.cc', |
| 165 'audio/linux/alsa_output_unittest.cc', | 167 'audio/linux/alsa_output_unittest.cc', |
| 166 'audio/mac/audio_output_mac_unittest.cc', | 168 'audio/mac/audio_output_mac_unittest.cc', |
| 167 'audio/simple_sources_unittest.cc', | 169 'audio/simple_sources_unittest.cc', |
| 168 'audio/win/audio_output_win_unittest.cc', | 170 'audio/win/audio_output_win_unittest.cc', |
| 169 'base/buffer_queue_unittest.cc', | 171 'base/buffer_queue_unittest.cc', |
| 170 'base/clock_impl_unittest.cc', | 172 'base/clock_impl_unittest.cc', |
| 171 'base/data_buffer_unittest.cc', | 173 'base/data_buffer_unittest.cc', |
| 174 'base/djb2_unittest.cc', |
| 172 'base/mock_ffmpeg.cc', | 175 'base/mock_ffmpeg.cc', |
| 173 'base/mock_ffmpeg.h', | 176 'base/mock_ffmpeg.h', |
| 174 'base/mock_filter_host.h', | 177 'base/mock_filter_host.h', |
| 175 'base/mock_filters.cc', | 178 'base/mock_filters.cc', |
| 176 'base/mock_filters.h', | 179 'base/mock_filters.h', |
| 177 'base/mock_reader.h', | 180 'base/mock_reader.h', |
| 178 'base/pipeline_impl_unittest.cc', | 181 'base/pipeline_impl_unittest.cc', |
| 179 'base/run_all_unittests.cc', | 182 'base/run_all_unittests.cc', |
| 180 'base/seekable_buffer_unittest.cc', | 183 'base/seekable_buffer_unittest.cc', |
| 181 'base/video_frame_impl_unittest.cc', | 184 'base/video_frame_impl_unittest.cc', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 ], | 279 ], |
| 277 }], | 280 }], |
| 278 ], | 281 ], |
| 279 } | 282 } |
| 280 | 283 |
| 281 # Local Variables: | 284 # Local Variables: |
| 282 # tab-width:2 | 285 # tab-width:2 |
| 283 # indent-tabs-mode:nil | 286 # indent-tabs-mode:nil |
| 284 # End: | 287 # End: |
| 285 # vim: set expandtab tabstop=2 shiftwidth=2: | 288 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |