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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 #'gl_unittests', | 330 #'gl_unittests', |
331 ], | 331 ], |
332 'defines': [ | 332 'defines': [ |
333 'GL_GLEXT_PROTOTYPES', | 333 'GL_GLEXT_PROTOTYPES', |
334 ], | 334 ], |
335 'sources': [ | 335 'sources': [ |
336 # Note: sources list duplicated in GN build. | 336 # Note: sources list duplicated in GN build. |
337 'command_buffer/tests/compressed_texture_test.cc', | 337 'command_buffer/tests/compressed_texture_test.cc', |
338 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', | 338 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', |
339 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', | 339 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |
| 340 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', |
340 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', | 341 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', |
341 'command_buffer/tests/gl_depth_texture_unittest.cc', | 342 'command_buffer/tests/gl_depth_texture_unittest.cc', |
342 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', | 343 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', |
343 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', | 344 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', |
344 'command_buffer/tests/gl_manager.cc', | 345 'command_buffer/tests/gl_manager.cc', |
345 'command_buffer/tests/gl_manager.h', | 346 'command_buffer/tests/gl_manager.h', |
346 'command_buffer/tests/gl_pointcoord_unittest.cc', | 347 'command_buffer/tests/gl_pointcoord_unittest.cc', |
347 'command_buffer/tests/gl_program_unittest.cc', | 348 'command_buffer/tests/gl_program_unittest.cc', |
348 'command_buffer/tests/gl_query_unittest.cc', | 349 'command_buffer/tests/gl_query_unittest.cc', |
349 'command_buffer/tests/gl_readback_unittest.cc', | 350 'command_buffer/tests/gl_readback_unittest.cc', |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 ], | 663 ], |
663 'variables': { | 664 'variables': { |
664 'test_suite_name': 'gpu_unittests', | 665 'test_suite_name': 'gpu_unittests', |
665 }, | 666 }, |
666 'includes': [ '../build/apk_test.gypi' ], | 667 'includes': [ '../build/apk_test.gypi' ], |
667 }, | 668 }, |
668 ], | 669 ], |
669 }], | 670 }], |
670 ], | 671 ], |
671 } | 672 } |
OLD | NEW |