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

Side by Side Diff: gpu/gpu.gyp

Issue 18246005: Add EXT_color_buffer_half_float extension support in GPU commandbuffer service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase the patch Created 7 years, 5 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
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 ], 271 ],
272 'sources': [ 272 'sources': [
273 '<@(gles2_c_lib_source_files)', 273 '<@(gles2_c_lib_source_files)',
274 'command_buffer/client/gpu_memory_buffer_mock.cc', 274 'command_buffer/client/gpu_memory_buffer_mock.cc',
275 'command_buffer/client/gpu_memory_buffer_mock.h', 275 'command_buffer/client/gpu_memory_buffer_mock.h',
276 'command_buffer/client/image_factory_mock.cc', 276 'command_buffer/client/image_factory_mock.cc',
277 'command_buffer/client/image_factory_mock.h', 277 'command_buffer/client/image_factory_mock.h',
278 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', 278 'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
279 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', 279 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
280 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', 280 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
281 'command_buffer/tests/gl_ext_color_buffer_half_float_unittest.cc',
282 'command_buffer/tests/gl_ANGLE_color_buffer_float_unittest.cc',
281 'command_buffer/tests/gl_depth_texture_unittest.cc', 283 'command_buffer/tests/gl_depth_texture_unittest.cc',
282 'command_buffer/tests/gl_gpu_memory_buffer_unittests.cc', 284 'command_buffer/tests/gl_gpu_memory_buffer_unittests.cc',
283 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', 285 'command_buffer/tests/gl_lose_context_chromium_unittests.cc',
284 'command_buffer/tests/gl_manager.cc', 286 'command_buffer/tests/gl_manager.cc',
285 'command_buffer/tests/gl_manager.h', 287 'command_buffer/tests/gl_manager.h',
286 'command_buffer/tests/gl_pointcoord_unittest.cc', 288 'command_buffer/tests/gl_pointcoord_unittest.cc',
287 'command_buffer/tests/gl_program_unittests.cc', 289 'command_buffer/tests/gl_program_unittests.cc',
288 'command_buffer/tests/gl_query_unittests.cc', 290 'command_buffer/tests/gl_query_unittests.cc',
289 'command_buffer/tests/gl_readback_unittests.cc', 291 'command_buffer/tests/gl_readback_unittests.cc',
290 'command_buffer/tests/gl_shared_resources_unittests.cc', 292 'command_buffer/tests/gl_shared_resources_unittests.cc',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)', 548 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)',
547 }, 549 },
548 'includes': [ 550 'includes': [
549 '../build/apk_test.gypi', 551 '../build/apk_test.gypi',
550 ], 552 ],
551 }, 553 },
552 ], 554 ],
553 }], 555 }],
554 ], 556 ],
555 } 557 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_ext_color_buffer_half_float_unittest.cc ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698