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

Side by Side Diff: gpu/BUILD.gn

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 | « no previous file | gpu/command_buffer/build_gles2_cmd_buffer.py » ('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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h", 171 "command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h",
172 "command_buffer/service/gles2_cmd_decoder_unittest_2.cc", 172 "command_buffer/service/gles2_cmd_decoder_unittest_2.cc",
173 "command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h", 173 "command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h",
174 "command_buffer/service/gles2_cmd_decoder_unittest_3.cc", 174 "command_buffer/service/gles2_cmd_decoder_unittest_3.cc",
175 "command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h", 175 "command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h",
176 "command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc", 176 "command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc",
177 "command_buffer/service/gles2_cmd_decoder_unittest_base.cc", 177 "command_buffer/service/gles2_cmd_decoder_unittest_base.cc",
178 "command_buffer/service/gles2_cmd_decoder_unittest_base.h", 178 "command_buffer/service/gles2_cmd_decoder_unittest_base.h",
179 "command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc", 179 "command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc",
180 "command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc", 180 "command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc",
181 "command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc",
181 "command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc", 182 "command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc",
182 "command_buffer/service/gles2_cmd_decoder_unittest_programs.cc", 183 "command_buffer/service/gles2_cmd_decoder_unittest_programs.cc",
183 "command_buffer/service/gles2_cmd_decoder_unittest_textures.cc", 184 "command_buffer/service/gles2_cmd_decoder_unittest_textures.cc",
184 "command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc", 185 "command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc",
185 "command_buffer/service/gl_surface_mock.cc", 186 "command_buffer/service/gl_surface_mock.cc",
186 "command_buffer/service/gl_surface_mock.h", 187 "command_buffer/service/gl_surface_mock.h",
187 "command_buffer/service/gpu_scheduler_unittest.cc", 188 "command_buffer/service/gpu_scheduler_unittest.cc",
188 "command_buffer/service/gpu_service_test.cc", 189 "command_buffer/service/gpu_service_test.cc",
189 "command_buffer/service/gpu_service_test.h", 190 "command_buffer/service/gpu_service_test.h",
190 "command_buffer/service/id_manager_unittest.cc", 191 "command_buffer/service/id_manager_unittest.cc",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 ] 245 ]
245 246
246 deps = [ 247 deps = [
247 "//base", 248 "//base",
248 "//base/third_party/dynamic_annotations", 249 "//base/third_party/dynamic_annotations",
249 "//testing/gmock", 250 "//testing/gmock",
250 "//testing/gtest", 251 "//testing/gtest",
251 "//third_party/angle:translator_static", 252 "//third_party/angle:translator_static",
252 ] 253 ]
253 } 254 }
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698