OLD | NEW |
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 'nacl_win64_target': 0, | 7 'nacl_win64_target': 0, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'gpu_common.gypi', | 10 'gpu_common.gypi', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'gpu', | 123 'gpu', |
124 'gpu_unittest_utils', | 124 'gpu_unittest_utils', |
125 'gles2_implementation_client_side_arrays', | 125 'gles2_implementation_client_side_arrays', |
126 'gles2_cmd_helper', | 126 'gles2_cmd_helper', |
127 ], | 127 ], |
128 'defines': [ | 128 'defines': [ |
129 'GLES2_C_LIB_IMPLEMENTATION', | 129 'GLES2_C_LIB_IMPLEMENTATION', |
130 ], | 130 ], |
131 'sources': [ | 131 'sources': [ |
132 '<@(gles2_c_lib_source_files)', | 132 '<@(gles2_c_lib_source_files)', |
| 133 'command_buffer/client/buffer_tracker_unittest.cc', |
133 'command_buffer/client/client_test_helper.cc', | 134 'command_buffer/client/client_test_helper.cc', |
134 'command_buffer/client/client_test_helper.h', | 135 'command_buffer/client/client_test_helper.h', |
135 'command_buffer/client/cmd_buffer_helper_test.cc', | 136 'command_buffer/client/cmd_buffer_helper_test.cc', |
136 'command_buffer/client/fenced_allocator_test.cc', | 137 'command_buffer/client/fenced_allocator_test.cc', |
137 'command_buffer/client/gles2_interface_stub.cc', | 138 'command_buffer/client/gles2_interface_stub.cc', |
138 'command_buffer/client/gles2_interface_stub.h', | 139 'command_buffer/client/gles2_interface_stub.h', |
139 'command_buffer/client/gles2_implementation_unittest.cc', | 140 'command_buffer/client/gles2_implementation_unittest.cc', |
140 'command_buffer/client/mapped_memory_unittest.cc', | 141 'command_buffer/client/mapped_memory_unittest.cc', |
141 'command_buffer/client/query_tracker_unittest.cc', | 142 'command_buffer/client/query_tracker_unittest.cc', |
142 'command_buffer/client/program_info_manager_unittest.cc', | 143 'command_buffer/client/program_info_manager_unittest.cc', |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 'configurations': { | 425 'configurations': { |
425 'Common_Base': { | 426 'Common_Base': { |
426 'msvs_target_platform': 'x64', | 427 'msvs_target_platform': 'x64', |
427 }, | 428 }, |
428 }, | 429 }, |
429 }, | 430 }, |
430 ], | 431 ], |
431 }], | 432 }], |
432 ], | 433 ], |
433 } | 434 } |
OLD | NEW |