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

Side by Side Diff: gpu/gpu.gyp

Issue 169603002: Add initial support for NV_path_rendering extension to gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 ], 298 ],
299 'defines': [ 299 'defines': [
300 'GLES2_C_LIB_IMPLEMENTATION', 300 'GLES2_C_LIB_IMPLEMENTATION',
301 'GL_GLEXT_PROTOTYPES', 301 'GL_GLEXT_PROTOTYPES',
302 ], 302 ],
303 'sources': [ 303 'sources': [
304 '<@(gles2_c_lib_source_files)', 304 '<@(gles2_c_lib_source_files)',
305 'command_buffer/tests/compressed_texture_test.cc', 305 'command_buffer/tests/compressed_texture_test.cc',
306 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', 306 'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
307 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', 307 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
308 'command_buffer/tests/gl_chromium_nv_path_rendering_unittest.cc',
308 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', 309 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
309 'command_buffer/tests/gl_depth_texture_unittest.cc', 310 'command_buffer/tests/gl_depth_texture_unittest.cc',
310 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', 311 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc',
311 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', 312 'command_buffer/tests/gl_lose_context_chromium_unittest.cc',
312 'command_buffer/tests/gl_manager.cc', 313 'command_buffer/tests/gl_manager.cc',
313 'command_buffer/tests/gl_manager.h', 314 'command_buffer/tests/gl_manager.h',
314 'command_buffer/tests/gl_pointcoord_unittest.cc', 315 'command_buffer/tests/gl_pointcoord_unittest.cc',
315 'command_buffer/tests/gl_program_unittest.cc', 316 'command_buffer/tests/gl_program_unittest.cc',
316 'command_buffer/tests/gl_query_unittest.cc', 317 'command_buffer/tests/gl_query_unittest.cc',
317 'command_buffer/tests/gl_readback_unittest.cc', 318 'command_buffer/tests/gl_readback_unittest.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)', 583 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)',
583 }, 584 },
584 'includes': [ 585 'includes': [
585 '../build/apk_test.gypi', 586 '../build/apk_test.gypi',
586 ], 587 ],
587 }, 588 },
588 ], 589 ],
589 }], 590 }],
590 ], 591 ],
591 } 592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698