OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |