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

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

Issue 11428140: gpu: Add async pixel transfer interface, stub and tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address Feedback. Created 8 years 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 | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings.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 22 matching lines...) Expand all
33 ], 33 ],
34 'direct_dependent_settings': { 34 'direct_dependent_settings': {
35 'include_dirs': [ 35 'include_dirs': [
36 '<(gl_binding_output_dir)', 36 '<(gl_binding_output_dir)',
37 ], 37 ],
38 }, 38 },
39 'export_dependent_settings': [ 39 'export_dependent_settings': [
40 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', 40 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers',
41 ], 41 ],
42 'sources': [ 42 'sources': [
43 'async_pixel_transfer_delegate.h',
44 'async_pixel_transfer_delegate_stub.cc',
45 'async_pixel_transfer_delegate_stub.h',
43 'gl_bindings.h', 46 'gl_bindings.h',
44 'gl_bindings_skia_in_process.cc', 47 'gl_bindings_skia_in_process.cc',
45 'gl_bindings_skia_in_process.h', 48 'gl_bindings_skia_in_process.h',
46 'gl_context.cc', 49 'gl_context.cc',
47 'gl_context.h', 50 'gl_context.h',
48 'gl_context_android.cc', 51 'gl_context_android.cc',
49 'gl_context_linux.cc', 52 'gl_context_linux.cc',
50 'gl_context_mac.mm', 53 'gl_context_mac.mm',
51 'gl_context_osmesa.cc', 54 'gl_context_osmesa.cc',
52 'gl_context_osmesa.h', 55 'gl_context_osmesa.h',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 ], 277 ],
275 }, 278 },
276 'sources': [ 279 'sources': [
277 'gl_mock.h', 280 'gl_mock.h',
278 'gl_mock.cc', 281 'gl_mock.cc',
279 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', 282 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h',
280 ], 283 ],
281 }, 284 },
282 ], 285 ],
283 } 286 }
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698