Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: gpu/gpu.gyp

Issue 14770011: Add test case for OES_texture_half_float extension support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gpu/command_buffer/tests/gl_oes_texture_half_float_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 ], 239 ],
240 'defines': [ 240 'defines': [
241 'GLES2_C_LIB_IMPLEMENTATION', 241 'GLES2_C_LIB_IMPLEMENTATION',
242 'GL_GLEXT_PROTOTYPES', 242 'GL_GLEXT_PROTOTYPES',
243 ], 243 ],
244 'sources': [ 244 'sources': [
245 '<@(gles2_c_lib_source_files)', 245 '<@(gles2_c_lib_source_files)',
246 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', 246 'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
247 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', 247 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
248 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', 248 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
249 'command_buffer/tests/gl_oes_texture_half_float_unittest.cc',
249 'command_buffer/tests/gl_depth_texture_unittest.cc', 250 'command_buffer/tests/gl_depth_texture_unittest.cc',
250 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', 251 'command_buffer/tests/gl_lose_context_chromium_unittests.cc',
251 'command_buffer/tests/gl_manager.cc', 252 'command_buffer/tests/gl_manager.cc',
252 'command_buffer/tests/gl_manager.h', 253 'command_buffer/tests/gl_manager.h',
253 'command_buffer/tests/gl_pointcoord_unittest.cc', 254 'command_buffer/tests/gl_pointcoord_unittest.cc',
254 'command_buffer/tests/gl_program_unittests.cc', 255 'command_buffer/tests/gl_program_unittests.cc',
255 'command_buffer/tests/gl_query_unittests.cc', 256 'command_buffer/tests/gl_query_unittests.cc',
256 'command_buffer/tests/gl_readback_unittests.cc', 257 'command_buffer/tests/gl_readback_unittests.cc',
257 'command_buffer/tests/gl_shared_resources_unittests.cc', 258 'command_buffer/tests/gl_shared_resources_unittests.cc',
258 'command_buffer/tests/gl_stream_draw_unittests.cc', 259 'command_buffer/tests/gl_stream_draw_unittests.cc',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)', 504 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)',
504 }, 505 },
505 'includes': [ 506 'includes': [
506 '../build/apk_test.gypi', 507 '../build/apk_test.gypi',
507 ], 508 ],
508 }, 509 },
509 ], 510 ],
510 }], 511 }],
511 ], 512 ],
512 } 513 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_oes_texture_half_float_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698