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

Side by Side Diff: media/media.gyp

Issue 818853004: Revert of media: Optimize HW Video to 2D Canvas copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'filters/audio_file_reader.cc', 410 'filters/audio_file_reader.cc',
411 'filters/audio_file_reader.h', 411 'filters/audio_file_reader.h',
412 'filters/audio_renderer_algorithm.cc', 412 'filters/audio_renderer_algorithm.cc',
413 'filters/audio_renderer_algorithm.h', 413 'filters/audio_renderer_algorithm.h',
414 'filters/audio_renderer_impl.cc', 414 'filters/audio_renderer_impl.cc',
415 'filters/audio_renderer_impl.h', 415 'filters/audio_renderer_impl.h',
416 'filters/blocking_url_protocol.cc', 416 'filters/blocking_url_protocol.cc',
417 'filters/blocking_url_protocol.h', 417 'filters/blocking_url_protocol.h',
418 'filters/chunk_demuxer.cc', 418 'filters/chunk_demuxer.cc',
419 'filters/chunk_demuxer.h', 419 'filters/chunk_demuxer.h',
420 'filters/context_3d.h',
421 'filters/decoder_selector.cc', 420 'filters/decoder_selector.cc',
422 'filters/decoder_selector.h', 421 'filters/decoder_selector.h',
423 'filters/decoder_stream.cc', 422 'filters/decoder_stream.cc',
424 'filters/decoder_stream.h', 423 'filters/decoder_stream.h',
425 'filters/decoder_stream_traits.cc', 424 'filters/decoder_stream_traits.cc',
426 'filters/decoder_stream_traits.h', 425 'filters/decoder_stream_traits.h',
427 'filters/decrypting_audio_decoder.cc', 426 'filters/decrypting_audio_decoder.cc',
428 'filters/decrypting_audio_decoder.h', 427 'filters/decrypting_audio_decoder.h',
429 'filters/decrypting_demuxer_stream.cc', 428 'filters/decrypting_demuxer_stream.cc',
430 'filters/decrypting_demuxer_stream.h', 429 'filters/decrypting_demuxer_stream.h',
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 '../build/isolate.gypi', 1890 '../build/isolate.gypi',
1892 ], 1891 ],
1893 'sources': [ 1892 'sources': [
1894 'media_unittests.isolate', 1893 'media_unittests.isolate',
1895 ], 1894 ],
1896 }, 1895 },
1897 ], 1896 ],
1898 }], 1897 }],
1899 ], 1898 ],
1900 } 1899 }
OLDNEW
« no previous file with comments | « media/filters/skcanvas_video_renderer_unittest.cc ('k') | mojo/services/html_viewer/webmediaplayer_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698