Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Side by Side Diff: media/media.gyp

Issue 545993002: Provide fine grained media playback time thru interpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/base/android/media_source_player_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 { 1683 {
1684 # GN: //media/base/android:android 1684 # GN: //media/base/android:android
1685 'target_name': 'player_android', 1685 'target_name': 'player_android',
1686 'type': 'static_library', 1686 'type': 'static_library',
1687 'sources': [ 1687 'sources': [
1688 'base/android/audio_decoder_job.cc', 1688 'base/android/audio_decoder_job.cc',
1689 'base/android/audio_decoder_job.h', 1689 'base/android/audio_decoder_job.h',
1690 'base/android/browser_cdm_factory_android.cc', 1690 'base/android/browser_cdm_factory_android.cc',
1691 'base/android/media_codec_bridge.cc', 1691 'base/android/media_codec_bridge.cc',
1692 'base/android/media_codec_bridge.h', 1692 'base/android/media_codec_bridge.h',
1693 'base/android/media_common_android.h',
1693 'base/android/media_decoder_job.cc', 1694 'base/android/media_decoder_job.cc',
1694 'base/android/media_decoder_job.h', 1695 'base/android/media_decoder_job.h',
1695 'base/android/media_drm_bridge.cc', 1696 'base/android/media_drm_bridge.cc',
1696 'base/android/media_drm_bridge.h', 1697 'base/android/media_drm_bridge.h',
1697 'base/android/media_jni_registrar.cc', 1698 'base/android/media_jni_registrar.cc',
1698 'base/android/media_jni_registrar.h', 1699 'base/android/media_jni_registrar.h',
1699 'base/android/media_player_android.cc', 1700 'base/android/media_player_android.cc',
1700 'base/android/media_player_android.h', 1701 'base/android/media_player_android.h',
1701 'base/android/media_player_bridge.cc', 1702 'base/android/media_player_bridge.cc',
1702 'base/android/media_player_bridge.h', 1703 'base/android/media_player_bridge.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 ], 1804 ],
1804 }], 1805 }],
1805 ], 1806 ],
1806 }], 1807 }],
1807 ], 1808 ],
1808 }, 1809 },
1809 ], 1810 ],
1810 }], 1811 }],
1811 ], 1812 ],
1812 } 1813 }
OLDNEW
« no previous file with comments | « media/base/android/media_source_player_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698