| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Override to dynamically link the PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
| 9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
| 10 # Override to dynamically link the cras (ChromeOS audio) library. | 10 # Override to dynamically link the cras (ChromeOS audio) library. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 ], | 28 ], |
| 29 'include_dirs': [ | 29 'include_dirs': [ |
| 30 '..', | 30 '..', |
| 31 ], | 31 ], |
| 32 'sources': [ | 32 'sources': [ |
| 33 'audio/audio_buffers_state.cc', | 33 'audio/audio_buffers_state.cc', |
| 34 'audio/audio_buffers_state.h', | 34 'audio/audio_buffers_state.h', |
| 35 'audio/audio_io.h', | 35 'audio/audio_io.h', |
| 36 'audio/audio_input_controller.cc', | 36 'audio/audio_input_controller.cc', |
| 37 'audio/audio_input_controller.h', | 37 'audio/audio_input_controller.h', |
| 38 'audio/audio_input_stream_impl.cc', |
| 39 'audio/audio_input_stream_impl.h', |
| 38 'audio/audio_device_name.cc', | 40 'audio/audio_device_name.cc', |
| 39 'audio/audio_device_name.h', | 41 'audio/audio_device_name.h', |
| 40 'audio/audio_manager.cc', | 42 'audio/audio_manager.cc', |
| 41 'audio/audio_manager.h', | 43 'audio/audio_manager.h', |
| 42 'audio/audio_manager_base.cc', | 44 'audio/audio_manager_base.cc', |
| 43 'audio/audio_manager_base.h', | 45 'audio/audio_manager_base.h', |
| 44 'audio/audio_output_controller.cc', | 46 'audio/audio_output_controller.cc', |
| 45 'audio/audio_output_controller.h', | 47 'audio/audio_output_controller.h', |
| 46 'audio/audio_output_dispatcher.cc', | 48 'audio/audio_output_dispatcher.cc', |
| 47 'audio/audio_output_dispatcher.h', | 49 'audio/audio_output_dispatcher.h', |
| (...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 996 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 998 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 997 ], | 999 ], |
| 998 'sources': [ | 1000 'sources': [ |
| 999 'tools/media_bench/media_bench.cc', | 1001 'tools/media_bench/media_bench.cc', |
| 1000 ], | 1002 ], |
| 1001 }, | 1003 }, |
| 1002 ], | 1004 ], |
| 1003 }] | 1005 }] |
| 1004 ], | 1006 ], |
| 1005 } | 1007 } |
| OLD | NEW |