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

Side by Side Diff: gpu/gpu.gyp

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ScopedVector for storing image format configurations Created 5 years, 6 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'defines': [ 351 'defines': [
352 'GL_GLEXT_PROTOTYPES', 352 'GL_GLEXT_PROTOTYPES',
353 ], 353 ],
354 'sources': [ 354 'sources': [
355 # Note: sources list duplicated in GN build. 355 # Note: sources list duplicated in GN build.
356 'command_buffer/tests/compressed_texture_test.cc', 356 'command_buffer/tests/compressed_texture_test.cc',
357 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', 357 'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
358 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', 358 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
359 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', 359 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc',
360 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', 360 'command_buffer/tests/gl_clear_framebuffer_unittest.cc',
361 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc',
361 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', 362 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
362 'command_buffer/tests/gl_depth_texture_unittest.cc', 363 'command_buffer/tests/gl_depth_texture_unittest.cc',
363 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', 364 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc',
364 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', 365 'command_buffer/tests/gl_lose_context_chromium_unittest.cc',
365 'command_buffer/tests/gl_manager.cc', 366 'command_buffer/tests/gl_manager.cc',
366 'command_buffer/tests/gl_manager.h', 367 'command_buffer/tests/gl_manager.h',
367 'command_buffer/tests/gl_pointcoord_unittest.cc', 368 'command_buffer/tests/gl_pointcoord_unittest.cc',
368 'command_buffer/tests/gl_program_unittest.cc', 369 'command_buffer/tests/gl_program_unittest.cc',
369 'command_buffer/tests/gl_query_unittest.cc', 370 'command_buffer/tests/gl_query_unittest.cc',
370 'command_buffer/tests/gl_readback_unittest.cc', 371 'command_buffer/tests/gl_readback_unittest.cc',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 763 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
763 ], 764 ],
764 } 765 }
765 ], 766 ],
766 ], 767 ],
767 }, 768 },
768 ], 769 ],
769 }], 770 }],
770 ], 771 ],
771 } 772 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698