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

Side by Side Diff: media/media.gyp

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'base/loopback_audio_converter.h', 330 'base/loopback_audio_converter.h',
331 'base/mac/avfoundation_glue.h', 331 'base/mac/avfoundation_glue.h',
332 'base/mac/avfoundation_glue.mm', 332 'base/mac/avfoundation_glue.mm',
333 'base/mac/coremedia_glue.h', 333 'base/mac/coremedia_glue.h',
334 'base/mac/coremedia_glue.mm', 334 'base/mac/coremedia_glue.mm',
335 'base/mac/corevideo_glue.h', 335 'base/mac/corevideo_glue.h',
336 'base/mac/video_frame_mac.cc', 336 'base/mac/video_frame_mac.cc',
337 'base/mac/video_frame_mac.h', 337 'base/mac/video_frame_mac.h',
338 'base/mac/videotoolbox_glue.h', 338 'base/mac/videotoolbox_glue.h',
339 'base/mac/videotoolbox_glue.mm', 339 'base/mac/videotoolbox_glue.mm',
340 'base/mac/videotoolbox_helpers.cc',
341 'base/mac/videotoolbox_helpers.h',
340 'base/media.cc', 342 'base/media.cc',
341 'base/media.h', 343 'base/media.h',
342 'base/media_client.cc', 344 'base/media_client.cc',
343 'base/media_client.h', 345 'base/media_client.h',
344 'base/media_file_checker.cc', 346 'base/media_file_checker.cc',
345 'base/media_file_checker.h', 347 'base/media_file_checker.h',
346 'base/media_keys.cc', 348 'base/media_keys.cc',
347 'base/media_keys.h', 349 'base/media_keys.h',
348 'base/media_log.cc', 350 'base/media_log.cc',
349 'base/media_log.h', 351 'base/media_log.h',
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2078 '..', 2080 '..',
2079 ], 2081 ],
2080 'sources': [ 2082 'sources': [
2081 'base/mac/coremedia_glue.h', 2083 'base/mac/coremedia_glue.h',
2082 'base/mac/coremedia_glue.mm', 2084 'base/mac/coremedia_glue.mm',
2083 'base/mac/corevideo_glue.h', 2085 'base/mac/corevideo_glue.h',
2084 'base/mac/video_frame_mac.cc', 2086 'base/mac/video_frame_mac.cc',
2085 'base/mac/video_frame_mac.h', 2087 'base/mac/video_frame_mac.h',
2086 'base/mac/videotoolbox_glue.h', 2088 'base/mac/videotoolbox_glue.h',
2087 'base/mac/videotoolbox_glue.mm', 2089 'base/mac/videotoolbox_glue.mm',
2090 'base/mac/videotoolbox_helpers.cc',
2091 'base/mac/videotoolbox_helpers.h',
2088 'base/simd/convert_rgb_to_yuv.h', 2092 'base/simd/convert_rgb_to_yuv.h',
2089 'base/simd/convert_rgb_to_yuv_c.cc', 2093 'base/simd/convert_rgb_to_yuv_c.cc',
2090 'base/simd/convert_yuv_to_rgb.h', 2094 'base/simd/convert_yuv_to_rgb.h',
2091 'base/simd/convert_yuv_to_rgb_c.cc', 2095 'base/simd/convert_yuv_to_rgb_c.cc',
2092 'base/simd/filter_yuv.h', 2096 'base/simd/filter_yuv.h',
2093 'base/simd/filter_yuv_c.cc', 2097 'base/simd/filter_yuv_c.cc',
2094 'base/video_frame.cc', 2098 'base/video_frame.cc',
2095 'base/video_frame.h', 2099 'base/video_frame.h',
2096 'base/video_frame_metadata.cc', 2100 'base/video_frame_metadata.cc',
2097 'base/video_frame_metadata.h', 2101 'base/video_frame_metadata.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 'dependencies': [ 2168 'dependencies': [
2165 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2169 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2166 ], 2170 ],
2167 }], 2171 }],
2168 ], 2172 ],
2169 }, 2173 },
2170 ], 2174 ],
2171 }], 2175 }],
2172 ], 2176 ],
2173 } 2177 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698