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

Side by Side Diff: media/media.gyp

Issue 418193003: Using PROFILE_ANY for vp8 and vp9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'audio/win/wavein_input_win.cc', 199 'audio/win/wavein_input_win.cc',
200 'audio/win/wavein_input_win.h', 200 'audio/win/wavein_input_win.h',
201 'audio/win/waveout_output_win.cc', 201 'audio/win/waveout_output_win.cc',
202 'audio/win/waveout_output_win.h', 202 'audio/win/waveout_output_win.h',
203 'base/android/demuxer_android.h', 203 'base/android/demuxer_android.h',
204 'base/android/demuxer_stream_player_params.cc', 204 'base/android/demuxer_stream_player_params.cc',
205 'base/android/demuxer_stream_player_params.h', 205 'base/android/demuxer_stream_player_params.h',
206 'base/android/media_player_manager.h', 206 'base/android/media_player_manager.h',
207 'base/android/media_resource_getter.cc', 207 'base/android/media_resource_getter.cc',
208 'base/android/media_resource_getter.h', 208 'base/android/media_resource_getter.h',
209 'base/assert_matching_enums.cc',
209 'base/audio_block_fifo.cc', 210 'base/audio_block_fifo.cc',
210 'base/audio_block_fifo.h', 211 'base/audio_block_fifo.h',
211 'base/audio_buffer.cc', 212 'base/audio_buffer.cc',
212 'base/audio_buffer.h', 213 'base/audio_buffer.h',
213 'base/audio_buffer_queue.cc', 214 'base/audio_buffer_queue.cc',
214 'base/audio_buffer_queue.h', 215 'base/audio_buffer_queue.h',
215 'base/audio_buffer_converter.cc', 216 'base/audio_buffer_converter.cc',
216 'base/audio_buffer_converter.h', 217 'base/audio_buffer_converter.h',
217 'base/audio_capturer_source.h', 218 'base/audio_capturer_source.h',
218 'base/audio_converter.cc', 219 'base/audio_converter.cc',
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 ], 1763 ],
1763 }], 1764 }],
1764 ], 1765 ],
1765 }], 1766 }],
1766 ], 1767 ],
1767 }, 1768 },
1768 ], 1769 ],
1769 }], 1770 }],
1770 ], 1771 ],
1771 } 1772 }
OLDNEW
« media/base/video_decoder_config.h ('K') | « media/formats/webm/webm_video_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698