| 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 'build_angle_deqp_tests%': 0, | 8 'build_angle_deqp_tests%': 0, |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', | 431 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', |
| 432 'command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc'
, | 432 'command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc'
, |
| 433 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', | 433 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |
| 434 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', | 434 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', |
| 435 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', | 435 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', |
| 436 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc', | 436 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc', |
| 437 'command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc', | 437 'command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc', |
| 438 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', | 438 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', |
| 439 'command_buffer/tests/gl_cube_map_texture_unittest.cc', | 439 'command_buffer/tests/gl_cube_map_texture_unittest.cc', |
| 440 'command_buffer/tests/gl_depth_texture_unittest.cc', | 440 'command_buffer/tests/gl_depth_texture_unittest.cc', |
| 441 'command_buffer/tests/gl_deschedule_unittest.cc', |
| 441 'command_buffer/tests/gl_dynamic_config_unittest.cc', | 442 'command_buffer/tests/gl_dynamic_config_unittest.cc', |
| 442 'command_buffer/tests/gl_ext_blend_func_extended_unittest.cc', | 443 'command_buffer/tests/gl_ext_blend_func_extended_unittest.cc', |
| 443 'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc', | 444 'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc', |
| 444 'command_buffer/tests/gl_ext_srgb_unittest.cc', | 445 'command_buffer/tests/gl_ext_srgb_unittest.cc', |
| 445 'command_buffer/tests/gl_fence_sync_unittest.cc', | 446 'command_buffer/tests/gl_fence_sync_unittest.cc', |
| 446 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', | 447 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', |
| 447 'command_buffer/tests/gl_iosurface_readback_workaround_unittest.cc', | 448 'command_buffer/tests/gl_iosurface_readback_workaround_unittest.cc', |
| 448 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', | 449 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', |
| 449 'command_buffer/tests/gl_manager.cc', | 450 'command_buffer/tests/gl_manager.cc', |
| 450 'command_buffer/tests/gl_manager.h', | 451 'command_buffer/tests/gl_manager.h', |
| (...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 ], | 1208 ], |
| 1208 'sources': [ | 1209 'sources': [ |
| 1209 'gpu_unittests_apk.isolate', | 1210 'gpu_unittests_apk.isolate', |
| 1210 ], | 1211 ], |
| 1211 }, | 1212 }, |
| 1212 ], | 1213 ], |
| 1213 }, | 1214 }, |
| 1214 ], | 1215 ], |
| 1215 ], | 1216 ], |
| 1216 } | 1217 } |
| OLD | NEW |