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

Side by Side Diff: gpu/gpu.gyp

Issue 11301006: automate more GL state handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer_service.gypi ('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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'command_buffer/common/trace_event.h', 169 'command_buffer/common/trace_event.h',
170 'command_buffer/common/unittest_main.cc', 170 'command_buffer/common/unittest_main.cc',
171 'command_buffer/service/buffer_manager_unittest.cc', 171 'command_buffer/service/buffer_manager_unittest.cc',
172 'command_buffer/service/cmd_parser_test.cc', 172 'command_buffer/service/cmd_parser_test.cc',
173 'command_buffer/service/command_buffer_service_unittest.cc', 173 'command_buffer/service/command_buffer_service_unittest.cc',
174 'command_buffer/service/common_decoder_unittest.cc', 174 'command_buffer/service/common_decoder_unittest.cc',
175 'command_buffer/service/context_group_unittest.cc', 175 'command_buffer/service/context_group_unittest.cc',
176 'command_buffer/service/feature_info_unittest.cc', 176 'command_buffer/service/feature_info_unittest.cc',
177 'command_buffer/service/framebuffer_manager_unittest.cc', 177 'command_buffer/service/framebuffer_manager_unittest.cc',
178 'command_buffer/service/gles2_cmd_decoder_unittest.cc', 178 'command_buffer/service/gles2_cmd_decoder_unittest.cc',
179 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h',
179 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', 180 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc',
180 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', 181 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h',
181 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', 182 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc',
182 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', 183 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h',
183 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc', 184 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc',
184 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h', 185 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h',
185 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', 186 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc',
186 'command_buffer/service/gles2_cmd_decoder_unittest_base.h', 187 'command_buffer/service/gles2_cmd_decoder_unittest_base.h',
187 'command_buffer/service/gl_surface_mock.cc', 188 'command_buffer/service/gl_surface_mock.cc',
188 'command_buffer/service/gl_surface_mock.h', 189 'command_buffer/service/gl_surface_mock.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'configurations': { 437 'configurations': {
437 'Common_Base': { 438 'Common_Base': {
438 'msvs_target_platform': 'x64', 439 'msvs_target_platform': 'x64',
439 }, 440 },
440 }, 441 },
441 }, 442 },
442 ], 443 ],
443 }], 444 }],
444 ], 445 ],
445 } 446 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698