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

Side by Side Diff: media/media.gyp

Issue 1414793002: Update WebmMuxer for audio component of MediaStream recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 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
« no previous file with comments | « media/filters/opus_constants.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'filters/h264_parser.cc', 550 'filters/h264_parser.cc',
551 'filters/h264_parser.h', 551 'filters/h264_parser.h',
552 'filters/ivf_parser.cc', 552 'filters/ivf_parser.cc',
553 'filters/ivf_parser.h', 553 'filters/ivf_parser.h',
554 'filters/in_memory_url_protocol.cc', 554 'filters/in_memory_url_protocol.cc',
555 'filters/in_memory_url_protocol.h', 555 'filters/in_memory_url_protocol.h',
556 'filters/jpeg_parser.cc', 556 'filters/jpeg_parser.cc',
557 'filters/jpeg_parser.h', 557 'filters/jpeg_parser.h',
558 'filters/opus_audio_decoder.cc', 558 'filters/opus_audio_decoder.cc',
559 'filters/opus_audio_decoder.h', 559 'filters/opus_audio_decoder.h',
560 'filters/opus_constants.cc',
561 'filters/opus_constants.h',
560 'filters/source_buffer_range.cc', 562 'filters/source_buffer_range.cc',
561 'filters/source_buffer_range.h', 563 'filters/source_buffer_range.h',
562 'filters/source_buffer_stream.cc', 564 'filters/source_buffer_stream.cc',
563 'filters/source_buffer_stream.h', 565 'filters/source_buffer_stream.h',
564 'filters/stream_parser_factory.cc', 566 'filters/stream_parser_factory.cc',
565 'filters/stream_parser_factory.h', 567 'filters/stream_parser_factory.h',
566 'filters/video_cadence_estimator.cc', 568 'filters/video_cadence_estimator.cc',
567 'filters/video_cadence_estimator.h', 569 'filters/video_cadence_estimator.h',
568 'filters/video_renderer_algorithm.cc', 570 'filters/video_renderer_algorithm.cc',
569 'filters/video_renderer_algorithm.h', 571 'filters/video_renderer_algorithm.h',
(...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 'dependencies': [ 2113 'dependencies': [
2112 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2114 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2113 ], 2115 ],
2114 }], 2116 }],
2115 ], 2117 ],
2116 }, 2118 },
2117 ], 2119 ],
2118 }], 2120 }],
2119 ], 2121 ],
2120 } 2122 }
OLDNEW
« no previous file with comments | « media/filters/opus_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698