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

Side by Side Diff: gpu/gpu.gyp

Issue 11413094: Fix VAOs and client side arrays (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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 | « gpu/command_buffer/service/vertex_attrib_manager_unittest.cc ('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 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'command_buffer/client/cmd_buffer_helper_test.cc', 136 'command_buffer/client/cmd_buffer_helper_test.cc',
137 'command_buffer/client/fenced_allocator_test.cc', 137 'command_buffer/client/fenced_allocator_test.cc',
138 'command_buffer/client/gles2_interface_stub.cc', 138 'command_buffer/client/gles2_interface_stub.cc',
139 'command_buffer/client/gles2_interface_stub.h', 139 'command_buffer/client/gles2_interface_stub.h',
140 'command_buffer/client/gles2_implementation_unittest.cc', 140 'command_buffer/client/gles2_implementation_unittest.cc',
141 'command_buffer/client/mapped_memory_unittest.cc', 141 'command_buffer/client/mapped_memory_unittest.cc',
142 'command_buffer/client/query_tracker_unittest.cc', 142 'command_buffer/client/query_tracker_unittest.cc',
143 'command_buffer/client/program_info_manager_unittest.cc', 143 'command_buffer/client/program_info_manager_unittest.cc',
144 'command_buffer/client/ring_buffer_test.cc', 144 'command_buffer/client/ring_buffer_test.cc',
145 'command_buffer/client/transfer_buffer_unittest.cc', 145 'command_buffer/client/transfer_buffer_unittest.cc',
146 'command_buffer/client/vertex_array_object_manager_unittest.cc',
146 'command_buffer/common/bitfield_helpers_test.cc', 147 'command_buffer/common/bitfield_helpers_test.cc',
147 'command_buffer/common/command_buffer_mock.cc', 148 'command_buffer/common/command_buffer_mock.cc',
148 'command_buffer/common/command_buffer_mock.h', 149 'command_buffer/common/command_buffer_mock.h',
149 'command_buffer/common/command_buffer_shared_test.cc', 150 'command_buffer/common/command_buffer_shared_test.cc',
150 'command_buffer/common/debug_marker_manager_unittest.cc', 151 'command_buffer/common/debug_marker_manager_unittest.cc',
151 'command_buffer/common/gles2_cmd_format_test.cc', 152 'command_buffer/common/gles2_cmd_format_test.cc',
152 'command_buffer/common/gles2_cmd_format_test_autogen.h', 153 'command_buffer/common/gles2_cmd_format_test_autogen.h',
153 'command_buffer/common/gles2_cmd_utils_unittest.cc', 154 'command_buffer/common/gles2_cmd_utils_unittest.cc',
154 'command_buffer/common/id_allocator_test.cc', 155 'command_buffer/common/id_allocator_test.cc',
155 'command_buffer/common/trace_event.h', 156 'command_buffer/common/trace_event.h',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'configurations': { 427 'configurations': {
427 'Common_Base': { 428 'Common_Base': {
428 'msvs_target_platform': 'x64', 429 'msvs_target_platform': 'x64',
429 }, 430 },
430 }, 431 },
431 }, 432 },
432 ], 433 ],
433 }], 434 }],
434 ], 435 ],
435 } 436 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/vertex_attrib_manager_unittest.cc ('k') | gpu/gpu_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698