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

Side by Side Diff: media/media.gyp

Issue 1269473002: Extract IVF parser from VP8 parser unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'filters/file_data_source.cc', 531 'filters/file_data_source.cc',
532 'filters/file_data_source.h', 532 'filters/file_data_source.h',
533 'filters/frame_processor.cc', 533 'filters/frame_processor.cc',
534 'filters/frame_processor.h', 534 'filters/frame_processor.h',
535 'filters/gpu_video_decoder.cc', 535 'filters/gpu_video_decoder.cc',
536 'filters/gpu_video_decoder.h', 536 'filters/gpu_video_decoder.h',
537 'filters/h264_bit_reader.cc', 537 'filters/h264_bit_reader.cc',
538 'filters/h264_bit_reader.h', 538 'filters/h264_bit_reader.h',
539 'filters/h264_parser.cc', 539 'filters/h264_parser.cc',
540 'filters/h264_parser.h', 540 'filters/h264_parser.h',
541 'filters/ivf_parser.cc',
542 'filters/ivf_parser.h',
541 'filters/in_memory_url_protocol.cc', 543 'filters/in_memory_url_protocol.cc',
542 'filters/in_memory_url_protocol.h', 544 'filters/in_memory_url_protocol.h',
543 'filters/jpeg_parser.cc', 545 'filters/jpeg_parser.cc',
544 'filters/jpeg_parser.h', 546 'filters/jpeg_parser.h',
545 'filters/opus_audio_decoder.cc', 547 'filters/opus_audio_decoder.cc',
546 'filters/opus_audio_decoder.h', 548 'filters/opus_audio_decoder.h',
547 'filters/source_buffer_range.cc', 549 'filters/source_buffer_range.cc',
548 'filters/source_buffer_range.h', 550 'filters/source_buffer_range.h',
549 'filters/source_buffer_stream.cc', 551 'filters/source_buffer_stream.cc',
550 'filters/source_buffer_stream.h', 552 'filters/source_buffer_stream.h',
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 'dependencies': [ 2042 'dependencies': [
2041 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2043 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2042 ], 2044 ],
2043 }], 2045 }],
2044 ], 2046 ],
2045 }, 2047 },
2046 ], 2048 ],
2047 }], 2049 }],
2048 ], 2050 ],
2049 } 2051 }
OLDNEW
« media/filters/vp8_parser_unittest.cc ('K') | « media/filters/vp8_parser_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698