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

Side by Side Diff: gpu/BUILD.gn

Issue 1186393004: gpu: Remove async texture uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 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 | « content/test/fake_compositor_dependencies.cc ('k') | 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "command_buffer/common/command_buffer_mock.cc", 164 "command_buffer/common/command_buffer_mock.cc",
165 "command_buffer/common/command_buffer_mock.h", 165 "command_buffer/common/command_buffer_mock.h",
166 "command_buffer/common/command_buffer_shared_test.cc", 166 "command_buffer/common/command_buffer_shared_test.cc",
167 "command_buffer/common/debug_marker_manager_unittest.cc", 167 "command_buffer/common/debug_marker_manager_unittest.cc",
168 "command_buffer/common/gles2_cmd_format_test.cc", 168 "command_buffer/common/gles2_cmd_format_test.cc",
169 "command_buffer/common/gles2_cmd_format_test_autogen.h", 169 "command_buffer/common/gles2_cmd_format_test_autogen.h",
170 "command_buffer/common/gles2_cmd_utils_unittest.cc", 170 "command_buffer/common/gles2_cmd_utils_unittest.cc",
171 "command_buffer/common/id_allocator_test.cc", 171 "command_buffer/common/id_allocator_test.cc",
172 "command_buffer/common/trace_event.h", 172 "command_buffer/common/trace_event.h",
173 "command_buffer/common/unittest_main.cc", 173 "command_buffer/common/unittest_main.cc",
174 "command_buffer/service/async_pixel_transfer_delegate_mock.cc",
175 "command_buffer/service/async_pixel_transfer_delegate_mock.h",
176 "command_buffer/service/async_pixel_transfer_manager_mock.cc",
177 "command_buffer/service/async_pixel_transfer_manager_mock.h",
178 "command_buffer/service/buffer_manager_unittest.cc", 174 "command_buffer/service/buffer_manager_unittest.cc",
179 "command_buffer/service/cmd_parser_test.cc", 175 "command_buffer/service/cmd_parser_test.cc",
180 "command_buffer/service/command_buffer_service_unittest.cc", 176 "command_buffer/service/command_buffer_service_unittest.cc",
181 "command_buffer/service/common_decoder_unittest.cc", 177 "command_buffer/service/common_decoder_unittest.cc",
182 "command_buffer/service/context_group_unittest.cc", 178 "command_buffer/service/context_group_unittest.cc",
183 "command_buffer/service/context_state_unittest.cc", 179 "command_buffer/service/context_state_unittest.cc",
184 "command_buffer/service/feature_info_unittest.cc", 180 "command_buffer/service/feature_info_unittest.cc",
185 "command_buffer/service/framebuffer_manager_unittest.cc", 181 "command_buffer/service/framebuffer_manager_unittest.cc",
186 "command_buffer/service/gl_context_mock.cc", 182 "command_buffer/service/gl_context_mock.cc",
187 "command_buffer/service/gl_context_mock.h", 183 "command_buffer/service/gl_context_mock.h",
188 "command_buffer/service/gl_surface_mock.cc", 184 "command_buffer/service/gl_surface_mock.cc",
189 "command_buffer/service/gl_surface_mock.h", 185 "command_buffer/service/gl_surface_mock.h",
190 "command_buffer/service/gles2_cmd_decoder_unittest.cc", 186 "command_buffer/service/gles2_cmd_decoder_unittest.cc",
191 "command_buffer/service/gles2_cmd_decoder_unittest.h", 187 "command_buffer/service/gles2_cmd_decoder_unittest.h",
192 "command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h", 188 "command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h",
193 "command_buffer/service/gles2_cmd_decoder_unittest_1.cc", 189 "command_buffer/service/gles2_cmd_decoder_unittest_1.cc",
194 "command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h", 190 "command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h",
195 "command_buffer/service/gles2_cmd_decoder_unittest_2.cc", 191 "command_buffer/service/gles2_cmd_decoder_unittest_2.cc",
196 "command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h", 192 "command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h",
197 "command_buffer/service/gles2_cmd_decoder_unittest_3.cc", 193 "command_buffer/service/gles2_cmd_decoder_unittest_3.cc",
198 "command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h", 194 "command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h",
199 "command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc",
200 "command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc", 195 "command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc",
201 "command_buffer/service/gles2_cmd_decoder_unittest_base.cc", 196 "command_buffer/service/gles2_cmd_decoder_unittest_base.cc",
202 "command_buffer/service/gles2_cmd_decoder_unittest_base.h", 197 "command_buffer/service/gles2_cmd_decoder_unittest_base.h",
203 "command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc", 198 "command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc",
204 "command_buffer/service/gles2_cmd_decoder_unittest_context_lost.cc", 199 "command_buffer/service/gles2_cmd_decoder_unittest_context_lost.cc",
205 "command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc", 200 "command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc",
206 "command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc", 201 "command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc",
207 "command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc", 202 "command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc",
208 "command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc", 203 "command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc",
209 "command_buffer/service/gles2_cmd_decoder_unittest_programs.cc", 204 "command_buffer/service/gles2_cmd_decoder_unittest_programs.cc",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 305
311 deps = [ 306 deps = [
312 "//base", 307 "//base",
313 "//base/test:test_support", 308 "//base/test:test_support",
314 "//base/third_party/dynamic_annotations", 309 "//base/third_party/dynamic_annotations",
315 "//testing/gmock", 310 "//testing/gmock",
316 "//testing/gtest", 311 "//testing/gtest",
317 "//third_party/angle:translator_static", 312 "//third_party/angle:translator_static",
318 ] 313 ]
319 } 314 }
OLDNEW
« no previous file with comments | « content/test/fake_compositor_dependencies.cc ('k') | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698