| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'gpu', | 138 'gpu', |
| 139 'gpu_unittest_utils', | 139 'gpu_unittest_utils', |
| 140 'gles2_implementation_client_side_arrays', | 140 'gles2_implementation_client_side_arrays', |
| 141 'gles2_cmd_helper', | 141 'gles2_cmd_helper', |
| 142 ], | 142 ], |
| 143 'defines': [ | 143 'defines': [ |
| 144 'GLES2_C_LIB_IMPLEMENTATION', | 144 'GLES2_C_LIB_IMPLEMENTATION', |
| 145 ], | 145 ], |
| 146 'sources': [ | 146 'sources': [ |
| 147 '<@(gles2_c_lib_source_files)', | 147 '<@(gles2_c_lib_source_files)', |
| 148 'command_buffer/client/buffer_tracker_unittest.cc', |
| 148 'command_buffer/client/client_test_helper.cc', | 149 'command_buffer/client/client_test_helper.cc', |
| 149 'command_buffer/client/client_test_helper.h', | 150 'command_buffer/client/client_test_helper.h', |
| 150 'command_buffer/client/cmd_buffer_helper_test.cc', | 151 'command_buffer/client/cmd_buffer_helper_test.cc', |
| 151 'command_buffer/client/fenced_allocator_test.cc', | 152 'command_buffer/client/fenced_allocator_test.cc', |
| 152 'command_buffer/client/gles2_interface_stub.cc', | 153 'command_buffer/client/gles2_interface_stub.cc', |
| 153 'command_buffer/client/gles2_interface_stub.h', | 154 'command_buffer/client/gles2_interface_stub.h', |
| 154 'command_buffer/client/gles2_implementation_unittest.cc', | 155 'command_buffer/client/gles2_implementation_unittest.cc', |
| 155 'command_buffer/client/mapped_memory_unittest.cc', | 156 'command_buffer/client/mapped_memory_unittest.cc', |
| 156 'command_buffer/client/query_tracker_unittest.cc', | 157 'command_buffer/client/query_tracker_unittest.cc', |
| 157 'command_buffer/client/program_info_manager_unittest.cc', | 158 'command_buffer/client/program_info_manager_unittest.cc', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 'configurations': { | 440 'configurations': { |
| 440 'Common_Base': { | 441 'Common_Base': { |
| 441 'msvs_target_platform': 'x64', | 442 'msvs_target_platform': 'x64', |
| 442 }, | 443 }, |
| 443 }, | 444 }, |
| 444 }, | 445 }, |
| 445 ], | 446 ], |
| 446 }], | 447 }], |
| 447 ], | 448 ], |
| 448 } | 449 } |
| OLD | NEW |