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

Side by Side Diff: media/media_gpu.gypi

Issue 1937093002: Fix Windows component builds: Use component type in gyp build for media_gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export InitializeVideoToolbox 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'gpu/vaapi_picture.h', 238 'gpu/vaapi_picture.h',
239 'gpu/vaapi_video_decode_accelerator.cc', 239 'gpu/vaapi_video_decode_accelerator.cc',
240 'gpu/vaapi_video_decode_accelerator.h', 240 'gpu/vaapi_video_decode_accelerator.h',
241 'gpu/vaapi_video_encode_accelerator.cc', 241 'gpu/vaapi_video_encode_accelerator.cc',
242 'gpu/vaapi_video_encode_accelerator.h', 242 'gpu/vaapi_video_encode_accelerator.h',
243 'gpu/vaapi_wrapper.cc', 243 'gpu/vaapi_wrapper.cc',
244 'gpu/vaapi_wrapper.h', 244 'gpu/vaapi_wrapper.h',
245 ], 245 ],
246 'conditions': [ 246 'conditions': [
247 ['use_x11 == 1', { 247 ['use_x11 == 1', {
248 'dependencies': [
249 '../build/linux/system.gyp:x11',
250 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
251 ],
248 'variables': { 252 'variables': {
249 'sig_files': [ 253 'sig_files': [
250 'gpu/va.sigs', 254 'gpu/va.sigs',
251 'gpu/va_x11.sigs', 255 'gpu/va_x11.sigs',
252 ], 256 ],
253 }, 257 },
254 'sources': [ 258 'sources': [
255 'gpu/vaapi_tfp_picture.cc', 259 'gpu/vaapi_tfp_picture.cc',
256 'gpu/vaapi_tfp_picture.h', 260 'gpu/vaapi_tfp_picture.h',
257 ], 261 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'msvs_settings': { 352 'msvs_settings': {
349 'VCCLCompilerTool': { 353 'VCCLCompilerTool': {
350 'AdditionalOptions': [ 354 'AdditionalOptions': [
351 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta 355 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta
352 ], 356 ],
353 }, 357 },
354 }, 358 },
355 }], 359 }],
356 ], 360 ],
357 } 361 }
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