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

Side by Side Diff: media/media_gpu.gypi

Issue 1818903004: Bitrate controller for VideoToolbox Video Encode Accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/media.gyp ('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 { 1 {
2 'variables': { 2 'variables': {
3 'use_v4lplugin%': 0, 3 'use_v4lplugin%': 0,
4 'use_v4l2_codec%': 0, 4 'use_v4l2_codec%': 0,
5 }, 5 },
6 'defines': [ 6 'defines': [
7 'MEDIA_GPU_IMPLEMENTATION' 7 'MEDIA_GPU_IMPLEMENTATION'
8 ], 8 ],
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 16 matching lines...) Expand all
27 'gpu/shared_memory_region.h', 27 'gpu/shared_memory_region.h',
28 ], 28 ],
29 'include_dirs': [ 29 'include_dirs': [
30 '..', 30 '..',
31 ], 31 ],
32 'conditions': [ 32 'conditions': [
33 ['OS=="mac"', { 33 ['OS=="mac"', {
34 'dependencies': [ 34 'dependencies': [
35 '../media/media.gyp:media', 35 '../media/media.gyp:media',
36 '../content/app/resources/content_resources.gyp:content_resources', 36 '../content/app/resources/content_resources.gyp:content_resources',
37 '../third_party/webrtc/common_video/common_video.gyp:common_video',
37 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac' 38 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac'
38 ], 39 ],
39 'sources': [ 40 'sources': [
40 'gpu/vt_mac.h', 41 'gpu/vt_mac.h',
41 'gpu/vt_video_decode_accelerator_mac.cc', 42 'gpu/vt_video_decode_accelerator_mac.cc',
42 'gpu/vt_video_decode_accelerator_mac.h', 43 'gpu/vt_video_decode_accelerator_mac.h',
43 'gpu/vt_video_encode_accelerator_mac.cc', 44 'gpu/vt_video_encode_accelerator_mac.cc',
44 'gpu/vt_video_encode_accelerator_mac.h', 45 'gpu/vt_video_encode_accelerator_mac.h',
45 ], 46 ],
46 'link_settings': { 47 'link_settings': {
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'msvs_settings': { 360 'msvs_settings': {
360 'VCCLCompilerTool': { 361 'VCCLCompilerTool': {
361 'AdditionalOptions': [ 362 'AdditionalOptions': [
362 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta 363 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta
363 ], 364 ],
364 }, 365 },
365 }, 366 },
366 }], 367 }],
367 ], 368 ],
368 } 369 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698