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

Side by Side Diff: media/media.gyp

Issue 1281113002: MSE: Warn when keyframe after track_buffer is significantly in future (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes xhwang@'s nits Created 5 years, 4 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
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 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 'base/fake_output_device.h', 1596 'base/fake_output_device.h',
1597 'base/fake_text_track_stream.cc', 1597 'base/fake_text_track_stream.cc',
1598 'base/fake_text_track_stream.h', 1598 'base/fake_text_track_stream.h',
1599 'base/gmock_callback_support.h', 1599 'base/gmock_callback_support.h',
1600 'base/mock_audio_renderer_sink.cc', 1600 'base/mock_audio_renderer_sink.cc',
1601 'base/mock_audio_renderer_sink.h', 1601 'base/mock_audio_renderer_sink.h',
1602 'base/mock_demuxer_host.cc', 1602 'base/mock_demuxer_host.cc',
1603 'base/mock_demuxer_host.h', 1603 'base/mock_demuxer_host.h',
1604 'base/mock_filters.cc', 1604 'base/mock_filters.cc',
1605 'base/mock_filters.h', 1605 'base/mock_filters.h',
1606 'base/mock_media_log.cc',
1607 'base/mock_media_log.h',
1606 'base/test_data_util.cc', 1608 'base/test_data_util.cc',
1607 'base/test_data_util.h', 1609 'base/test_data_util.h',
1608 'base/test_helpers.cc', 1610 'base/test_helpers.cc',
1609 'base/test_helpers.h', 1611 'base/test_helpers.h',
1610 'renderers/mock_gpu_video_accelerator_factories.cc', 1612 'renderers/mock_gpu_video_accelerator_factories.cc',
1611 'renderers/mock_gpu_video_accelerator_factories.h', 1613 'renderers/mock_gpu_video_accelerator_factories.h',
1612 'video/mock_video_decode_accelerator.cc', 1614 'video/mock_video_decode_accelerator.cc',
1613 'video/mock_video_decode_accelerator.h', 1615 'video/mock_video_decode_accelerator.h',
1614 ], 1616 ],
1615 }, 1617 },
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 'dependencies': [ 2054 'dependencies': [
2053 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2055 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2054 ], 2056 ],
2055 }], 2057 }],
2056 ], 2058 ],
2057 }, 2059 },
2058 ], 2060 ],
2059 }], 2061 }],
2060 ], 2062 ],
2061 } 2063 }
OLDNEW
« media/base/mock_media_log.cc ('K') | « media/filters/source_buffer_stream_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698