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

Side by Side Diff: media/media.gyp

Issue 360843002: MSE: Move FrameProcessorBase code into FrameProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moves MseTrackBuffer into .cc Created 6 years, 5 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
« no previous file with comments | « media/filters/frame_processor_base.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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'filters/ffmpeg_demuxer.cc', 393 'filters/ffmpeg_demuxer.cc',
394 'filters/ffmpeg_demuxer.h', 394 'filters/ffmpeg_demuxer.h',
395 'filters/ffmpeg_glue.cc', 395 'filters/ffmpeg_glue.cc',
396 'filters/ffmpeg_glue.h', 396 'filters/ffmpeg_glue.h',
397 'filters/ffmpeg_video_decoder.cc', 397 'filters/ffmpeg_video_decoder.cc',
398 'filters/ffmpeg_video_decoder.h', 398 'filters/ffmpeg_video_decoder.h',
399 'filters/file_data_source.cc', 399 'filters/file_data_source.cc',
400 'filters/file_data_source.h', 400 'filters/file_data_source.h',
401 'filters/frame_processor.cc', 401 'filters/frame_processor.cc',
402 'filters/frame_processor.h', 402 'filters/frame_processor.h',
403 'filters/frame_processor_base.cc',
404 'filters/frame_processor_base.h',
405 'filters/gpu_video_accelerator_factories.cc', 403 'filters/gpu_video_accelerator_factories.cc',
406 'filters/gpu_video_accelerator_factories.h', 404 'filters/gpu_video_accelerator_factories.h',
407 'filters/gpu_video_decoder.cc', 405 'filters/gpu_video_decoder.cc',
408 'filters/gpu_video_decoder.h', 406 'filters/gpu_video_decoder.h',
409 'filters/h264_bit_reader.cc', 407 'filters/h264_bit_reader.cc',
410 'filters/h264_bit_reader.h', 408 'filters/h264_bit_reader.h',
411 'filters/h264_parser.cc', 409 'filters/h264_parser.cc',
412 'filters/h264_parser.h', 410 'filters/h264_parser.h',
413 'filters/in_memory_url_protocol.cc', 411 'filters/in_memory_url_protocol.cc',
414 'filters/in_memory_url_protocol.h', 412 'filters/in_memory_url_protocol.h',
(...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1750 ], 1748 ],
1751 }], 1749 }],
1752 ], 1750 ],
1753 }], 1751 }],
1754 ], 1752 ],
1755 }, 1753 },
1756 ], 1754 ],
1757 }], 1755 }],
1758 ], 1756 ],
1759 } 1757 }
OLDNEW
« no previous file with comments | « media/filters/frame_processor_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698