OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 26 matching lines...) Expand all Loading... |
37 'audio/mac/audio_manager_mac.cc', | 37 'audio/mac/audio_manager_mac.cc', |
38 'audio/mac/audio_manager_mac.h', | 38 'audio/mac/audio_manager_mac.h', |
39 'audio/mac/audio_output_mac.cc', | 39 'audio/mac/audio_output_mac.cc', |
40 'audio/mac/audio_output_mac.h', | 40 'audio/mac/audio_output_mac.h', |
41 'audio/simple_sources.cc', | 41 'audio/simple_sources.cc', |
42 'audio/simple_sources.h', | 42 'audio/simple_sources.h', |
43 'audio/win/audio_manager_win.h', | 43 'audio/win/audio_manager_win.h', |
44 'audio/win/audio_output_win.cc', | 44 'audio/win/audio_output_win.cc', |
45 'audio/win/waveout_output_win.cc', | 45 'audio/win/waveout_output_win.cc', |
46 'audio/win/waveout_output_win.h', | 46 'audio/win/waveout_output_win.h', |
47 'base/buffer_queue.cc', | |
48 'base/buffer_queue.h', | |
49 'base/buffers.cc', | 47 'base/buffers.cc', |
50 'base/buffers.h', | 48 'base/buffers.h', |
51 'base/callback.h', | 49 'base/callback.h', |
52 'base/clock.h', | 50 'base/clock.h', |
53 'base/clock_impl.cc', | 51 'base/clock_impl.cc', |
54 'base/clock_impl.h', | 52 'base/clock_impl.h', |
55 'base/data_buffer.cc', | 53 'base/data_buffer.cc', |
56 'base/data_buffer.h', | 54 'base/data_buffer.h', |
57 'base/djb2.cc', | 55 'base/djb2.cc', |
58 'base/djb2.h', | 56 'base/djb2.h', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 ], | 178 ], |
181 'sources!': [ | 179 'sources!': [ |
182 '../third_party/openmax/omx_stub.cc', | 180 '../third_party/openmax/omx_stub.cc', |
183 ], | 181 ], |
184 'sources': [ | 182 'sources': [ |
185 'audio/audio_util_unittest.cc', | 183 'audio/audio_util_unittest.cc', |
186 'audio/linux/alsa_output_unittest.cc', | 184 'audio/linux/alsa_output_unittest.cc', |
187 'audio/mac/audio_output_mac_unittest.cc', | 185 'audio/mac/audio_output_mac_unittest.cc', |
188 'audio/simple_sources_unittest.cc', | 186 'audio/simple_sources_unittest.cc', |
189 'audio/win/audio_output_win_unittest.cc', | 187 'audio/win/audio_output_win_unittest.cc', |
190 'base/buffer_queue_unittest.cc', | |
191 'base/clock_impl_unittest.cc', | 188 'base/clock_impl_unittest.cc', |
192 'base/data_buffer_unittest.cc', | 189 'base/data_buffer_unittest.cc', |
193 'base/djb2_unittest.cc', | 190 'base/djb2_unittest.cc', |
194 'base/mock_ffmpeg.cc', | 191 'base/mock_ffmpeg.cc', |
195 'base/mock_ffmpeg.h', | 192 'base/mock_ffmpeg.h', |
196 'base/mock_filter_host.h', | 193 'base/mock_filter_host.h', |
197 'base/mock_filters.cc', | 194 'base/mock_filters.cc', |
198 'base/mock_filters.h', | 195 'base/mock_filters.h', |
199 'base/mock_reader.h', | 196 'base/mock_reader.h', |
200 'base/mock_task.h', | 197 'base/mock_task.h', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 ], | 433 ], |
437 }], | 434 }], |
438 ], | 435 ], |
439 } | 436 } |
440 | 437 |
441 # Local Variables: | 438 # Local Variables: |
442 # tab-width:2 | 439 # tab-width:2 |
443 # indent-tabs-mode:nil | 440 # indent-tabs-mode:nil |
444 # End: | 441 # End: |
445 # vim: set expandtab tabstop=2 shiftwidth=2: | 442 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |