| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 10 matching lines...) Expand all Loading... |
| 21 'include_dirs': [ | 21 'include_dirs': [ |
| 22 '..', | 22 '..', |
| 23 ], | 23 ], |
| 24 'msvs_guid': '6AE76406-B03B-11DD-94B1-80B556D89593', | 24 'msvs_guid': '6AE76406-B03B-11DD-94B1-80B556D89593', |
| 25 'sources': [ | 25 'sources': [ |
| 26 'audio/audio_buffers_state.cc', | 26 'audio/audio_buffers_state.cc', |
| 27 'audio/audio_buffers_state.h', | 27 'audio/audio_buffers_state.h', |
| 28 'audio/audio_io.h', | 28 'audio/audio_io.h', |
| 29 'audio/audio_input_controller.cc', | 29 'audio/audio_input_controller.cc', |
| 30 'audio/audio_input_controller.h', | 30 'audio/audio_input_controller.h', |
| 31 'audio/audio_device_types.ḧ́', |
| 31 'audio/audio_manager.cc', | 32 'audio/audio_manager.cc', |
| 32 'audio/audio_manager.h', | 33 'audio/audio_manager.h', |
| 33 'audio/audio_manager_base.cc', | 34 'audio/audio_manager_base.cc', |
| 34 'audio/audio_manager_base.h', | 35 'audio/audio_manager_base.h', |
| 35 'audio/audio_output_controller.cc', | 36 'audio/audio_output_controller.cc', |
| 36 'audio/audio_output_controller.h', | 37 'audio/audio_output_controller.h', |
| 37 'audio/audio_output_dispatcher.cc', | 38 'audio/audio_output_dispatcher.cc', |
| 38 'audio/audio_output_dispatcher.h', | 39 'audio/audio_output_dispatcher.h', |
| 39 'audio/audio_output_proxy.cc', | 40 'audio/audio_output_proxy.cc', |
| 40 'audio/audio_output_proxy.h', | 41 'audio/audio_output_proxy.h', |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 '../testing/gmock.gyp:gmock', | 370 '../testing/gmock.gyp:gmock', |
| 370 '../testing/gtest.gyp:gtest', | 371 '../testing/gtest.gyp:gtest', |
| 371 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 372 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 372 '../third_party/openmax/openmax.gyp:il', | 373 '../third_party/openmax/openmax.gyp:il', |
| 373 ], | 374 ], |
| 374 'sources!': [ | 375 'sources!': [ |
| 375 '../third_party/openmax/omx_stub.cc', | 376 '../third_party/openmax/omx_stub.cc', |
| 376 ], | 377 ], |
| 377 'sources': [ | 378 'sources': [ |
| 378 'audio/audio_input_controller_unittest.cc', | 379 'audio/audio_input_controller_unittest.cc', |
| 380 'audio/audio_input_device_unittest.cc', |
| 379 'audio/audio_input_unittest.cc', | 381 'audio/audio_input_unittest.cc', |
| 380 'audio/audio_output_controller_unittest.cc', | 382 'audio/audio_output_controller_unittest.cc', |
| 381 'audio/audio_output_proxy_unittest.cc', | 383 'audio/audio_output_proxy_unittest.cc', |
| 382 'audio/audio_parameters_unittest.cc', | 384 'audio/audio_parameters_unittest.cc', |
| 383 'audio/audio_util_unittest.cc', | 385 'audio/audio_util_unittest.cc', |
| 384 'audio/linux/alsa_output_unittest.cc', | 386 'audio/linux/alsa_output_unittest.cc', |
| 385 'audio/mac/audio_output_mac_unittest.cc', | 387 'audio/mac/audio_output_mac_unittest.cc', |
| 386 'audio/simple_sources_unittest.cc', | 388 'audio/simple_sources_unittest.cc', |
| 387 'audio/win/audio_output_win_unittest.cc', | 389 'audio/win/audio_output_win_unittest.cc', |
| 388 'base/clock_unittest.cc', | 390 'base/clock_unittest.cc', |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 ], | 788 ], |
| 787 }], | 789 }], |
| 788 ], | 790 ], |
| 789 } | 791 } |
| 790 | 792 |
| 791 # Local Variables: | 793 # Local Variables: |
| 792 # tab-width:2 | 794 # tab-width:2 |
| 793 # indent-tabs-mode:nil | 795 # indent-tabs-mode:nil |
| 794 # End: | 796 # End: |
| 795 # vim: set expandtab tabstop=2 shiftwidth=2: | 797 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |