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

Side by Side Diff: media/media.gyp

Issue 445013002: media: Optimize HW Video to 2D Canvas copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename from Context3DProvider to Context3D Created 6 years 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'filters/audio_file_reader.cc', 400 'filters/audio_file_reader.cc',
401 'filters/audio_file_reader.h', 401 'filters/audio_file_reader.h',
402 'filters/audio_renderer_algorithm.cc', 402 'filters/audio_renderer_algorithm.cc',
403 'filters/audio_renderer_algorithm.h', 403 'filters/audio_renderer_algorithm.h',
404 'filters/audio_renderer_impl.cc', 404 'filters/audio_renderer_impl.cc',
405 'filters/audio_renderer_impl.h', 405 'filters/audio_renderer_impl.h',
406 'filters/blocking_url_protocol.cc', 406 'filters/blocking_url_protocol.cc',
407 'filters/blocking_url_protocol.h', 407 'filters/blocking_url_protocol.h',
408 'filters/chunk_demuxer.cc', 408 'filters/chunk_demuxer.cc',
409 'filters/chunk_demuxer.h', 409 'filters/chunk_demuxer.h',
410 'filters/context_3d.h',
410 'filters/decoder_selector.cc', 411 'filters/decoder_selector.cc',
411 'filters/decoder_selector.h', 412 'filters/decoder_selector.h',
412 'filters/decoder_stream.cc', 413 'filters/decoder_stream.cc',
413 'filters/decoder_stream.h', 414 'filters/decoder_stream.h',
414 'filters/decoder_stream_traits.cc', 415 'filters/decoder_stream_traits.cc',
415 'filters/decoder_stream_traits.h', 416 'filters/decoder_stream_traits.h',
416 'filters/decrypting_audio_decoder.cc', 417 'filters/decrypting_audio_decoder.cc',
417 'filters/decrypting_audio_decoder.h', 418 'filters/decrypting_audio_decoder.h',
418 'filters/decrypting_demuxer_stream.cc', 419 'filters/decrypting_demuxer_stream.cc',
419 'filters/decrypting_demuxer_stream.h', 420 'filters/decrypting_demuxer_stream.h',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 '../build/isolate.gypi', 1982 '../build/isolate.gypi',
1982 ], 1983 ],
1983 'sources': [ 1984 'sources': [
1984 'media_unittests.isolate', 1985 'media_unittests.isolate',
1985 ], 1986 ],
1986 }, 1987 },
1987 ], 1988 ],
1988 }], 1989 }],
1989 ], 1990 ],
1990 } 1991 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698