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

Side by Side Diff: media/media.gyp

Issue 197793005: Convert scoped_ptr_malloc -> scoped_ptr, part 5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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
« no previous file with comments | « media/filters/ffmpeg_video_decoder.h ('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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'base/yuv_convert.cc', 339 'base/yuv_convert.cc',
340 'base/yuv_convert.h', 340 'base/yuv_convert.h',
341 'cdm/aes_decryptor.cc', 341 'cdm/aes_decryptor.cc',
342 'cdm/aes_decryptor.h', 342 'cdm/aes_decryptor.h',
343 'cdm/json_web_key.cc', 343 'cdm/json_web_key.cc',
344 'cdm/json_web_key.h', 344 'cdm/json_web_key.h',
345 'cdm/key_system_names.cc', 345 'cdm/key_system_names.cc',
346 'cdm/key_system_names.h', 346 'cdm/key_system_names.h',
347 'ffmpeg/ffmpeg_common.cc', 347 'ffmpeg/ffmpeg_common.cc',
348 'ffmpeg/ffmpeg_common.h', 348 'ffmpeg/ffmpeg_common.h',
349 'ffmpeg/ffmpeg_deleters.h',
349 'filters/audio_file_reader.cc', 350 'filters/audio_file_reader.cc',
350 'filters/audio_file_reader.h', 351 'filters/audio_file_reader.h',
351 'filters/audio_renderer_algorithm.cc', 352 'filters/audio_renderer_algorithm.cc',
352 'filters/audio_renderer_algorithm.h', 353 'filters/audio_renderer_algorithm.h',
353 'filters/audio_renderer_impl.cc', 354 'filters/audio_renderer_impl.cc',
354 'filters/audio_renderer_impl.h', 355 'filters/audio_renderer_impl.h',
355 'filters/blocking_url_protocol.cc', 356 'filters/blocking_url_protocol.cc',
356 'filters/blocking_url_protocol.h', 357 'filters/blocking_url_protocol.h',
357 'filters/chunk_demuxer.cc', 358 'filters/chunk_demuxer.cc',
358 'filters/chunk_demuxer.h', 359 'filters/chunk_demuxer.h',
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 ], 1694 ],
1694 }], 1695 }],
1695 ], 1696 ],
1696 }], 1697 }],
1697 ], 1698 ],
1698 }, 1699 },
1699 ], 1700 ],
1700 }], 1701 }],
1701 ], 1702 ],
1702 } 1703 }
OLDNEW
« no previous file with comments | « media/filters/ffmpeg_video_decoder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698