Chromium Code Reviews| 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', |
| 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 Loading... | |
| 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 } |
| OLD | NEW |