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

Side by Side Diff: media/media.gyp

Issue 246033002: Store SupportedCodecs in KeySystemInfo and KeySystems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'base/video_frame_pool.cc', 341 'base/video_frame_pool.cc',
342 'base/video_frame_pool.h', 342 'base/video_frame_pool.h',
343 'base/video_renderer.cc', 343 'base/video_renderer.cc',
344 'base/video_renderer.h', 344 'base/video_renderer.h',
345 'base/video_util.cc', 345 'base/video_util.cc',
346 'base/video_util.h', 346 'base/video_util.h',
347 'base/yuv_convert.cc', 347 'base/yuv_convert.cc',
348 'base/yuv_convert.h', 348 'base/yuv_convert.h',
349 'cdm/aes_decryptor.cc', 349 'cdm/aes_decryptor.cc',
350 'cdm/aes_decryptor.h', 350 'cdm/aes_decryptor.h',
351 'cdm/encrypted_media_codecs.h',
351 'cdm/json_web_key.cc', 352 'cdm/json_web_key.cc',
352 'cdm/json_web_key.h', 353 'cdm/json_web_key.h',
353 'cdm/key_system_names.cc', 354 'cdm/key_system_names.cc',
354 'cdm/key_system_names.h', 355 'cdm/key_system_names.h',
355 'ffmpeg/ffmpeg_common.cc', 356 'ffmpeg/ffmpeg_common.cc',
356 'ffmpeg/ffmpeg_common.h', 357 'ffmpeg/ffmpeg_common.h',
357 'ffmpeg/ffmpeg_deleters.h', 358 'ffmpeg/ffmpeg_deleters.h',
358 'filters/audio_file_reader.cc', 359 'filters/audio_file_reader.cc',
359 'filters/audio_file_reader.h', 360 'filters/audio_file_reader.h',
360 'filters/audio_renderer_algorithm.cc', 361 'filters/audio_renderer_algorithm.cc',
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 ], 1682 ],
1682 }], 1683 }],
1683 ], 1684 ],
1684 }], 1685 }],
1685 ], 1686 ],
1686 }, 1687 },
1687 ], 1688 ],
1688 }], 1689 }],
1689 ], 1690 ],
1690 } 1691 }
OLDNEW
« media/cdm/encrypted_media_codecs.h ('K') | « media/cdm/encrypted_media_codecs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698