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

Side by Side Diff: media/media_gpu.gypi

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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/gpu/rendering_helper.cc ('k') | ui/aura/BUILD.gn » ('j') | 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',
11 '../gpu/gpu.gyp:gpu', 11 '../gpu/gpu.gyp:gpu',
12 '../media/media.gyp:media', 12 '../media/media.gyp:media',
13 '../ui/display/display.gyp:display_types', 13 '../ui/display/display.gyp:display_types',
14 '../ui/gfx/gfx.gyp:gfx_geometry', 14 '../ui/gfx/gfx.gyp:gfx_geometry',
15 '../ui/gl/gl.gyp:gl', 15 '../ui/gl/gl.gyp:gl',
16 '../ui/gl/init/gl_init.gyp:gl_init',
16 '../ui/platform_window/platform_window.gyp:platform_window', 17 '../ui/platform_window/platform_window.gyp:platform_window',
17 ], 18 ],
18 'sources': [ 19 'sources': [
19 'gpu/fake_video_decode_accelerator.cc', 20 'gpu/fake_video_decode_accelerator.cc',
20 'gpu/fake_video_decode_accelerator.h', 21 'gpu/fake_video_decode_accelerator.h',
21 'gpu/gpu_video_accelerator_util.cc', 22 'gpu/gpu_video_accelerator_util.cc',
22 'gpu/gpu_video_accelerator_util.h', 23 'gpu/gpu_video_accelerator_util.h',
23 'gpu/gpu_video_decode_accelerator_factory_impl.cc', 24 'gpu/gpu_video_decode_accelerator_factory_impl.cc',
24 'gpu/gpu_video_decode_accelerator_factory_impl.h', 25 'gpu/gpu_video_decode_accelerator_factory_impl.h',
25 'gpu/gpu_video_decode_accelerator_helpers.h', 26 'gpu/gpu_video_decode_accelerator_helpers.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ], 316 ],
316 'process_outputs_as_sources': 1, 317 'process_outputs_as_sources': 1,
317 'message': 'Generating libva stubs for dynamic loading', 318 'message': 'Generating libva stubs for dynamic loading',
318 }, 319 },
319 ] 320 ]
320 }], 321 }],
321 ['OS=="win"', { 322 ['OS=="win"', {
322 'dependencies': [ 323 'dependencies': [
323 '../media/media.gyp:media', 324 '../media/media.gyp:media',
324 '../ui/gl/gl.gyp:gl', 325 '../ui/gl/gl.gyp:gl',
326 '../ui/gl/init/gl_init.gyp:gl_init',
325 ], 327 ],
326 'link_settings': { 328 'link_settings': {
327 'libraries': [ 329 'libraries': [
328 '-ld3d9.lib', 330 '-ld3d9.lib',
329 '-ld3d11.lib', 331 '-ld3d11.lib',
330 '-ldxva2.lib', 332 '-ldxva2.lib',
331 '-lstrmiids.lib', 333 '-lstrmiids.lib',
332 '-lmf.lib', 334 '-lmf.lib',
333 '-lmfplat.lib', 335 '-lmfplat.lib',
334 '-lmfuuid.lib', 336 '-lmfuuid.lib',
(...skipping 24 matching lines...) Expand all
359 'msvs_settings': { 361 'msvs_settings': {
360 'VCCLCompilerTool': { 362 'VCCLCompilerTool': {
361 'AdditionalOptions': [ 363 'AdditionalOptions': [
362 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta 364 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta
363 ], 365 ],
364 }, 366 },
365 }, 367 },
366 }], 368 }],
367 ], 369 ],
368 } 370 }
OLDNEW
« no previous file with comments | « media/gpu/rendering_helper.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698