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

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

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Add missing parameter in GLES2Implementation ctor in GLES2Implementation unittest Created 7 years, 7 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 | « ppapi/shared_impl/ppb_graphics_3d_shared.cc ('k') | ui/gl/gl_image_mock.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'include_dirs': [ 294 'include_dirs': [
295 '<(gl_binding_output_dir)', 295 '<(gl_binding_output_dir)',
296 '../..', 296 '../..',
297 ], 297 ],
298 'direct_dependent_settings': { 298 'direct_dependent_settings': {
299 'include_dirs': [ 299 'include_dirs': [
300 '<(gl_binding_output_dir)', 300 '<(gl_binding_output_dir)',
301 ], 301 ],
302 }, 302 },
303 'sources': [ 303 'sources': [
304 'gl_image_mock.cc',
305 'gl_image_mock.h',
304 'gl_mock.h', 306 'gl_mock.h',
305 'gl_mock.cc', 307 'gl_mock.cc',
306 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', 308 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
307 ], 309 ],
308 }, 310 },
309 ], 311 ],
310 'conditions': [ 312 'conditions': [
311 ['OS=="android"' , { 313 ['OS=="android"' , {
312 'targets': [ 314 'targets': [
313 { 315 {
(...skipping 26 matching lines...) Expand all
340 ], 342 ],
341 'variables': { 343 'variables': {
342 'jni_gen_package': 'ui/gl', 344 'jni_gen_package': 'ui/gl',
343 }, 345 },
344 'includes': [ '../../build/jni_generator.gypi' ], 346 'includes': [ '../../build/jni_generator.gypi' ],
345 }, 347 },
346 ], 348 ],
347 }], 349 }],
348 ], 350 ],
349 } 351 }
OLDNEW
« no previous file with comments | « ppapi/shared_impl/ppb_graphics_3d_shared.cc ('k') | ui/gl/gl_image_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698