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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 'command_buffer/tests/gl_query_unittests.cc', | 250 'command_buffer/tests/gl_query_unittests.cc', |
251 'command_buffer/tests/gl_manager.cc', | 251 'command_buffer/tests/gl_manager.cc', |
252 'command_buffer/tests/gl_manager.h', | 252 'command_buffer/tests/gl_manager.h', |
253 'command_buffer/tests/gl_pointcoord_unittest.cc', | 253 'command_buffer/tests/gl_pointcoord_unittest.cc', |
254 'command_buffer/tests/gl_program_unittests.cc', | 254 'command_buffer/tests/gl_program_unittests.cc', |
255 'command_buffer/tests/gl_tests_main.cc', | 255 'command_buffer/tests/gl_tests_main.cc', |
256 'command_buffer/tests/gl_test_utils.cc', | 256 'command_buffer/tests/gl_test_utils.cc', |
257 'command_buffer/tests/gl_test_utils.h', | 257 'command_buffer/tests/gl_test_utils.h', |
258 'command_buffer/tests/gl_texture_mailbox_unittests.cc', | 258 'command_buffer/tests/gl_texture_mailbox_unittests.cc', |
259 'command_buffer/tests/gl_unittests.cc', | 259 'command_buffer/tests/gl_unittests.cc', |
| 260 'command_buffer/tests/gl_virtual_contexts_unittests.cc', |
260 'command_buffer/tests/occlusion_query_unittests.cc', | 261 'command_buffer/tests/occlusion_query_unittests.cc', |
261 ], | 262 ], |
262 }, | 263 }, |
263 { | 264 { |
264 'target_name': 'gpu_unittest_utils', | 265 'target_name': 'gpu_unittest_utils', |
265 'type': 'static_library', | 266 'type': 'static_library', |
266 'dependencies': [ | 267 'dependencies': [ |
267 '../testing/gmock.gyp:gmock', | 268 '../testing/gmock.gyp:gmock', |
268 '../testing/gtest.gyp:gtest', | 269 '../testing/gtest.gyp:gtest', |
269 '../ui/gl/gl.gyp:gl', | 270 '../ui/gl/gl.gyp:gl', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'configurations': { | 438 'configurations': { |
438 'Common_Base': { | 439 'Common_Base': { |
439 'msvs_target_platform': 'x64', | 440 'msvs_target_platform': 'x64', |
440 }, | 441 }, |
441 }, | 442 }, |
442 }, | 443 }, |
443 ], | 444 ], |
444 }], | 445 }], |
445 ], | 446 ], |
446 } | 447 } |
OLD | NEW |