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

Side by Side Diff: gpu/gpu.gyp

Issue 10440019: Add support for GL_CHROMIUM_pixel_transfer_buffer_object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/service/gl_utils.h ('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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'gpu', 123 'gpu',
124 'gpu_unittest_utils', 124 'gpu_unittest_utils',
125 'gles2_implementation_client_side_arrays', 125 'gles2_implementation_client_side_arrays',
126 'gles2_cmd_helper', 126 'gles2_cmd_helper',
127 ], 127 ],
128 'defines': [ 128 'defines': [
129 'GLES2_C_LIB_IMPLEMENTATION', 129 'GLES2_C_LIB_IMPLEMENTATION',
130 ], 130 ],
131 'sources': [ 131 'sources': [
132 '<@(gles2_c_lib_source_files)', 132 '<@(gles2_c_lib_source_files)',
133 'command_buffer/client/buffer_tracker_unittest.cc',
133 'command_buffer/client/client_test_helper.cc', 134 'command_buffer/client/client_test_helper.cc',
134 'command_buffer/client/client_test_helper.h', 135 'command_buffer/client/client_test_helper.h',
135 'command_buffer/client/cmd_buffer_helper_test.cc', 136 'command_buffer/client/cmd_buffer_helper_test.cc',
136 'command_buffer/client/fenced_allocator_test.cc', 137 'command_buffer/client/fenced_allocator_test.cc',
137 'command_buffer/client/gles2_interface_stub.cc', 138 'command_buffer/client/gles2_interface_stub.cc',
138 'command_buffer/client/gles2_interface_stub.h', 139 'command_buffer/client/gles2_interface_stub.h',
139 'command_buffer/client/gles2_implementation_unittest.cc', 140 'command_buffer/client/gles2_implementation_unittest.cc',
140 'command_buffer/client/mapped_memory_unittest.cc', 141 'command_buffer/client/mapped_memory_unittest.cc',
141 'command_buffer/client/query_tracker_unittest.cc', 142 'command_buffer/client/query_tracker_unittest.cc',
142 'command_buffer/client/program_info_manager_unittest.cc', 143 'command_buffer/client/program_info_manager_unittest.cc',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'configurations': { 425 'configurations': {
425 'Common_Base': { 426 'Common_Base': {
426 'msvs_target_platform': 'x64', 427 'msvs_target_platform': 'x64',
427 }, 428 },
428 }, 429 },
429 }, 430 },
430 ], 431 ],
431 }], 432 }],
432 ], 433 ],
433 } 434 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gl_utils.h ('k') | gpu/gpu_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698