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

Side by Side Diff: media/media.gyp

Issue 19638008: Refactor GpuVideoDecoder::Factories out of GpuVideoDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 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
« no previous file with comments | « media/filters/mock_gpu_video_decoder_factories.h ('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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'filters/ffmpeg_glue.cc', 343 'filters/ffmpeg_glue.cc',
344 'filters/ffmpeg_glue.h', 344 'filters/ffmpeg_glue.h',
345 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', 345 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc',
346 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', 346 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h',
347 'filters/ffmpeg_video_decoder.cc', 347 'filters/ffmpeg_video_decoder.cc',
348 'filters/ffmpeg_video_decoder.h', 348 'filters/ffmpeg_video_decoder.h',
349 'filters/file_data_source.cc', 349 'filters/file_data_source.cc',
350 'filters/file_data_source.h', 350 'filters/file_data_source.h',
351 'filters/gpu_video_decoder.cc', 351 'filters/gpu_video_decoder.cc',
352 'filters/gpu_video_decoder.h', 352 'filters/gpu_video_decoder.h',
353 'filters/gpu_video_decoder_factories.cc',
354 'filters/gpu_video_decoder_factories.h',
353 'filters/h264_to_annex_b_bitstream_converter.cc', 355 'filters/h264_to_annex_b_bitstream_converter.cc',
354 'filters/h264_to_annex_b_bitstream_converter.h', 356 'filters/h264_to_annex_b_bitstream_converter.h',
355 'filters/in_memory_url_protocol.cc', 357 'filters/in_memory_url_protocol.cc',
356 'filters/in_memory_url_protocol.h', 358 'filters/in_memory_url_protocol.h',
357 'filters/opus_audio_decoder.cc', 359 'filters/opus_audio_decoder.cc',
358 'filters/opus_audio_decoder.h', 360 'filters/opus_audio_decoder.h',
359 'filters/skcanvas_video_renderer.cc', 361 'filters/skcanvas_video_renderer.cc',
360 'filters/skcanvas_video_renderer.h', 362 'filters/skcanvas_video_renderer.h',
361 'filters/source_buffer_stream.cc', 363 'filters/source_buffer_stream.cc',
362 'filters/source_buffer_stream.h', 364 'filters/source_buffer_stream.h',
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 'sources': [ 1631 'sources': [
1630 'tools/media_bench/media_bench.cc', 1632 'tools/media_bench/media_bench.cc',
1631 ], 1633 ],
1632 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1634 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1633 'msvs_disabled_warnings': [ 4267, ], 1635 'msvs_disabled_warnings': [ 4267, ],
1634 }, 1636 },
1635 ], 1637 ],
1636 }], 1638 }],
1637 ], 1639 ],
1638 } 1640 }
OLDNEW
« no previous file with comments | « media/filters/mock_gpu_video_decoder_factories.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698