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

Side by Side Diff: gpu/gpu.gyp

Issue 473853002: Make it possible to test command buffer decoder functions with extension flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comment Created 6 years, 4 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/service/gles2_cmd_decoder_unittest_extensions_autogen.h ('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 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', 239 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h',
240 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', 240 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc',
241 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', 241 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h',
242 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc', 242 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc',
243 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h', 243 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h',
244 'command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc', 244 'command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc',
245 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', 245 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc',
246 'command_buffer/service/gles2_cmd_decoder_unittest_base.h', 246 'command_buffer/service/gles2_cmd_decoder_unittest_base.h',
247 'command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc', 247 'command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc',
248 'command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc', 248 'command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc',
249 'command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc',
250 'command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h' ,
249 'command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc', 251 'command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc',
250 'command_buffer/service/gles2_cmd_decoder_unittest_programs.cc', 252 'command_buffer/service/gles2_cmd_decoder_unittest_programs.cc',
251 'command_buffer/service/gles2_cmd_decoder_unittest_textures.cc', 253 'command_buffer/service/gles2_cmd_decoder_unittest_textures.cc',
252 'command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc', 254 'command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc',
253 'command_buffer/service/gl_surface_mock.cc', 255 'command_buffer/service/gl_surface_mock.cc',
254 'command_buffer/service/gl_surface_mock.h', 256 'command_buffer/service/gl_surface_mock.h',
255 'command_buffer/service/gpu_scheduler_unittest.cc', 257 'command_buffer/service/gpu_scheduler_unittest.cc',
256 'command_buffer/service/gpu_service_test.cc', 258 'command_buffer/service/gpu_service_test.cc',
257 'command_buffer/service/gpu_service_test.h', 259 'command_buffer/service/gpu_service_test.h',
258 'command_buffer/service/id_manager_unittest.cc', 260 'command_buffer/service/id_manager_unittest.cc',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 ], 662 ],
661 'variables': { 663 'variables': {
662 'test_suite_name': 'gpu_unittests', 664 'test_suite_name': 'gpu_unittests',
663 }, 665 },
664 'includes': [ '../build/apk_test.gypi' ], 666 'includes': [ '../build/apk_test.gypi' ],
665 }, 667 },
666 ], 668 ],
667 }], 669 }],
668 ], 670 ],
669 } 671 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698