| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'command_buffer/tests/gl_pointcoord_unittest.cc', | 254 'command_buffer/tests/gl_pointcoord_unittest.cc', |
| 255 'command_buffer/tests/gl_program_unittests.cc', | 255 'command_buffer/tests/gl_program_unittests.cc', |
| 256 'command_buffer/tests/gl_shared_resources_unittests.cc', | 256 'command_buffer/tests/gl_shared_resources_unittests.cc', |
| 257 'command_buffer/tests/gl_tests_main.cc', | 257 'command_buffer/tests/gl_tests_main.cc', |
| 258 'command_buffer/tests/gl_test_utils.cc', | 258 'command_buffer/tests/gl_test_utils.cc', |
| 259 'command_buffer/tests/gl_test_utils.h', | 259 'command_buffer/tests/gl_test_utils.h', |
| 260 'command_buffer/tests/gl_texture_mailbox_unittests.cc', | 260 'command_buffer/tests/gl_texture_mailbox_unittests.cc', |
| 261 'command_buffer/tests/gl_texture_storage_unittests.cc', | 261 'command_buffer/tests/gl_texture_storage_unittests.cc', |
| 262 'command_buffer/tests/gl_unittests.cc', | 262 'command_buffer/tests/gl_unittests.cc', |
| 263 'command_buffer/tests/gl_virtual_contexts_unittests.cc', | 263 'command_buffer/tests/gl_virtual_contexts_unittests.cc', |
| 264 'command_buffer/tests/gl_stream_draw_unittests.cc', |
| 264 'command_buffer/tests/occlusion_query_unittests.cc', | 265 'command_buffer/tests/occlusion_query_unittests.cc', |
| 265 ], | 266 ], |
| 266 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 267 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 267 'msvs_disabled_warnings': [ 4267, ], | 268 'msvs_disabled_warnings': [ 4267, ], |
| 268 }, | 269 }, |
| 269 { | 270 { |
| 270 'target_name': 'gpu_unittest_utils', | 271 'target_name': 'gpu_unittest_utils', |
| 271 'type': 'static_library', | 272 'type': 'static_library', |
| 272 'dependencies': [ | 273 'dependencies': [ |
| 273 '../testing/gmock.gyp:gmock', | 274 '../testing/gmock.gyp:gmock', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'configurations': { | 454 'configurations': { |
| 454 'Common_Base': { | 455 'Common_Base': { |
| 455 'msvs_target_platform': 'x64', | 456 'msvs_target_platform': 'x64', |
| 456 }, | 457 }, |
| 457 }, | 458 }, |
| 458 }, | 459 }, |
| 459 ], | 460 ], |
| 460 }], | 461 }], |
| 461 ], | 462 ], |
| 462 } | 463 } |
| OLD | NEW |