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

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: rebase to ToT 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',
420 'filters/decoder_selector.cc', 421 'filters/decoder_selector.cc',
421 'filters/decoder_selector.h', 422 'filters/decoder_selector.h',
422 'filters/decoder_stream.cc', 423 'filters/decoder_stream.cc',
423 'filters/decoder_stream.h', 424 'filters/decoder_stream.h',
424 'filters/decoder_stream_traits.cc', 425 'filters/decoder_stream_traits.cc',
425 'filters/decoder_stream_traits.h', 426 'filters/decoder_stream_traits.h',
426 'filters/decrypting_audio_decoder.cc', 427 'filters/decrypting_audio_decoder.cc',
427 'filters/decrypting_audio_decoder.h', 428 'filters/decrypting_audio_decoder.h',
428 'filters/decrypting_demuxer_stream.cc', 429 'filters/decrypting_demuxer_stream.cc',
429 'filters/decrypting_demuxer_stream.h', 430 'filters/decrypting_demuxer_stream.h',
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 '../build/isolate.gypi', 1891 '../build/isolate.gypi',
1891 ], 1892 ],
1892 'sources': [ 1893 'sources': [
1893 'media_unittests.isolate', 1894 'media_unittests.isolate',
1894 ], 1895 ],
1895 }, 1896 },
1896 ], 1897 ],
1897 }], 1898 }],
1898 ], 1899 ],
1899 } 1900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698