OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |