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

Side by Side Diff: command_buffer/command_buffer.gyp

Issue 332036: move all O3D specific command buffer stuff to command_buffer::o3d... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 22 matching lines...) Expand all
33 'target_name': 'command_buffer_common', 33 'target_name': 'command_buffer_common',
34 'type': 'static_library', 34 'type': 'static_library',
35 'all_dependent_settings': { 35 'all_dependent_settings': {
36 'include_dirs': [ 36 'include_dirs': [
37 '..', 37 '..',
38 ], 38 ],
39 }, # 'all_dependent_settings' 39 }, # 'all_dependent_settings'
40 'sources': [ 40 'sources': [
41 'common/cross/bitfield_helpers.h', 41 'common/cross/bitfield_helpers.h',
42 'common/cross/cmd_buffer_common.h', 42 'common/cross/cmd_buffer_common.h',
43 'common/cross/cmd_buffer_format.h', 43 'common/cross/o3d_cmd_format.h',
44 'common/cross/cmd_buffer_format.cc', 44 'common/cross/o3d_cmd_format.cc',
45 'common/cross/gapi_interface.h', 45 'common/cross/gapi_interface.h',
46 'common/cross/logging.h', 46 'common/cross/logging.h',
47 'common/cross/mocks.h', 47 'common/cross/mocks.h',
48 'common/cross/resource.cc', 48 'common/cross/resource.cc',
49 'common/cross/resource.h', 49 'common/cross/resource.h',
50 'common/cross/types.h', 50 'common/cross/types.h',
51 ], 51 ],
52 }, 52 },
53 { 53 {
54 'target_name': 'command_buffer_common_test', 54 'target_name': 'command_buffer_common_test',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 }, 226 },
227 }, 227 },
228 ], # 'targets' 228 ], # 'targets'
229 } 229 }
230 230
231 # Local Variables: 231 # Local Variables:
232 # tab-width:2 232 # tab-width:2
233 # indent-tabs-mode:nil 233 # indent-tabs-mode:nil
234 # End: 234 # End:
235 # vim: set expandtab tabstop=2 shiftwidth=2: 235 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « command_buffer/client/cross/o3d_cmd_helper.h ('k') | command_buffer/common/cross/cmd_buffer_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698