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

Side by Side Diff: gpu/gpu.gyp

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 | « gpu/command_buffer/common/trace_event.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'command_buffer/client/vertex_array_object_manager_unittest.cc', 192 'command_buffer/client/vertex_array_object_manager_unittest.cc',
193 'command_buffer/common/bitfield_helpers_test.cc', 193 'command_buffer/common/bitfield_helpers_test.cc',
194 'command_buffer/common/command_buffer_mock.cc', 194 'command_buffer/common/command_buffer_mock.cc',
195 'command_buffer/common/command_buffer_mock.h', 195 'command_buffer/common/command_buffer_mock.h',
196 'command_buffer/common/command_buffer_shared_test.cc', 196 'command_buffer/common/command_buffer_shared_test.cc',
197 'command_buffer/common/debug_marker_manager_unittest.cc', 197 'command_buffer/common/debug_marker_manager_unittest.cc',
198 'command_buffer/common/gles2_cmd_format_test.cc', 198 'command_buffer/common/gles2_cmd_format_test.cc',
199 'command_buffer/common/gles2_cmd_format_test_autogen.h', 199 'command_buffer/common/gles2_cmd_format_test_autogen.h',
200 'command_buffer/common/gles2_cmd_utils_unittest.cc', 200 'command_buffer/common/gles2_cmd_utils_unittest.cc',
201 'command_buffer/common/id_allocator_test.cc', 201 'command_buffer/common/id_allocator_test.cc',
202 'command_buffer/common/trace_event.h',
203 'command_buffer/common/unittest_main.cc', 202 'command_buffer/common/unittest_main.cc',
204 'command_buffer/service/buffer_manager_unittest.cc', 203 'command_buffer/service/buffer_manager_unittest.cc',
205 'command_buffer/service/cmd_parser_test.cc', 204 'command_buffer/service/cmd_parser_test.cc',
206 'command_buffer/service/command_buffer_service_unittest.cc', 205 'command_buffer/service/command_buffer_service_unittest.cc',
207 'command_buffer/service/common_decoder_unittest.cc', 206 'command_buffer/service/common_decoder_unittest.cc',
208 'command_buffer/service/context_group_unittest.cc', 207 'command_buffer/service/context_group_unittest.cc',
209 'command_buffer/service/context_state_unittest.cc', 208 'command_buffer/service/context_state_unittest.cc',
210 'command_buffer/service/feature_info_unittest.cc', 209 'command_buffer/service/feature_info_unittest.cc',
211 'command_buffer/service/framebuffer_manager_unittest.cc', 210 'command_buffer/service/framebuffer_manager_unittest.cc',
212 'command_buffer/service/gl_context_mock.cc', 211 'command_buffer/service/gl_context_mock.cc',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 ], 916 ],
918 'sources': [ 917 'sources': [
919 'gpu_unittests_apk.isolate', 918 'gpu_unittests_apk.isolate',
920 ], 919 ],
921 }, 920 },
922 ], 921 ],
923 }, 922 },
924 ], 923 ],
925 ], 924 ],
926 } 925 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/trace_event.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698