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

Side by Side Diff: gpu/BUILD.gn

Issue 1607883002: Delete trace_event.h from gpu/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/client/cmd_buffer_helper.cc » ('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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "command_buffer/client/vertex_array_object_manager_unittest.cc", 201 "command_buffer/client/vertex_array_object_manager_unittest.cc",
202 "command_buffer/common/bitfield_helpers_test.cc", 202 "command_buffer/common/bitfield_helpers_test.cc",
203 "command_buffer/common/command_buffer_mock.cc", 203 "command_buffer/common/command_buffer_mock.cc",
204 "command_buffer/common/command_buffer_mock.h", 204 "command_buffer/common/command_buffer_mock.h",
205 "command_buffer/common/command_buffer_shared_test.cc", 205 "command_buffer/common/command_buffer_shared_test.cc",
206 "command_buffer/common/debug_marker_manager_unittest.cc", 206 "command_buffer/common/debug_marker_manager_unittest.cc",
207 "command_buffer/common/gles2_cmd_format_test.cc", 207 "command_buffer/common/gles2_cmd_format_test.cc",
208 "command_buffer/common/gles2_cmd_format_test_autogen.h", 208 "command_buffer/common/gles2_cmd_format_test_autogen.h",
209 "command_buffer/common/gles2_cmd_utils_unittest.cc", 209 "command_buffer/common/gles2_cmd_utils_unittest.cc",
210 "command_buffer/common/id_allocator_test.cc", 210 "command_buffer/common/id_allocator_test.cc",
211 "command_buffer/common/trace_event.h",
212 "command_buffer/common/unittest_main.cc", 211 "command_buffer/common/unittest_main.cc",
213 "command_buffer/service/buffer_manager_unittest.cc", 212 "command_buffer/service/buffer_manager_unittest.cc",
214 "command_buffer/service/cmd_parser_test.cc", 213 "command_buffer/service/cmd_parser_test.cc",
215 "command_buffer/service/command_buffer_service_unittest.cc", 214 "command_buffer/service/command_buffer_service_unittest.cc",
216 "command_buffer/service/common_decoder_unittest.cc", 215 "command_buffer/service/common_decoder_unittest.cc",
217 "command_buffer/service/context_group_unittest.cc", 216 "command_buffer/service/context_group_unittest.cc",
218 "command_buffer/service/context_state_unittest.cc", 217 "command_buffer/service/context_state_unittest.cc",
219 "command_buffer/service/feature_info_unittest.cc", 218 "command_buffer/service/feature_info_unittest.cc",
220 "command_buffer/service/framebuffer_manager_unittest.cc", 219 "command_buffer/service/framebuffer_manager_unittest.cc",
221 "command_buffer/service/gl_context_mock.cc", 220 "command_buffer/service/gl_context_mock.cc",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 if (is_win || is_linux || is_mac) { 340 if (is_win || is_linux || is_mac) {
342 # TODO(GYP): Delete this after we've converted everything to GN. 341 # TODO(GYP): Delete this after we've converted everything to GN.
343 # The _run targets exist only for compatibility w/ GYP. 342 # The _run targets exist only for compatibility w/ GYP.
344 group("angle_end2end_tests_run") { 343 group("angle_end2end_tests_run") {
345 testonly = true 344 testonly = true
346 deps = [ 345 deps = [
347 "//third_party/angle/src/tests:angle_end2end_tests", 346 "//third_party/angle/src/tests:angle_end2end_tests",
348 ] 347 ]
349 } 348 }
350 } 349 }
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/client/cmd_buffer_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698