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

Side by Side Diff: gpu/command_buffer_common.gypi

Issue 20017005: gpu: Refactor GpuMemoryBuffer framework for multi-process support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/command_buffer_service.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 'dependencies': [ 6 'dependencies': [
7 '../third_party/khronos/khronos.gyp:khronos_headers', 7 '../third_party/khronos/khronos.gyp:khronos_headers',
8 ], 8 ],
9 'sources': [ 9 'sources': [
10 'command_buffer/common/bitfield_helpers.h', 10 'command_buffer/common/bitfield_helpers.h',
11 'command_buffer/common/buffer.h', 11 'command_buffer/common/buffer.h',
12 'command_buffer/common/cmd_buffer_common.h', 12 'command_buffer/common/cmd_buffer_common.h',
13 'command_buffer/common/cmd_buffer_common.cc', 13 'command_buffer/common/cmd_buffer_common.cc',
14 'command_buffer/common/command_buffer.h', 14 'command_buffer/common/command_buffer.h',
15 'command_buffer/common/compiler_specific.h', 15 'command_buffer/common/compiler_specific.h',
16 'command_buffer/common/constants.h', 16 'command_buffer/common/constants.h',
17 'command_buffer/common/debug_marker_manager.cc', 17 'command_buffer/common/debug_marker_manager.cc',
18 'command_buffer/common/debug_marker_manager.h', 18 'command_buffer/common/debug_marker_manager.h',
19 'command_buffer/common/gles2_cmd_ids_autogen.h', 19 'command_buffer/common/gles2_cmd_ids_autogen.h',
20 'command_buffer/common/gles2_cmd_ids.h', 20 'command_buffer/common/gles2_cmd_ids.h',
21 'command_buffer/common/gles2_cmd_format_autogen.h', 21 'command_buffer/common/gles2_cmd_format_autogen.h',
22 'command_buffer/common/gles2_cmd_format.cc', 22 'command_buffer/common/gles2_cmd_format.cc',
23 'command_buffer/common/gles2_cmd_format.h', 23 'command_buffer/common/gles2_cmd_format.h',
24 'command_buffer/common/gpu_control.h',
24 'command_buffer/common/id_allocator.cc', 25 'command_buffer/common/id_allocator.cc',
25 'command_buffer/common/id_allocator.h', 26 'command_buffer/common/id_allocator.h',
26 'command_buffer/common/mailbox.cc', 27 'command_buffer/common/mailbox.cc',
27 'command_buffer/common/mailbox.h', 28 'command_buffer/common/mailbox.h',
28 'command_buffer/common/thread_local.h', 29 'command_buffer/common/thread_local.h',
29 'command_buffer/common/time.h', 30 'command_buffer/common/time.h',
30 'command_buffer/common/types.h', 31 'command_buffer/common/types.h',
31 ], 32 ],
32 } 33 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/command_buffer_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698