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

Side by Side Diff: media/media_gpu.gypi

Issue 2134633002: media: vea unittest: fix gyp link issue on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | 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',
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',
chcunningham 2016/07/08 21:40:46 Should you add the same to //src/media/gpu/BUILD.g
llandwerlin-old 2016/07/11 11:00:46 I didn't have any issue building the test with GN.
14 '../ui/gfx/gfx.gyp:gfx_geometry', 15 '../ui/gfx/gfx.gyp:gfx_geometry',
15 '../ui/gl/gl.gyp:gl', 16 '../ui/gl/gl.gyp:gl',
16 '../ui/gl/init/gl_init.gyp:gl_init', 17 '../ui/gl/init/gl_init.gyp:gl_init',
17 '../ui/platform_window/platform_window.gyp:platform_window', 18 '../ui/platform_window/platform_window.gyp:platform_window',
18 ], 19 ],
19 'sources': [ 20 'sources': [
20 'gpu/fake_video_decode_accelerator.cc', 21 'gpu/fake_video_decode_accelerator.cc',
21 'gpu/fake_video_decode_accelerator.h', 22 'gpu/fake_video_decode_accelerator.h',
22 'gpu/gpu_video_accelerator_util.cc', 23 'gpu/gpu_video_accelerator_util.cc',
23 'gpu/gpu_video_accelerator_util.h', 24 'gpu/gpu_video_accelerator_util.h',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'msvs_settings': { 364 'msvs_settings': {
364 'VCCLCompilerTool': { 365 'VCCLCompilerTool': {
365 'AdditionalOptions': [ 366 'AdditionalOptions': [
366 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta 367 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta
367 ], 368 ],
368 }, 369 },
369 }, 370 },
370 }], 371 }],
371 ], 372 ],
372 } 373 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698