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

Side by Side Diff: media/media_gpu.gypi

Issue 2102443003: Break //ui/gl/ dependency on //ui/ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_bindings
Patch Set: GYP again. 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
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'gpu/vaapi_tfp_picture.cc', 266 'gpu/vaapi_tfp_picture.cc',
267 'gpu/vaapi_tfp_picture.h', 267 'gpu/vaapi_tfp_picture.h',
268 ], 268 ],
269 }, { 269 }, {
270 'variables': { 270 'variables': {
271 'sig_files': [ 271 'sig_files': [
272 'gpu/va.sigs', 272 'gpu/va.sigs',
273 'gpu/va_drm.sigs', 273 'gpu/va_drm.sigs',
274 ], 274 ],
275 }, 275 },
276 'dependencies': [
277 '../ui/ozone/gl/ozone_gl.gyp:ozone_gl',
278 ],
276 'sources': [ 279 'sources': [
277 'gpu/vaapi_drm_picture.cc', 280 'gpu/vaapi_drm_picture.cc',
278 'gpu/vaapi_drm_picture.h', 281 'gpu/vaapi_drm_picture.h',
279 ], 282 ],
280 }], 283 }],
281 ], 284 ],
282 'variables': { 285 'variables': {
283 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py', 286 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py',
284 'extra_header': 'gpu/va_stub_header.fragment', 287 'extra_header': 'gpu/va_stub_header.fragment',
285 'outfile_type': 'posix_stubs', 288 'outfile_type': 'posix_stubs',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'msvs_settings': { 366 'msvs_settings': {
364 'VCCLCompilerTool': { 367 'VCCLCompilerTool': {
365 'AdditionalOptions': [ 368 'AdditionalOptions': [
366 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta 369 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da ta
367 ], 370 ],
368 }, 371 },
369 }, 372 },
370 }], 373 }],
371 ], 374 ],
372 } 375 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698