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

Side by Side Diff: gpu/gpu_common.gypi

Issue 9662026: Move constructor and destructor of GLES2CmdHelper out of line (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: export Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_support.gyp ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # Library emulates GLES2 using command_buffers. 8 # Library emulates GLES2 using command_buffers.
9 'target_name': 'gles2_implementation', 9 'target_name': 'gles2_implementation',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 '../testing/gmock.gyp:gmock', 123 '../testing/gmock.gyp:gmock',
124 '../testing/gmock.gyp:gmock_main', 124 '../testing/gmock.gyp:gmock_main',
125 '../testing/gtest.gyp:gtest', 125 '../testing/gtest.gyp:gtest',
126 '../third_party/angle/src/build_angle.gyp:translator_glsl', 126 '../third_party/angle/src/build_angle.gyp:translator_glsl',
127 '../ui/gfx/gl/gl.gyp:gl', 127 '../ui/gfx/gl/gl.gyp:gl',
128 '../ui/ui.gyp:ui', 128 '../ui/ui.gyp:ui',
129 'command_buffer/command_buffer.gyp:gles2_utils', 129 'command_buffer/command_buffer.gyp:gles2_utils',
130 'command_buffer_client', 130 'command_buffer_client',
131 'command_buffer_common', 131 'command_buffer_common',
132 'command_buffer_service', 132 'command_buffer_service',
133 'gpu',
133 'gpu_unittest_utils', 134 'gpu_unittest_utils',
134 'gles2_implementation_client_side_arrays', 135 'gles2_implementation_client_side_arrays',
135 'gles2_cmd_helper', 136 'gles2_cmd_helper',
136 ], 137 ],
137 'defines': [ 138 'defines': [
138 'GLES2_C_LIB_IMPLEMENTATION', 139 'GLES2_C_LIB_IMPLEMENTATION',
139 ], 140 ],
140 'sources': [ 141 'sources': [
141 '<@(gles2_c_lib_source_files)', 142 '<@(gles2_c_lib_source_files)',
142 'command_buffer/client/client_test_helper.cc', 143 'command_buffer/client/client_test_helper.cc',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 ], 208 ],
208 'sources': [ 209 'sources': [
209 'command_buffer/common/gl_mock.h', 210 'command_buffer/common/gl_mock.h',
210 'command_buffer/common/gl_mock.cc', 211 'command_buffer/common/gl_mock.cc',
211 'command_buffer/service/gles2_cmd_decoder_mock.cc', 212 'command_buffer/service/gles2_cmd_decoder_mock.cc',
212 'command_buffer/service/gles2_cmd_decoder_mock.cc', 213 'command_buffer/service/gles2_cmd_decoder_mock.cc',
213 ], 214 ],
214 }, 215 },
215 ], 216 ],
216 } 217 }
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_support.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698