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

Side by Side Diff: media/media.gyp

Issue 237353007: Refactor VideoRendererImpl to use VideoFrameScheduler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
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 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 'base/mock_audio_renderer_sink.cc', 1258 'base/mock_audio_renderer_sink.cc',
1259 'base/mock_audio_renderer_sink.h', 1259 'base/mock_audio_renderer_sink.h',
1260 'base/mock_demuxer_host.cc', 1260 'base/mock_demuxer_host.cc',
1261 'base/mock_demuxer_host.h', 1261 'base/mock_demuxer_host.h',
1262 'base/mock_filters.cc', 1262 'base/mock_filters.cc',
1263 'base/mock_filters.h', 1263 'base/mock_filters.h',
1264 'base/test_data_util.cc', 1264 'base/test_data_util.cc',
1265 'base/test_data_util.h', 1265 'base/test_data_util.h',
1266 'base/test_helpers.cc', 1266 'base/test_helpers.cc',
1267 'base/test_helpers.h', 1267 'base/test_helpers.h',
1268 'filters/clockless_video_frame_scheduler.cc',
1269 'filters/clockless_video_frame_scheduler.h',
1268 'filters/mock_gpu_video_accelerator_factories.cc', 1270 'filters/mock_gpu_video_accelerator_factories.cc',
1269 'filters/mock_gpu_video_accelerator_factories.h', 1271 'filters/mock_gpu_video_accelerator_factories.h',
1270 'video/capture/mock_video_capture_event_handler.cc', 1272 'video/capture/mock_video_capture_event_handler.cc',
1271 'video/capture/mock_video_capture_event_handler.h', 1273 'video/capture/mock_video_capture_event_handler.h',
1272 'video/mock_video_decode_accelerator.cc', 1274 'video/mock_video_decode_accelerator.cc',
1273 'video/mock_video_decode_accelerator.h', 1275 'video/mock_video_decode_accelerator.h',
1274 ], 1276 ],
1275 }, 1277 },
1276 { 1278 {
1277 # Minimal target for NaCl and other renderer side media clients which 1279 # Minimal target for NaCl and other renderer side media clients which
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 ], 1709 ],
1708 }], 1710 }],
1709 ], 1711 ],
1710 }], 1712 }],
1711 ], 1713 ],
1712 }, 1714 },
1713 ], 1715 ],
1714 }], 1716 }],
1715 ], 1717 ],
1716 } 1718 }
OLDNEW
« media/filters/video_renderer_impl.cc ('K') | « media/filters/video_renderer_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698