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

Side by Side Diff: media/media_gpu.gypi

Issue 2081653004: Revert of Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 '<@(_inputs)', 316 '<@(_inputs)',
317 ], 317 ],
318 'process_outputs_as_sources': 1, 318 'process_outputs_as_sources': 1,
319 'message': 'Generating libva stubs for dynamic loading', 319 'message': 'Generating libva stubs for dynamic loading',
320 }, 320 },
321 ] 321 ]
322 }], 322 }],
323 ['OS=="win"', { 323 ['OS=="win"', {
324 'dependencies': [ 324 'dependencies': [
325 '../media/media.gyp:media', 325 '../media/media.gyp:media',
326 '../media/media.gyp:mf_initializer',
327 '../ui/gl/gl.gyp:gl', 326 '../ui/gl/gl.gyp:gl',
328 '../ui/gl/init/gl_init.gyp:gl_init', 327 '../ui/gl/init/gl_init.gyp:gl_init',
329 ], 328 ],
330 'link_settings': { 329 'link_settings': {
331 'libraries': [ 330 'libraries': [
332 '-ld3d9.lib', 331 '-ld3d9.lib',
333 '-ld3d11.lib', 332 '-ld3d11.lib',
334 '-ldxva2.lib', 333 '-ldxva2.lib',
335 '-lstrmiids.lib', 334 '-lstrmiids.lib',
336 '-lmf.lib', 335 '-lmf.lib',
(...skipping 26 matching lines...) Expand all
363 'msvs_settings': { 362 'msvs_settings': {
364 'VCCLCompilerTool': { 363 'VCCLCompilerTool': {
365 'AdditionalOptions': [ 364 'AdditionalOptions': [
366 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta 365 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta
367 ], 366 ],
368 }, 367 },
369 }, 368 },
370 }], 369 }],
371 ], 370 ],
372 } 371 }
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