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

Side by Side Diff: gpu/BUILD.gn

Issue 1548443002: Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-safe-save-package-id-self-contained
Patch Set: Rebasing... Created 4 years, 10 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
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "command_buffer/client/vertex_array_object_manager_unittest.cc", 225 "command_buffer/client/vertex_array_object_manager_unittest.cc",
226 "command_buffer/common/bitfield_helpers_test.cc", 226 "command_buffer/common/bitfield_helpers_test.cc",
227 "command_buffer/common/command_buffer_mock.cc", 227 "command_buffer/common/command_buffer_mock.cc",
228 "command_buffer/common/command_buffer_mock.h", 228 "command_buffer/common/command_buffer_mock.h",
229 "command_buffer/common/command_buffer_shared_test.cc", 229 "command_buffer/common/command_buffer_shared_test.cc",
230 "command_buffer/common/debug_marker_manager_unittest.cc", 230 "command_buffer/common/debug_marker_manager_unittest.cc",
231 "command_buffer/common/gles2_cmd_format_test.cc", 231 "command_buffer/common/gles2_cmd_format_test.cc",
232 "command_buffer/common/gles2_cmd_format_test_autogen.h", 232 "command_buffer/common/gles2_cmd_format_test_autogen.h",
233 "command_buffer/common/gles2_cmd_utils_unittest.cc", 233 "command_buffer/common/gles2_cmd_utils_unittest.cc",
234 "command_buffer/common/id_allocator_test.cc", 234 "command_buffer/common/id_allocator_test.cc",
235 "command_buffer/common/id_type_unittest.cc",
235 "command_buffer/common/unittest_main.cc", 236 "command_buffer/common/unittest_main.cc",
236 "command_buffer/service/buffer_manager_unittest.cc", 237 "command_buffer/service/buffer_manager_unittest.cc",
237 "command_buffer/service/cmd_parser_test.cc", 238 "command_buffer/service/cmd_parser_test.cc",
238 "command_buffer/service/command_buffer_service_unittest.cc", 239 "command_buffer/service/command_buffer_service_unittest.cc",
239 "command_buffer/service/common_decoder_unittest.cc", 240 "command_buffer/service/common_decoder_unittest.cc",
240 "command_buffer/service/context_group_unittest.cc", 241 "command_buffer/service/context_group_unittest.cc",
241 "command_buffer/service/context_state_unittest.cc", 242 "command_buffer/service/context_state_unittest.cc",
242 "command_buffer/service/feature_info_unittest.cc", 243 "command_buffer/service/feature_info_unittest.cc",
243 "command_buffer/service/framebuffer_manager_unittest.cc", 244 "command_buffer/service/framebuffer_manager_unittest.cc",
244 "command_buffer/service/gl_context_mock.cc", 245 "command_buffer/service/gl_context_mock.cc",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "//base", 345 "//base",
345 "//base/test:test_support", 346 "//base/test:test_support",
346 "//gpu/command_buffer/service", 347 "//gpu/command_buffer/service",
347 "//testing/gmock", 348 "//testing/gmock",
348 "//testing/gtest", 349 "//testing/gtest",
349 "//testing/perf", 350 "//testing/perf",
350 "//ui/gfx/geometry", 351 "//ui/gfx/geometry",
351 "//ui/gl", 352 "//ui/gl",
352 ] 353 ]
353 } 354 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/resource_creation_impl.cc ('k') | gpu/command_buffer/client/client_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698