| 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', |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'gpu/vaapi_tfp_picture.cc', | 267 'gpu/vaapi_tfp_picture.cc', |
| 268 'gpu/vaapi_tfp_picture.h', | 268 'gpu/vaapi_tfp_picture.h', |
| 269 ], | 269 ], |
| 270 }, { | 270 }, { |
| 271 'variables': { | 271 'variables': { |
| 272 'sig_files': [ | 272 'sig_files': [ |
| 273 'gpu/va.sigs', | 273 'gpu/va.sigs', |
| 274 'gpu/va_drm.sigs', | 274 'gpu/va_drm.sigs', |
| 275 ], | 275 ], |
| 276 }, | 276 }, |
| 277 'dependencies': [ |
| 278 '../ui/ozone/gl/ozone_gl.gyp:ozone_gl', |
| 279 ], |
| 277 'sources': [ | 280 'sources': [ |
| 278 'gpu/vaapi_drm_picture.cc', | 281 'gpu/vaapi_drm_picture.cc', |
| 279 'gpu/vaapi_drm_picture.h', | 282 'gpu/vaapi_drm_picture.h', |
| 280 ], | 283 ], |
| 281 }], | 284 }], |
| 282 ], | 285 ], |
| 283 'variables': { | 286 'variables': { |
| 284 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py', | 287 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py', |
| 285 'extra_header': 'gpu/va_stub_header.fragment', | 288 'extra_header': 'gpu/va_stub_header.fragment', |
| 286 'outfile_type': 'posix_stubs', | 289 'outfile_type': 'posix_stubs', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'msvs_settings': { | 367 'msvs_settings': { |
| 365 'VCCLCompilerTool': { | 368 'VCCLCompilerTool': { |
| 366 'AdditionalOptions': [ | 369 'AdditionalOptions': [ |
| 367 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da
ta | 370 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da
ta |
| 368 ], | 371 ], |
| 369 }, | 372 }, |
| 370 }, | 373 }, |
| 371 }], | 374 }], |
| 372 ], | 375 ], |
| 373 } | 376 } |
| OLD | NEW |