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

Side by Side Diff: gpu/gpu.gyp

Issue 9380037: Use shared memory to update the renderer's view of the command buffer state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor unit test change Created 8 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 | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These are defined here because we need to build this library twice. Once 8 # These are defined here because we need to build this library twice. Once
9 # with extra parameter checking. Once with no parameter checking to be 100% 9 # with extra parameter checking. Once with no parameter checking to be 100%
10 # OpenGL ES 2.0 compliant for the conformance tests. 10 # OpenGL ES 2.0 compliant for the conformance tests.
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'command_buffer/client/cmd_buffer_helper_test.cc', 310 'command_buffer/client/cmd_buffer_helper_test.cc',
311 'command_buffer/client/fenced_allocator_test.cc', 311 'command_buffer/client/fenced_allocator_test.cc',
312 'command_buffer/client/gles2_implementation_unittest.cc', 312 'command_buffer/client/gles2_implementation_unittest.cc',
313 'command_buffer/client/mapped_memory_unittest.cc', 313 'command_buffer/client/mapped_memory_unittest.cc',
314 'command_buffer/client/program_info_manager_unittest.cc', 314 'command_buffer/client/program_info_manager_unittest.cc',
315 'command_buffer/client/ring_buffer_test.cc', 315 'command_buffer/client/ring_buffer_test.cc',
316 'command_buffer/client/transfer_buffer_unittest.cc', 316 'command_buffer/client/transfer_buffer_unittest.cc',
317 'command_buffer/common/bitfield_helpers_test.cc', 317 'command_buffer/common/bitfield_helpers_test.cc',
318 'command_buffer/common/command_buffer_mock.cc', 318 'command_buffer/common/command_buffer_mock.cc',
319 'command_buffer/common/command_buffer_mock.h', 319 'command_buffer/common/command_buffer_mock.h',
320 'command_buffer/common/command_buffer_shared_test.cc',
320 'command_buffer/common/gles2_cmd_format_test.cc', 321 'command_buffer/common/gles2_cmd_format_test.cc',
321 'command_buffer/common/gles2_cmd_format_test_autogen.h', 322 'command_buffer/common/gles2_cmd_format_test_autogen.h',
322 'command_buffer/common/gles2_cmd_utils_unittest.cc', 323 'command_buffer/common/gles2_cmd_utils_unittest.cc',
323 'command_buffer/common/id_allocator_test.cc', 324 'command_buffer/common/id_allocator_test.cc',
324 'command_buffer/common/trace_event.h', 325 'command_buffer/common/trace_event.h',
325 'command_buffer/common/unittest_main.cc', 326 'command_buffer/common/unittest_main.cc',
326 'command_buffer/service/buffer_manager_unittest.cc', 327 'command_buffer/service/buffer_manager_unittest.cc',
327 'command_buffer/service/cmd_parser_test.cc', 328 'command_buffer/service/cmd_parser_test.cc',
328 'command_buffer/service/common_decoder_unittest.cc', 329 'command_buffer/service/common_decoder_unittest.cc',
329 'command_buffer/service/context_group_unittest.cc', 330 'command_buffer/service/context_group_unittest.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '..', 388 '..',
388 '<(DEPTH)/third_party/khronos', 389 '<(DEPTH)/third_party/khronos',
389 ], 390 ],
390 'sources': [ 391 'sources': [
391 'ipc/gpu_command_buffer_traits.cc', 392 'ipc/gpu_command_buffer_traits.cc',
392 'ipc/gpu_command_buffer_traits.h', 393 'ipc/gpu_command_buffer_traits.h',
393 ], 394 ],
394 }, 395 },
395 ], 396 ],
396 } 397 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698