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

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: Resolve comments, rebase to ToT Created 6 years, 1 month 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'filters/audio_file_reader.cc', 388 'filters/audio_file_reader.cc',
389 'filters/audio_file_reader.h', 389 'filters/audio_file_reader.h',
390 'filters/audio_renderer_algorithm.cc', 390 'filters/audio_renderer_algorithm.cc',
391 'filters/audio_renderer_algorithm.h', 391 'filters/audio_renderer_algorithm.h',
392 'filters/audio_renderer_impl.cc', 392 'filters/audio_renderer_impl.cc',
393 'filters/audio_renderer_impl.h', 393 'filters/audio_renderer_impl.h',
394 'filters/blocking_url_protocol.cc', 394 'filters/blocking_url_protocol.cc',
395 'filters/blocking_url_protocol.h', 395 'filters/blocking_url_protocol.h',
396 'filters/chunk_demuxer.cc', 396 'filters/chunk_demuxer.cc',
397 'filters/chunk_demuxer.h', 397 'filters/chunk_demuxer.h',
398 'filters/context_3d_provider.h',
398 'filters/decoder_selector.cc', 399 'filters/decoder_selector.cc',
399 'filters/decoder_selector.h', 400 'filters/decoder_selector.h',
400 'filters/decoder_stream.cc', 401 'filters/decoder_stream.cc',
401 'filters/decoder_stream.h', 402 'filters/decoder_stream.h',
402 'filters/decoder_stream_traits.cc', 403 'filters/decoder_stream_traits.cc',
403 'filters/decoder_stream_traits.h', 404 'filters/decoder_stream_traits.h',
404 'filters/decrypting_audio_decoder.cc', 405 'filters/decrypting_audio_decoder.cc',
405 'filters/decrypting_audio_decoder.h', 406 'filters/decrypting_audio_decoder.h',
406 'filters/decrypting_demuxer_stream.cc', 407 'filters/decrypting_demuxer_stream.cc',
407 'filters/decrypting_demuxer_stream.h', 408 'filters/decrypting_demuxer_stream.h',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 '../build/isolate.gypi', 1970 '../build/isolate.gypi',
1970 ], 1971 ],
1971 'sources': [ 1972 'sources': [
1972 'media_unittests.isolate', 1973 'media_unittests.isolate',
1973 ], 1974 ],
1974 }, 1975 },
1975 ], 1976 ],
1976 }], 1977 }],
1977 ], 1978 ],
1978 } 1979 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698