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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 11416117: Hookup the GPUTrace events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update the autogen'd files. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/service/gpu_tracer.cc ('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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'all_dependent_settings': { 9 'all_dependent_settings': {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'command_buffer/service/gl_context_virtual.cc', 55 'command_buffer/service/gl_context_virtual.cc',
56 'command_buffer/service/gl_context_virtual.h', 56 'command_buffer/service/gl_context_virtual.h',
57 'command_buffer/service/gl_state_restorer_impl.cc', 57 'command_buffer/service/gl_state_restorer_impl.cc',
58 'command_buffer/service/gl_state_restorer_impl.h', 58 'command_buffer/service/gl_state_restorer_impl.h',
59 'command_buffer/service/gl_utils.h', 59 'command_buffer/service/gl_utils.h',
60 'command_buffer/service/gpu_scheduler.h', 60 'command_buffer/service/gpu_scheduler.h',
61 'command_buffer/service/gpu_scheduler.cc', 61 'command_buffer/service/gpu_scheduler.cc',
62 'command_buffer/service/gpu_scheduler_mock.h', 62 'command_buffer/service/gpu_scheduler_mock.h',
63 'command_buffer/service/gpu_switches.h', 63 'command_buffer/service/gpu_switches.h',
64 'command_buffer/service/gpu_switches.cc', 64 'command_buffer/service/gpu_switches.cc',
65 'command_buffer/service/gpu_trace.h', 65 'command_buffer/service/gpu_tracer.h',
66 'command_buffer/service/gpu_trace.cc', 66 'command_buffer/service/gpu_tracer.cc',
67 'command_buffer/service/id_manager.h', 67 'command_buffer/service/id_manager.h',
68 'command_buffer/service/id_manager.cc', 68 'command_buffer/service/id_manager.cc',
69 'command_buffer/service/image_manager.cc', 69 'command_buffer/service/image_manager.cc',
70 'command_buffer/service/image_manager.h', 70 'command_buffer/service/image_manager.h',
71 'command_buffer/service/mailbox_manager.cc', 71 'command_buffer/service/mailbox_manager.cc',
72 'command_buffer/service/mailbox_manager.h', 72 'command_buffer/service/mailbox_manager.h',
73 'command_buffer/service/memory_program_cache.h', 73 'command_buffer/service/memory_program_cache.h',
74 'command_buffer/service/memory_program_cache.cc', 74 'command_buffer/service/memory_program_cache.cc',
75 'command_buffer/service/mocks.h', 75 'command_buffer/service/mocks.h',
76 'command_buffer/service/program_manager.h', 76 'command_buffer/service/program_manager.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '../build/linux/system.gyp:gtk', 108 '../build/linux/system.gyp:gtk',
109 ], 109 ],
110 }], 110 }],
111 ['ui_compositor_image_transport==1', { 111 ['ui_compositor_image_transport==1', {
112 'include_dirs': [ 112 'include_dirs': [
113 '../third_party/angle/include', 113 '../third_party/angle/include',
114 ], 114 ],
115 }], 115 }],
116 ], 116 ],
117 } 117 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gpu_tracer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698