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

Side by Side Diff: ui/gl/gl.gyp

Issue 490233002: VaapiVideoAccelerator: make Vaapi accelerator work with ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on ToT Created 6 years 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'gl_image_linux_dma_buffer.cc', 203 'gl_image_linux_dma_buffer.cc',
204 'gl_image_linux_dma_buffer.h', 204 'gl_image_linux_dma_buffer.h',
205 ], 205 ],
206 }], 206 }],
207 ['use_x11 == 1', { 207 ['use_x11 == 1', {
208 'sources': [ 208 'sources': [
209 'gl_context_glx.cc', 209 'gl_context_glx.cc',
210 'gl_context_glx.h', 210 'gl_context_glx.h',
211 'gl_glx_api_implementation.cc', 211 'gl_glx_api_implementation.cc',
212 'gl_glx_api_implementation.h', 212 'gl_glx_api_implementation.h',
213 'gl_image_glx.cc',
214 'gl_image_glx.h',
213 'gl_surface_glx.cc', 215 'gl_surface_glx.cc',
214 'gl_surface_glx.h', 216 'gl_surface_glx.h',
215 'gl_egl_api_implementation.cc', 217 'gl_egl_api_implementation.cc',
216 'gl_egl_api_implementation.h', 218 'gl_egl_api_implementation.h',
217 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', 219 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc',
218 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', 220 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h',
219 ], 221 ],
220 'all_dependent_settings': { 222 'all_dependent_settings': {
221 'defines': [ 223 'defines': [
222 'GL_GLEXT_PROTOTYPES', 224 'GL_GLEXT_PROTOTYPES',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 ], 369 ],
368 'variables': { 370 'variables': {
369 'jni_gen_package': 'ui/gl', 371 'jni_gen_package': 'ui/gl',
370 }, 372 },
371 'includes': [ '../../build/jni_generator.gypi' ], 373 'includes': [ '../../build/jni_generator.gypi' ],
372 }, 374 },
373 ], 375 ],
374 }], 376 }],
375 ], 377 ],
376 } 378 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698