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

Side by Side Diff: media/media.gyp

Issue 363813002: Update to Pipeline Metadata and Decoder Stream for Orientation Data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor editing, mov->MP4, removed unneeded media prefix Created 6 years, 5 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 | Annotate | Revision Log
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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'base/video_decoder.cc', 342 'base/video_decoder.cc',
343 'base/video_decoder.h', 343 'base/video_decoder.h',
344 'base/video_decoder_config.cc', 344 'base/video_decoder_config.cc',
345 'base/video_decoder_config.h', 345 'base/video_decoder_config.h',
346 'base/video_frame.cc', 346 'base/video_frame.cc',
347 'base/video_frame.h', 347 'base/video_frame.h',
348 'base/video_frame_pool.cc', 348 'base/video_frame_pool.cc',
349 'base/video_frame_pool.h', 349 'base/video_frame_pool.h',
350 'base/video_renderer.cc', 350 'base/video_renderer.cc',
351 'base/video_renderer.h', 351 'base/video_renderer.h',
352 'base/video_rotation.h',
352 'base/video_util.cc', 353 'base/video_util.cc',
353 'base/video_util.h', 354 'base/video_util.h',
354 'base/yuv_convert.cc', 355 'base/yuv_convert.cc',
355 'base/yuv_convert.h', 356 'base/yuv_convert.h',
356 'cdm/aes_decryptor.cc', 357 'cdm/aes_decryptor.cc',
357 'cdm/aes_decryptor.h', 358 'cdm/aes_decryptor.h',
358 'cdm/json_web_key.cc', 359 'cdm/json_web_key.cc',
359 'cdm/json_web_key.h', 360 'cdm/json_web_key.h',
360 'cdm/key_system_names.cc', 361 'cdm/key_system_names.cc',
361 'cdm/key_system_names.h', 362 'cdm/key_system_names.h',
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 ], 1749 ],
1749 }], 1750 }],
1750 ], 1751 ],
1751 }], 1752 }],
1752 ], 1753 ],
1753 }, 1754 },
1754 ], 1755 ],
1755 }], 1756 }],
1756 ], 1757 ],
1757 } 1758 }
OLDNEW
« media/filters/ffmpeg_demuxer_unittest.cc ('K') | « media/filters/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698