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

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

Issue 13543007: GLImage support for Android zero-copy pixel buffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove a TODO and remove pixel_buffer.h from gl.gyp Created 7 years, 8 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 | Annotate | Revision Log
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'gl_context_stub.h', 59 'gl_context_stub.h',
60 'gl_context_win.cc', 60 'gl_context_win.cc',
61 'gl_export.h', 61 'gl_export.h',
62 'gl_fence.cc', 62 'gl_fence.cc',
63 'gl_fence.h', 63 'gl_fence.h',
64 'gl_gl_api_implementation.cc', 64 'gl_gl_api_implementation.cc',
65 'gl_gl_api_implementation.h', 65 'gl_gl_api_implementation.h',
66 'gl_image.cc', 66 'gl_image.cc',
67 'gl_image.h', 67 'gl_image.h',
68 'gl_image_android.cc', 68 'gl_image_android.cc',
69 'gl_image_egl.cc',
70 'gl_image_egl.h',
69 'gl_image_linux.cc', 71 'gl_image_linux.cc',
70 'gl_image_mac.cc', 72 'gl_image_mac.cc',
71 'gl_image_stub.cc', 73 'gl_image_stub.cc',
72 'gl_image_stub.h', 74 'gl_image_stub.h',
73 'gl_image_win.cc', 75 'gl_image_win.cc',
74 'gl_implementation.cc', 76 'gl_implementation.cc',
75 'gl_implementation.h', 77 'gl_implementation.h',
76 'gl_implementation_android.cc', 78 'gl_implementation_android.cc',
77 'gl_implementation_linux.cc', 79 'gl_implementation_linux.cc',
78 'gl_implementation_mac.cc', 80 'gl_implementation_mac.cc',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ], 293 ],
292 }, 294 },
293 'sources': [ 295 'sources': [
294 'gl_mock.h', 296 'gl_mock.h',
295 'gl_mock.cc', 297 'gl_mock.cc',
296 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', 298 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
297 ], 299 ],
298 }, 300 },
299 ], 301 ],
300 } 302 }
OLDNEW
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | ui/gl/gl_image.h » ('j') | ui/gl/gl_image.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698