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

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

Issue 13135004: android_webview: changes to support Android GraphicBuffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments in ui/gl/pixel_buffer.h 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'gl_surface_mac.cc', 92 'gl_surface_mac.cc',
93 'gl_surface_stub.cc', 93 'gl_surface_stub.cc',
94 'gl_surface_stub.h', 94 'gl_surface_stub.h',
95 'gl_surface_win.cc', 95 'gl_surface_win.cc',
96 'gl_surface_osmesa.cc', 96 'gl_surface_osmesa.cc',
97 'gl_surface_osmesa.h', 97 'gl_surface_osmesa.h',
98 'gl_switches.cc', 98 'gl_switches.cc',
99 'gl_switches.h', 99 'gl_switches.h',
100 'gpu_switching_manager.cc', 100 'gpu_switching_manager.cc',
101 'gpu_switching_manager.h', 101 'gpu_switching_manager.h',
102 'pixel_buffer.h'
102 'safe_shared_memory_pool.h', 103 'safe_shared_memory_pool.h',
103 'safe_shared_memory_pool.cc', 104 'safe_shared_memory_pool.cc',
104 'scoped_make_current.cc', 105 'scoped_make_current.cc',
105 'scoped_make_current.h', 106 'scoped_make_current.h',
106 'gl_state_restorer.cc', 107 'gl_state_restorer.cc',
107 'gl_state_restorer.h', 108 'gl_state_restorer.h',
108 'vsync_provider.cc', 109 'vsync_provider.cc',
109 'vsync_provider.h', 110 'vsync_provider.h',
110 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', 111 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc',
111 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', 112 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ], 292 ],
292 }, 293 },
293 'sources': [ 294 'sources': [
294 'gl_mock.h', 295 'gl_mock.h',
295 'gl_mock.cc', 296 'gl_mock.cc',
296 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', 297 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
297 ], 298 ],
298 }, 299 },
299 ], 300 ],
300 } 301 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698