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

Side by Side Diff: gpu/gpu.gyp

Issue 10836185: Implement GL_EXT_debug_marker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 'includes': [ 6 'includes': [
7 'gpu_common.gypi', 7 'gpu_common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'command_buffer/client/gles2_implementation_unittest.cc', 149 'command_buffer/client/gles2_implementation_unittest.cc',
150 'command_buffer/client/mapped_memory_unittest.cc', 150 'command_buffer/client/mapped_memory_unittest.cc',
151 'command_buffer/client/query_tracker_unittest.cc', 151 'command_buffer/client/query_tracker_unittest.cc',
152 'command_buffer/client/program_info_manager_unittest.cc', 152 'command_buffer/client/program_info_manager_unittest.cc',
153 'command_buffer/client/ring_buffer_test.cc', 153 'command_buffer/client/ring_buffer_test.cc',
154 'command_buffer/client/transfer_buffer_unittest.cc', 154 'command_buffer/client/transfer_buffer_unittest.cc',
155 'command_buffer/common/bitfield_helpers_test.cc', 155 'command_buffer/common/bitfield_helpers_test.cc',
156 'command_buffer/common/command_buffer_mock.cc', 156 'command_buffer/common/command_buffer_mock.cc',
157 'command_buffer/common/command_buffer_mock.h', 157 'command_buffer/common/command_buffer_mock.h',
158 'command_buffer/common/command_buffer_shared_test.cc', 158 'command_buffer/common/command_buffer_shared_test.cc',
159 'command_buffer/common/debug_marker_manager_unittest.cc',
159 'command_buffer/common/gles2_cmd_format_test.cc', 160 'command_buffer/common/gles2_cmd_format_test.cc',
160 'command_buffer/common/gles2_cmd_format_test_autogen.h', 161 'command_buffer/common/gles2_cmd_format_test_autogen.h',
161 'command_buffer/common/gles2_cmd_utils_unittest.cc', 162 'command_buffer/common/gles2_cmd_utils_unittest.cc',
162 'command_buffer/common/id_allocator_test.cc', 163 'command_buffer/common/id_allocator_test.cc',
163 'command_buffer/common/trace_event.h', 164 'command_buffer/common/trace_event.h',
164 'command_buffer/common/unittest_main.cc', 165 'command_buffer/common/unittest_main.cc',
165 'command_buffer/service/buffer_manager_unittest.cc', 166 'command_buffer/service/buffer_manager_unittest.cc',
166 'command_buffer/service/cmd_parser_test.cc', 167 'command_buffer/service/cmd_parser_test.cc',
167 'command_buffer/service/command_buffer_service_unittest.cc', 168 'command_buffer/service/command_buffer_service_unittest.cc',
168 'command_buffer/service/common_decoder_unittest.cc', 169 'command_buffer/service/common_decoder_unittest.cc',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'target_name': 'gpu_ipc', 402 'target_name': 'gpu_ipc',
402 'type': 'none', 403 'type': 'none',
403 'dependencies': [ 404 'dependencies': [
404 'gpu', 405 'gpu',
405 ], 406 ],
406 }, 407 },
407 ], 408 ],
408 }], 409 }],
409 ], 410 ],
410 } 411 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698