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 cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 'filters/vpx_video_decoder.cc', | 375 'filters/vpx_video_decoder.cc', |
376 'filters/vpx_video_decoder.h', | 376 'filters/vpx_video_decoder.h', |
377 'filters/wsola_internals.cc', | 377 'filters/wsola_internals.cc', |
378 'filters/wsola_internals.h', | 378 'filters/wsola_internals.h', |
379 'midi/midi_manager.cc', | 379 'midi/midi_manager.cc', |
380 'midi/midi_manager.h', | 380 'midi/midi_manager.h', |
381 'midi/midi_manager_mac.cc', | 381 'midi/midi_manager_mac.cc', |
382 'midi/midi_manager_mac.h', | 382 'midi/midi_manager_mac.h', |
383 'midi/midi_port_info.cc', | 383 'midi/midi_port_info.cc', |
384 'midi/midi_port_info.h', | 384 'midi/midi_port_info.h', |
| 385 'mp3/mp3_stream_parser.cc', |
| 386 'mp3/mp3_stream_parser.h', |
385 'video/capture/android/video_capture_device_android.cc', | 387 'video/capture/android/video_capture_device_android.cc', |
386 'video/capture/android/video_capture_device_android.h', | 388 'video/capture/android/video_capture_device_android.h', |
387 'video/capture/fake_video_capture_device.cc', | 389 'video/capture/fake_video_capture_device.cc', |
388 'video/capture/fake_video_capture_device.h', | 390 'video/capture/fake_video_capture_device.h', |
389 'video/capture/linux/video_capture_device_linux.cc', | 391 'video/capture/linux/video_capture_device_linux.cc', |
390 'video/capture/linux/video_capture_device_linux.h', | 392 'video/capture/linux/video_capture_device_linux.h', |
391 'video/capture/mac/video_capture_device_mac.h', | 393 'video/capture/mac/video_capture_device_mac.h', |
392 'video/capture/mac/video_capture_device_mac.mm', | 394 'video/capture/mac/video_capture_device_mac.mm', |
393 'video/capture/mac/video_capture_device_qtkit_mac.h', | 395 'video/capture/mac/video_capture_device_qtkit_mac.h', |
394 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 396 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1581 ], | 1583 ], |
1582 }], | 1584 }], |
1583 ], | 1585 ], |
1584 }], | 1586 }], |
1585 ], | 1587 ], |
1586 }, | 1588 }, |
1587 ], | 1589 ], |
1588 }], | 1590 }], |
1589 ], | 1591 ], |
1590 } | 1592 } |
OLD | NEW |