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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 'gles2_cmd_helper', | 344 'gles2_cmd_helper', |
345 'gles2_c_lib', | 345 'gles2_c_lib', |
346 #'gl_unittests', | 346 #'gl_unittests', |
347 ], | 347 ], |
348 'defines': [ | 348 'defines': [ |
349 'GL_GLEXT_PROTOTYPES', | 349 'GL_GLEXT_PROTOTYPES', |
350 ], | 350 ], |
351 'sources': [ | 351 'sources': [ |
352 # Note: sources list duplicated in GN build. | 352 # Note: sources list duplicated in GN build. |
353 'command_buffer/tests/compressed_texture_test.cc', | 353 'command_buffer/tests/compressed_texture_test.cc', |
| 354 'command_buffer/tests/es3_misc_functions_unittest.cc', |
354 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', | 355 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', |
355 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', | 356 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |
356 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', | 357 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', |
357 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', | 358 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', |
358 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc', | 359 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc', |
359 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', | 360 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', |
360 'command_buffer/tests/gl_cube_map_texture_unittest.cc', | 361 'command_buffer/tests/gl_cube_map_texture_unittest.cc', |
361 'command_buffer/tests/gl_depth_texture_unittest.cc', | 362 'command_buffer/tests/gl_depth_texture_unittest.cc', |
362 'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc', | 363 'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc', |
363 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', | 364 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', |
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 '../third_party/angle/build/common_defines.gypi', | 846 '../third_party/angle/build/common_defines.gypi', |
846 ], | 847 ], |
847 'sources': [ | 848 'sources': [ |
848 'angle_deqp_tests_main.cc', | 849 'angle_deqp_tests_main.cc', |
849 ], | 850 ], |
850 }, | 851 }, |
851 ], | 852 ], |
852 }] | 853 }] |
853 ], | 854 ], |
854 } | 855 } |
OLD | NEW |