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

Side by Side Diff: media/media.gyp

Issue 1801343002: Revert of H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « media/cast/sender/video_encoder.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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'base/loopback_audio_converter.h', 341 'base/loopback_audio_converter.h',
342 'base/mac/avfoundation_glue.h', 342 'base/mac/avfoundation_glue.h',
343 'base/mac/avfoundation_glue.mm', 343 'base/mac/avfoundation_glue.mm',
344 'base/mac/coremedia_glue.h', 344 'base/mac/coremedia_glue.h',
345 'base/mac/coremedia_glue.mm', 345 'base/mac/coremedia_glue.mm',
346 'base/mac/corevideo_glue.h', 346 'base/mac/corevideo_glue.h',
347 'base/mac/video_frame_mac.cc', 347 'base/mac/video_frame_mac.cc',
348 'base/mac/video_frame_mac.h', 348 'base/mac/video_frame_mac.h',
349 'base/mac/videotoolbox_glue.h', 349 'base/mac/videotoolbox_glue.h',
350 'base/mac/videotoolbox_glue.mm', 350 'base/mac/videotoolbox_glue.mm',
351 'base/mac/videotoolbox_helpers.cc',
352 'base/mac/videotoolbox_helpers.h',
353 'base/media.cc', 351 'base/media.cc',
354 'base/media.h', 352 'base/media.h',
355 'base/media_client.cc', 353 'base/media_client.cc',
356 'base/media_client.h', 354 'base/media_client.h',
357 'base/media_file_checker.cc', 355 'base/media_file_checker.cc',
358 'base/media_file_checker.h', 356 'base/media_file_checker.h',
359 'base/media_keys.cc', 357 'base/media_keys.cc',
360 'base/media_keys.h', 358 'base/media_keys.h',
361 'base/media_log.cc', 359 'base/media_log.cc',
362 'base/media_log.h', 360 'base/media_log.h',
(...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after
2024 '..', 2022 '..',
2025 ], 2023 ],
2026 'sources': [ 2024 'sources': [
2027 'base/mac/coremedia_glue.h', 2025 'base/mac/coremedia_glue.h',
2028 'base/mac/coremedia_glue.mm', 2026 'base/mac/coremedia_glue.mm',
2029 'base/mac/corevideo_glue.h', 2027 'base/mac/corevideo_glue.h',
2030 'base/mac/video_frame_mac.cc', 2028 'base/mac/video_frame_mac.cc',
2031 'base/mac/video_frame_mac.h', 2029 'base/mac/video_frame_mac.h',
2032 'base/mac/videotoolbox_glue.h', 2030 'base/mac/videotoolbox_glue.h',
2033 'base/mac/videotoolbox_glue.mm', 2031 'base/mac/videotoolbox_glue.mm',
2034 'base/mac/videotoolbox_helpers.cc',
2035 'base/mac/videotoolbox_helpers.h',
2036 'base/simd/convert_rgb_to_yuv.h', 2032 'base/simd/convert_rgb_to_yuv.h',
2037 'base/simd/convert_rgb_to_yuv_c.cc', 2033 'base/simd/convert_rgb_to_yuv_c.cc',
2038 'base/simd/convert_yuv_to_rgb.h', 2034 'base/simd/convert_yuv_to_rgb.h',
2039 'base/simd/convert_yuv_to_rgb_c.cc', 2035 'base/simd/convert_yuv_to_rgb_c.cc',
2040 'base/simd/filter_yuv.h', 2036 'base/simd/filter_yuv.h',
2041 'base/simd/filter_yuv_c.cc', 2037 'base/simd/filter_yuv_c.cc',
2042 'base/video_frame.cc', 2038 'base/video_frame.cc',
2043 'base/video_frame.h', 2039 'base/video_frame.h',
2044 'base/video_frame_metadata.cc', 2040 'base/video_frame_metadata.cc',
2045 'base/video_frame_metadata.h', 2041 'base/video_frame_metadata.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 'dependencies': [ 2108 'dependencies': [
2113 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2109 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2114 ], 2110 ],
2115 }], 2111 }],
2116 ], 2112 ],
2117 }, 2113 },
2118 ], 2114 ],
2119 }], 2115 }],
2120 ], 2116 ],
2121 } 2117 }
OLDNEW
« no previous file with comments | « media/cast/sender/video_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698