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

Side by Side Diff: gpu/gpu.gyp

Issue 10577037: Add GL_CHROMIUM_get_error_query (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « gpu/command_buffer_client.gypi ('k') | gpu/gpu_common.gypi » ('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 # These are defined here because we need to build this library twice. Once 8 # These are defined here because we need to build this library twice. Once
9 # with extra parameter checking. Once with no parameter checking to be 100% 9 # with extra parameter checking. Once with no parameter checking to be 100%
10 # OpenGL ES 2.0 compliant for the conformance tests. 10 # OpenGL ES 2.0 compliant for the conformance tests.
11 'gles2_c_lib_source_files': [ 11 'gles2_c_lib_source_files': [
12 'command_buffer/client/gles2_c_lib.cc', 12 'command_buffer/client/gles2_c_lib.cc',
13 'command_buffer/client/gles2_c_lib_autogen.h', 13 'command_buffer/client/gles2_c_lib_autogen.h',
14 'command_buffer/client/gles2_c_lib_export.h', 14 'command_buffer/client/gles2_c_lib_export.h',
15 'command_buffer/client/gles2_lib.h', 15 'command_buffer/client/gles2_lib.h',
16 'command_buffer/client/gles2_lib.cc', 16 'command_buffer/client/gles2_lib.cc',
17 ], 17 ],
18 # These are defined here because we need to build this library twice. Once 18 # These are defined here because we need to build this library twice. Once
19 # with without support for client side arrays and once with for pepper and 19 # with without support for client side arrays and once with for pepper and
20 # the OpenGL ES 2.0 compliant for the conformance tests. 20 # the OpenGL ES 2.0 compliant for the conformance tests.
21 'gles2_implementation_source_files': [ 21 'gles2_implementation_source_files': [
22 'command_buffer/client/gles2_impl_export.h', 22 'command_buffer/client/gles2_impl_export.h',
23 'command_buffer/client/gles2_implementation_autogen.h', 23 'command_buffer/client/gles2_implementation_autogen.h',
24 'command_buffer/client/gles2_implementation.cc', 24 'command_buffer/client/gles2_implementation.cc',
25 'command_buffer/client/gles2_implementation.h', 25 'command_buffer/client/gles2_implementation.h',
26 'command_buffer/client/program_info_manager.cc', 26 'command_buffer/client/program_info_manager.cc',
27 'command_buffer/client/program_info_manager.h', 27 'command_buffer/client/program_info_manager.h',
28 'command_buffer/client/query_tracker.cc',
29 'command_buffer/client/query_tracker.h',
28 'command_buffer/client/share_group.cc', 30 'command_buffer/client/share_group.cc',
29 'command_buffer/client/share_group.h', 31 'command_buffer/client/share_group.h',
30 ] 32 ]
31 }, 33 },
32 'includes': [ 34 'includes': [
33 'gpu_common.gypi', 35 'gpu_common.gypi',
34 ], 36 ],
35 'conditions': [ 37 'conditions': [
36 ['component=="static_library"', { 38 ['component=="static_library"', {
37 'targets': [ 39 'targets': [
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'target_name': 'gpu_ipc', 156 'target_name': 'gpu_ipc',
155 'type': 'none', 157 'type': 'none',
156 'dependencies': [ 158 'dependencies': [
157 'gpu', 159 'gpu',
158 ], 160 ],
159 }, 161 },
160 ], 162 ],
161 }], 163 }],
162 ], 164 ],
163 } 165 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_client.gypi ('k') | gpu/gpu_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698