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

Side by Side Diff: gpu/gpu_common.gypi

Issue 10440019: Add support for GL_CHROMIUM_pixel_transfer_buffer_object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 'targets': [ 6 'targets': [
7 { 7 {
8 # Library emulates GLES2 using command_buffers. 8 # Library emulates GLES2 using command_buffers.
9 'target_name': 'gles2_implementation', 9 'target_name': 'gles2_implementation',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'gpu', 133 'gpu',
134 'gpu_unittest_utils', 134 'gpu_unittest_utils',
135 'gles2_implementation_client_side_arrays', 135 'gles2_implementation_client_side_arrays',
136 'gles2_cmd_helper', 136 'gles2_cmd_helper',
137 ], 137 ],
138 'defines': [ 138 'defines': [
139 'GLES2_C_LIB_IMPLEMENTATION', 139 'GLES2_C_LIB_IMPLEMENTATION',
140 ], 140 ],
141 'sources': [ 141 'sources': [
142 '<@(gles2_c_lib_source_files)', 142 '<@(gles2_c_lib_source_files)',
143 'command_buffer/client/buffer_tracker_unittest.cc',
143 'command_buffer/client/client_test_helper.cc', 144 'command_buffer/client/client_test_helper.cc',
144 'command_buffer/client/client_test_helper.h', 145 'command_buffer/client/client_test_helper.h',
145 'command_buffer/client/cmd_buffer_helper_test.cc', 146 'command_buffer/client/cmd_buffer_helper_test.cc',
146 'command_buffer/client/fenced_allocator_test.cc', 147 'command_buffer/client/fenced_allocator_test.cc',
147 'command_buffer/client/gles2_implementation_unittest.cc', 148 'command_buffer/client/gles2_implementation_unittest.cc',
148 'command_buffer/client/mapped_memory_unittest.cc', 149 'command_buffer/client/mapped_memory_unittest.cc',
149 'command_buffer/client/query_tracker_unittest.cc', 150 'command_buffer/client/query_tracker_unittest.cc',
150 'command_buffer/client/program_info_manager_unittest.cc', 151 'command_buffer/client/program_info_manager_unittest.cc',
151 'command_buffer/client/ring_buffer_test.cc', 152 'command_buffer/client/ring_buffer_test.cc',
152 'command_buffer/client/share_group_unittest.cc', 153 'command_buffer/client/share_group_unittest.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 ], 249 ],
249 'sources': [ 250 'sources': [
250 'command_buffer/common/gl_mock.h', 251 'command_buffer/common/gl_mock.h',
251 'command_buffer/common/gl_mock.cc', 252 'command_buffer/common/gl_mock.cc',
252 'command_buffer/service/gles2_cmd_decoder_mock.cc', 253 'command_buffer/service/gles2_cmd_decoder_mock.cc',
253 'command_buffer/service/gles2_cmd_decoder_mock.cc', 254 'command_buffer/service/gles2_cmd_decoder_mock.cc',
254 ], 255 ],
255 }, 256 },
256 ], 257 ],
257 } 258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698