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 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1538 'base/android/media_codec_bridge.cc', | 1538 'base/android/media_codec_bridge.cc', |
1539 'base/android/media_codec_bridge.h', | 1539 'base/android/media_codec_bridge.h', |
1540 'base/android/media_jni_registrar.cc', | 1540 'base/android/media_jni_registrar.cc', |
1541 'base/android/media_jni_registrar.h', | 1541 'base/android/media_jni_registrar.h', |
1542 'base/android/media_player_bridge.cc', | 1542 'base/android/media_player_bridge.cc', |
1543 'base/android/media_player_bridge.h', | 1543 'base/android/media_player_bridge.h', |
1544 'base/android/media_player_listener.cc', | 1544 'base/android/media_player_listener.cc', |
1545 'base/android/media_player_listener.h', | 1545 'base/android/media_player_listener.h', |
1546 'base/android/webaudio_media_codec_bridge.cc', | 1546 'base/android/webaudio_media_codec_bridge.cc', |
1547 'base/android/webaudio_media_codec_bridge.h', | 1547 'base/android/webaudio_media_codec_bridge.h', |
| 1548 'base/android/webaudio_media_codec_info.h', |
1548 ], | 1549 ], |
1549 'conditions': [ | 1550 'conditions': [ |
1550 ['google_tv == 1', { | 1551 ['google_tv == 1', { |
1551 'sources': [ | 1552 'sources': [ |
1552 'base/android/demuxer_stream_player_params.cc', | 1553 'base/android/demuxer_stream_player_params.cc', |
1553 'base/android/demuxer_stream_player_params.h', | 1554 'base/android/demuxer_stream_player_params.h', |
1554 ], | 1555 ], |
1555 }], | 1556 }], |
1556 ], | 1557 ], |
1557 'dependencies': [ | 1558 'dependencies': [ |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1716 ], | 1717 ], |
1717 'sources': [ | 1718 'sources': [ |
1718 'base/simd/sinc_resampler_sse.cc', | 1719 'base/simd/sinc_resampler_sse.cc', |
1719 'base/simd/vector_math_sse.cc', | 1720 'base/simd/vector_math_sse.cc', |
1720 ], | 1721 ], |
1721 }, # end of target media_sse | 1722 }, # end of target media_sse |
1722 ], | 1723 ], |
1723 }], | 1724 }], |
1724 ], | 1725 ], |
1725 } | 1726 } |
OLD | NEW |