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

Side by Side Diff: gpu/BUILD.gn

Issue 1136713003: Add ES3 commands GetVertexAttribI{u}iv to GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 | « no previous file | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GYP-to-GN project mappings: 5 # GYP-to-GN project mappings:
6 # 6 #
7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client 7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client
8 # 8 #
9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common 9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common
10 # 10 #
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "command_buffer/common/unittest_main.cc", 156 "command_buffer/common/unittest_main.cc",
157 "command_buffer/service/async_pixel_transfer_delegate_mock.cc", 157 "command_buffer/service/async_pixel_transfer_delegate_mock.cc",
158 "command_buffer/service/async_pixel_transfer_delegate_mock.h", 158 "command_buffer/service/async_pixel_transfer_delegate_mock.h",
159 "command_buffer/service/async_pixel_transfer_manager_mock.cc", 159 "command_buffer/service/async_pixel_transfer_manager_mock.cc",
160 "command_buffer/service/async_pixel_transfer_manager_mock.h", 160 "command_buffer/service/async_pixel_transfer_manager_mock.h",
161 "command_buffer/service/buffer_manager_unittest.cc", 161 "command_buffer/service/buffer_manager_unittest.cc",
162 "command_buffer/service/cmd_parser_test.cc", 162 "command_buffer/service/cmd_parser_test.cc",
163 "command_buffer/service/command_buffer_service_unittest.cc", 163 "command_buffer/service/command_buffer_service_unittest.cc",
164 "command_buffer/service/common_decoder_unittest.cc", 164 "command_buffer/service/common_decoder_unittest.cc",
165 "command_buffer/service/context_group_unittest.cc", 165 "command_buffer/service/context_group_unittest.cc",
166 "command_buffer/service/context_state_unittest.cc",
166 "command_buffer/service/feature_info_unittest.cc", 167 "command_buffer/service/feature_info_unittest.cc",
167 "command_buffer/service/framebuffer_manager_unittest.cc", 168 "command_buffer/service/framebuffer_manager_unittest.cc",
168 "command_buffer/service/gl_context_mock.cc", 169 "command_buffer/service/gl_context_mock.cc",
169 "command_buffer/service/gl_context_mock.h", 170 "command_buffer/service/gl_context_mock.h",
170 "command_buffer/service/gl_surface_mock.cc", 171 "command_buffer/service/gl_surface_mock.cc",
171 "command_buffer/service/gl_surface_mock.h", 172 "command_buffer/service/gl_surface_mock.h",
172 "command_buffer/service/gles2_cmd_decoder_unittest.cc", 173 "command_buffer/service/gles2_cmd_decoder_unittest.cc",
173 "command_buffer/service/gles2_cmd_decoder_unittest.h", 174 "command_buffer/service/gles2_cmd_decoder_unittest.h",
174 "command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h", 175 "command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h",
175 "command_buffer/service/gles2_cmd_decoder_unittest_1.cc", 176 "command_buffer/service/gles2_cmd_decoder_unittest_1.cc",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 276
276 deps = [ 277 deps = [
277 "//base", 278 "//base",
278 "//base/test:test_support", 279 "//base/test:test_support",
279 "//base/third_party/dynamic_annotations", 280 "//base/third_party/dynamic_annotations",
280 "//testing/gmock", 281 "//testing/gmock",
281 "//testing/gtest", 282 "//testing/gtest",
282 "//third_party/angle:translator_static", 283 "//third_party/angle:translator_static",
283 ] 284 ]
284 } 285 }
OLDNEW
« no previous file with comments | « no previous file | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698