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

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

Issue 186123006: zero copy - NOT FOR REVIEW Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-upload Created 6 years, 9 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 # 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'gl_context_win.cc', 66 'gl_context_win.cc',
67 'gl_context_x11.cc', 67 'gl_context_x11.cc',
68 'gl_export.h', 68 'gl_export.h',
69 'gl_fence.cc', 69 'gl_fence.cc',
70 'gl_fence.h', 70 'gl_fence.h',
71 'gl_gl_api_implementation.cc', 71 'gl_gl_api_implementation.cc',
72 'gl_gl_api_implementation.h', 72 'gl_gl_api_implementation.h',
73 'gl_image.cc', 73 'gl_image.cc',
74 'gl_image.h', 74 'gl_image.h',
75 'gl_image_android.cc', 75 'gl_image_android.cc',
76 'gl_image_foobar.cc',
77 'gl_image_foober.h',
76 'gl_image_mac.cc', 78 'gl_image_mac.cc',
77 'gl_image_ozone.cc', 79 'gl_image_ozone.cc',
78 'gl_image_shm.cc', 80 'gl_image_shm.cc',
79 'gl_image_shm.h', 81 'gl_image_shm.h',
80 'gl_image_stub.cc', 82 'gl_image_stub.cc',
81 'gl_image_stub.h', 83 'gl_image_stub.h',
82 'gl_image_win.cc', 84 'gl_image_win.cc',
83 'gl_image_x11.cc', 85 'gl_image_x11.cc',
84 'gl_implementation.cc', 86 'gl_implementation.cc',
85 'gl_implementation.h', 87 'gl_implementation.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'variables': { 355 'variables': {
354 'jni_gen_package': 'ui/gl', 356 'jni_gen_package': 'ui/gl',
355 'jni_generator_ptr_type': 'long', 357 'jni_generator_ptr_type': 'long',
356 }, 358 },
357 'includes': [ '../../build/jni_generator.gypi' ], 359 'includes': [ '../../build/jni_generator.gypi' ],
358 }, 360 },
359 ], 361 ],
360 }], 362 }],
361 ], 363 ],
362 } 364 }
OLDNEW
« ui/compositor/layer.h ('K') | « ui/gfx/gpu_memory_buffer.h ('k') | ui/gl/gl_image_foobar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698