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

Side by Side Diff: gpu/gpu.gyp

Issue 893713002: Get rid of NonCachedProgramInfoManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moving Program back to the original .cc Created 5 years, 10 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
« no previous file with comments | « gpu/command_buffer/client/share_group.cc ('k') | no next file » | 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'sources': [ 172 'sources': [
173 # Note: sources list duplicated in GN build. 173 # Note: sources list duplicated in GN build.
174 'command_buffer/client/buffer_tracker_unittest.cc', 174 'command_buffer/client/buffer_tracker_unittest.cc',
175 'command_buffer/client/client_test_helper.cc', 175 'command_buffer/client/client_test_helper.cc',
176 'command_buffer/client/client_test_helper.h', 176 'command_buffer/client/client_test_helper.h',
177 'command_buffer/client/cmd_buffer_helper_test.cc', 177 'command_buffer/client/cmd_buffer_helper_test.cc',
178 'command_buffer/client/fenced_allocator_test.cc', 178 'command_buffer/client/fenced_allocator_test.cc',
179 'command_buffer/client/gles2_implementation_unittest.cc', 179 'command_buffer/client/gles2_implementation_unittest.cc',
180 'command_buffer/client/mapped_memory_unittest.cc', 180 'command_buffer/client/mapped_memory_unittest.cc',
181 'command_buffer/client/query_tracker_unittest.cc', 181 'command_buffer/client/query_tracker_unittest.cc',
182 'command_buffer/client/program_info_manager_unittest.cc',
183 'command_buffer/client/ring_buffer_test.cc', 182 'command_buffer/client/ring_buffer_test.cc',
184 'command_buffer/client/transfer_buffer_unittest.cc', 183 'command_buffer/client/transfer_buffer_unittest.cc',
185 'command_buffer/client/vertex_array_object_manager_unittest.cc', 184 'command_buffer/client/vertex_array_object_manager_unittest.cc',
186 'command_buffer/common/bitfield_helpers_test.cc', 185 'command_buffer/common/bitfield_helpers_test.cc',
187 'command_buffer/common/command_buffer_mock.cc', 186 'command_buffer/common/command_buffer_mock.cc',
188 'command_buffer/common/command_buffer_mock.h', 187 'command_buffer/common/command_buffer_mock.h',
189 'command_buffer/common/command_buffer_shared_test.cc', 188 'command_buffer/common/command_buffer_shared_test.cc',
190 'command_buffer/common/debug_marker_manager_unittest.cc', 189 'command_buffer/common/debug_marker_manager_unittest.cc',
191 'command_buffer/common/gles2_cmd_format_test.cc', 190 'command_buffer/common/gles2_cmd_format_test.cc',
192 'command_buffer/common/gles2_cmd_format_test_autogen.h', 191 'command_buffer/common/gles2_cmd_format_test_autogen.h',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 '../build/isolate.gypi', 701 '../build/isolate.gypi',
703 ], 702 ],
704 'sources': [ 703 'sources': [
705 'gpu_unittests.isolate', 704 'gpu_unittests.isolate',
706 ], 705 ],
707 }, 706 },
708 ], 707 ],
709 }], 708 }],
710 ], 709 ],
711 } 710 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/share_group.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698