| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'audio/simple_sources.cc', | 60 'audio/simple_sources.cc', |
| 61 'audio/simple_sources.h', | 61 'audio/simple_sources.h', |
| 62 'audio/win/audio_manager_win.h', | 62 'audio/win/audio_manager_win.h', |
| 63 'audio/win/audio_manager_win.cc', | 63 'audio/win/audio_manager_win.cc', |
| 64 'audio/win/wavein_input_win.cc', | 64 'audio/win/wavein_input_win.cc', |
| 65 'audio/win/wavein_input_win.h', | 65 'audio/win/wavein_input_win.h', |
| 66 'audio/win/waveout_output_win.cc', | 66 'audio/win/waveout_output_win.cc', |
| 67 'audio/win/waveout_output_win.h', | 67 'audio/win/waveout_output_win.h', |
| 68 'base/buffers.cc', | 68 'base/buffers.cc', |
| 69 'base/buffers.h', | 69 'base/buffers.h', |
| 70 'base/callback.cc', |
| 70 'base/callback.h', | 71 'base/callback.h', |
| 71 'base/clock.h', | 72 'base/clock.h', |
| 72 'base/clock_impl.cc', | 73 'base/clock_impl.cc', |
| 73 'base/clock_impl.h', | 74 'base/clock_impl.h', |
| 74 'base/data_buffer.cc', | 75 'base/data_buffer.cc', |
| 75 'base/data_buffer.h', | 76 'base/data_buffer.h', |
| 76 'base/djb2.cc', | 77 'base/djb2.cc', |
| 77 'base/djb2.h', | 78 'base/djb2.h', |
| 78 'base/factory.cc', | 79 'base/factory.cc', |
| 79 'base/factory.h', | 80 'base/factory.h', |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 ], | 576 ], |
| 576 }], | 577 }], |
| 577 ], | 578 ], |
| 578 } | 579 } |
| 579 | 580 |
| 580 # Local Variables: | 581 # Local Variables: |
| 581 # tab-width:2 | 582 # tab-width:2 |
| 582 # indent-tabs-mode:nil | 583 # indent-tabs-mode:nil |
| 583 # End: | 584 # End: |
| 584 # vim: set expandtab tabstop=2 shiftwidth=2: | 585 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |