| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 #'gl_unittests', | 353 #'gl_unittests', |
| 354 ], | 354 ], |
| 355 'defines': [ | 355 'defines': [ |
| 356 'GL_GLEXT_PROTOTYPES', | 356 'GL_GLEXT_PROTOTYPES', |
| 357 ], | 357 ], |
| 358 'sources': [ | 358 'sources': [ |
| 359 # Note: sources list duplicated in GN build. | 359 # Note: sources list duplicated in GN build. |
| 360 'command_buffer/tests/compressed_texture_test.cc', | 360 'command_buffer/tests/compressed_texture_test.cc', |
| 361 'command_buffer/tests/es3_misc_functions_unittest.cc', | 361 'command_buffer/tests/es3_misc_functions_unittest.cc', |
| 362 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', | 362 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', |
| 363 'command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc'
, |
| 363 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', | 364 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |
| 364 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', | 365 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', |
| 365 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', | 366 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', |
| 366 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc', | 367 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc', |
| 367 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', | 368 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', |
| 368 'command_buffer/tests/gl_cube_map_texture_unittest.cc', | 369 'command_buffer/tests/gl_cube_map_texture_unittest.cc', |
| 369 'command_buffer/tests/gl_depth_texture_unittest.cc', | 370 'command_buffer/tests/gl_depth_texture_unittest.cc', |
| 370 'command_buffer/tests/gl_ext_blend_func_extended_unittest.cc', | 371 'command_buffer/tests/gl_ext_blend_func_extended_unittest.cc', |
| 371 'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc', | 372 'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc', |
| 372 'command_buffer/tests/gl_ext_srgb_unittest.cc', | 373 'command_buffer/tests/gl_ext_srgb_unittest.cc', |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 ], | 917 ], |
| 917 'sources': [ | 918 'sources': [ |
| 918 'gpu_unittests_apk.isolate', | 919 'gpu_unittests_apk.isolate', |
| 919 ], | 920 ], |
| 920 }, | 921 }, |
| 921 ], | 922 ], |
| 922 }, | 923 }, |
| 923 ], | 924 ], |
| 924 ], | 925 ], |
| 925 } | 926 } |
| OLD | NEW |