| 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 25 matching lines...) Expand all Loading... |
| 36 'audio/openbsd/audio_manager_openbsd.cc', | 36 'audio/openbsd/audio_manager_openbsd.cc', |
| 37 'audio/openbsd/audio_manager_openbsd.h', | 37 'audio/openbsd/audio_manager_openbsd.h', |
| 38 'audio/mac/audio_manager_mac.cc', | 38 'audio/mac/audio_manager_mac.cc', |
| 39 'audio/mac/audio_manager_mac.h', | 39 'audio/mac/audio_manager_mac.h', |
| 40 'audio/mac/audio_output_mac.cc', | 40 'audio/mac/audio_output_mac.cc', |
| 41 'audio/mac/audio_output_mac.h', | 41 'audio/mac/audio_output_mac.h', |
| 42 'audio/simple_sources.cc', | 42 'audio/simple_sources.cc', |
| 43 'audio/simple_sources.h', | 43 'audio/simple_sources.h', |
| 44 'audio/win/audio_manager_win.h', | 44 'audio/win/audio_manager_win.h', |
| 45 'audio/win/audio_manager_win.cc', | 45 'audio/win/audio_manager_win.cc', |
| 46 'audio/win/wavein_input_win.cc', |
| 47 'audio/win/wavein_input_win.h', |
| 46 'audio/win/waveout_output_win.cc', | 48 'audio/win/waveout_output_win.cc', |
| 47 'audio/win/waveout_output_win.h', | 49 'audio/win/waveout_output_win.h', |
| 48 'base/buffers.cc', | 50 'base/buffers.cc', |
| 49 'base/buffers.h', | 51 'base/buffers.h', |
| 50 'base/callback.h', | 52 'base/callback.h', |
| 51 'base/clock.h', | 53 'base/clock.h', |
| 52 'base/clock_impl.cc', | 54 'base/clock_impl.cc', |
| 53 'base/clock_impl.h', | 55 'base/clock_impl.h', |
| 54 'base/data_buffer.cc', | 56 'base/data_buffer.cc', |
| 55 'base/data_buffer.h', | 57 'base/data_buffer.h', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 ], | 186 ], |
| 185 'sources!': [ | 187 'sources!': [ |
| 186 '../third_party/openmax/omx_stub.cc', | 188 '../third_party/openmax/omx_stub.cc', |
| 187 ], | 189 ], |
| 188 'sources': [ | 190 'sources': [ |
| 189 'audio/audio_output_controller_unittest.cc', | 191 'audio/audio_output_controller_unittest.cc', |
| 190 'audio/audio_util_unittest.cc', | 192 'audio/audio_util_unittest.cc', |
| 191 'audio/linux/alsa_output_unittest.cc', | 193 'audio/linux/alsa_output_unittest.cc', |
| 192 'audio/mac/audio_output_mac_unittest.cc', | 194 'audio/mac/audio_output_mac_unittest.cc', |
| 193 'audio/simple_sources_unittest.cc', | 195 'audio/simple_sources_unittest.cc', |
| 196 'audio/win/audio_input_win_unittest.cc', |
| 194 'audio/win/audio_output_win_unittest.cc', | 197 'audio/win/audio_output_win_unittest.cc', |
| 195 'base/clock_impl_unittest.cc', | 198 'base/clock_impl_unittest.cc', |
| 196 'base/data_buffer_unittest.cc', | 199 'base/data_buffer_unittest.cc', |
| 197 'base/djb2_unittest.cc', | 200 'base/djb2_unittest.cc', |
| 198 'base/mock_ffmpeg.cc', | 201 'base/mock_ffmpeg.cc', |
| 199 'base/mock_ffmpeg.h', | 202 'base/mock_ffmpeg.h', |
| 200 'base/mock_filter_host.h', | 203 'base/mock_filter_host.h', |
| 201 'base/mock_filters.cc', | 204 'base/mock_filters.cc', |
| 202 'base/mock_filters.h', | 205 'base/mock_filters.h', |
| 203 'base/mock_reader.h', | 206 'base/mock_reader.h', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 ], | 478 ], |
| 476 }], | 479 }], |
| 477 ], | 480 ], |
| 478 } | 481 } |
| 479 | 482 |
| 480 # Local Variables: | 483 # Local Variables: |
| 481 # tab-width:2 | 484 # tab-width:2 |
| 482 # indent-tabs-mode:nil | 485 # indent-tabs-mode:nil |
| 483 # End: | 486 # End: |
| 484 # vim: set expandtab tabstop=2 shiftwidth=2: | 487 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |