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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'GLES2_C_LIB_IMPLEMENTATION', | 302 'GLES2_C_LIB_IMPLEMENTATION', |
303 'GL_GLEXT_PROTOTYPES', | 303 'GL_GLEXT_PROTOTYPES', |
304 ], | 304 ], |
305 'sources': [ | 305 'sources': [ |
306 '<@(gles2_c_lib_source_files)', | 306 '<@(gles2_c_lib_source_files)', |
307 'command_buffer/tests/compressed_texture_test.cc', | 307 'command_buffer/tests/compressed_texture_test.cc', |
308 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', | 308 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', |
309 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', | 309 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |
310 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', | 310 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', |
311 'command_buffer/tests/gl_depth_texture_unittest.cc', | 311 'command_buffer/tests/gl_depth_texture_unittest.cc', |
312 'command_buffer/tests/gl_gpu_memory_buffer_unittests.cc', | 312 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', |
313 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', | 313 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', |
314 'command_buffer/tests/gl_manager.cc', | 314 'command_buffer/tests/gl_manager.cc', |
315 'command_buffer/tests/gl_manager.h', | 315 'command_buffer/tests/gl_manager.h', |
316 'command_buffer/tests/gl_pointcoord_unittest.cc', | 316 'command_buffer/tests/gl_pointcoord_unittest.cc', |
317 'command_buffer/tests/gl_program_unittests.cc', | 317 'command_buffer/tests/gl_program_unittest.cc', |
318 'command_buffer/tests/gl_query_unittests.cc', | 318 'command_buffer/tests/gl_query_unittest.cc', |
319 'command_buffer/tests/gl_readback_unittests.cc', | 319 'command_buffer/tests/gl_readback_unittest.cc', |
320 'command_buffer/tests/gl_shared_resources_unittests.cc', | 320 'command_buffer/tests/gl_shared_resources_unittest.cc', |
321 'command_buffer/tests/gl_stream_draw_unittests.cc', | 321 'command_buffer/tests/gl_stream_draw_unittest.cc', |
322 'command_buffer/tests/gl_test_utils.cc', | 322 'command_buffer/tests/gl_test_utils.cc', |
323 'command_buffer/tests/gl_test_utils.h', | 323 'command_buffer/tests/gl_test_utils.h', |
324 'command_buffer/tests/gl_tests_main.cc', | 324 'command_buffer/tests/gl_tests_main.cc', |
325 'command_buffer/tests/gl_texture_mailbox_unittests.cc', | 325 'command_buffer/tests/gl_texture_mailbox_unittest.cc', |
326 'command_buffer/tests/gl_texture_storage_unittests.cc', | 326 'command_buffer/tests/gl_texture_storage_unittest.cc', |
327 'command_buffer/tests/gl_unittests.cc', | 327 'command_buffer/tests/gl_unittest.cc', |
328 'command_buffer/tests/gl_unittests_android.cc', | 328 'command_buffer/tests/gl_unittests_android.cc', |
329 'command_buffer/tests/gl_virtual_contexts_unittests.cc', | 329 'command_buffer/tests/gl_virtual_contexts_unittest.cc', |
330 'command_buffer/tests/occlusion_query_unittests.cc', | 330 'command_buffer/tests/occlusion_query_unittest.cc', |
331 ], | 331 ], |
332 'conditions': [ | 332 'conditions': [ |
333 ['OS == "android" and gtest_target_type == "shared_library"', { | 333 ['OS == "android" and gtest_target_type == "shared_library"', { |
334 'dependencies': [ | 334 'dependencies': [ |
335 '../testing/android/native_test.gyp:native_test_native_code', | 335 '../testing/android/native_test.gyp:native_test_native_code', |
336 ], | 336 ], |
337 }], | 337 }], |
338 ], | 338 ], |
339 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 339 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
340 'msvs_disabled_warnings': [ 4267, ], | 340 'msvs_disabled_warnings': [ 4267, ], |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', | 578 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', |
579 }, | 579 }, |
580 'includes': [ | 580 'includes': [ |
581 '../build/apk_test.gypi', | 581 '../build/apk_test.gypi', |
582 ], | 582 ], |
583 }, | 583 }, |
584 ], | 584 ], |
585 }], | 585 }], |
586 ], | 586 ], |
587 } | 587 } |
OLD | NEW |