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

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: Rebase 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
« no previous file with comments | « media/gpu/vaapi_drm_picture.cc ('k') | services/ui/gles2/command_buffer_driver.cc » ('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',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « media/gpu/vaapi_drm_picture.cc ('k') | services/ui/gles2/command_buffer_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698