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

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: Remove unnecessary OVERRIDE in gpu_memory_buffer_factory_impl 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
« no previous file with comments | « android_webview/renderer/aw_content_renderer_client.cc ('k') | ui/gl/gpu_memory_buffer.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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'gl_surface_android.cc', 90 'gl_surface_android.cc',
91 'gl_surface_linux.cc', 91 'gl_surface_linux.cc',
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_memory_buffer.h',
100 'gpu_switching_manager.cc', 101 'gpu_switching_manager.cc',
101 'gpu_switching_manager.h', 102 'gpu_switching_manager.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',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 ], 297 ],
297 }, 298 },
298 'sources': [ 299 'sources': [
299 'gl_mock.h', 300 'gl_mock.h',
300 'gl_mock.cc', 301 'gl_mock.cc',
301 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', 302 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
302 ], 303 ],
303 }, 304 },
304 ], 305 ],
305 } 306 }
OLDNEW
« no previous file with comments | « android_webview/renderer/aw_content_renderer_client.cc ('k') | ui/gl/gpu_memory_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698