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 1759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1770 'variables': { | 1770 'variables': { |
1771 'jni_gen_package': 'media', | 1771 'jni_gen_package': 'media', |
1772 }, | 1772 }, |
1773 'includes': ['../build/jni_generator.gypi'], | 1773 'includes': ['../build/jni_generator.gypi'], |
1774 }, | 1774 }, |
1775 { | 1775 { |
1776 # GN: //media/base/android:android | 1776 # GN: //media/base/android:android |
1777 'target_name': 'player_android', | 1777 'target_name': 'player_android', |
1778 'type': 'static_library', | 1778 'type': 'static_library', |
1779 'sources': [ | 1779 'sources': [ |
| 1780 'base/android/mt/player.cc', |
| 1781 'base/android/mt/player.h', |
1780 'base/android/audio_decoder_job.cc', | 1782 'base/android/audio_decoder_job.cc', |
1781 'base/android/audio_decoder_job.h', | 1783 'base/android/audio_decoder_job.h', |
1782 'base/android/browser_cdm_factory_android.cc', | 1784 'base/android/browser_cdm_factory_android.cc', |
1783 'base/android/browser_cdm_factory_android.h', | 1785 'base/android/browser_cdm_factory_android.h', |
1784 'base/android/demuxer_android.h', | 1786 'base/android/demuxer_android.h', |
1785 'base/android/demuxer_stream_player_params.cc', | 1787 'base/android/demuxer_stream_player_params.cc', |
1786 'base/android/demuxer_stream_player_params.h', | 1788 'base/android/demuxer_stream_player_params.h', |
1787 'base/android/media_codec_bridge.cc', | 1789 'base/android/media_codec_bridge.cc', |
1788 'base/android/media_codec_bridge.h', | 1790 'base/android/media_codec_bridge.h', |
1789 'base/android/media_common_android.h', | 1791 'base/android/media_common_android.h', |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1992 '../build/isolate.gypi', | 1994 '../build/isolate.gypi', |
1993 ], | 1995 ], |
1994 'sources': [ | 1996 'sources': [ |
1995 'media_unittests.isolate', | 1997 'media_unittests.isolate', |
1996 ], | 1998 ], |
1997 }, | 1999 }, |
1998 ], | 2000 ], |
1999 }], | 2001 }], |
2000 ], | 2002 ], |
2001 } | 2003 } |
OLD | NEW |