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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 23926013: gpu: Record GL state to trace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build failure. Created 7 years, 3 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_state_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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'command_buffer/service/gl_context_virtual.h', 74 'command_buffer/service/gl_context_virtual.h',
75 'command_buffer/service/gl_state_restorer_impl.cc', 75 'command_buffer/service/gl_state_restorer_impl.cc',
76 'command_buffer/service/gl_state_restorer_impl.h', 76 'command_buffer/service/gl_state_restorer_impl.h',
77 'command_buffer/service/gl_utils.h', 77 'command_buffer/service/gl_utils.h',
78 'command_buffer/service/gpu_control_service.cc', 78 'command_buffer/service/gpu_control_service.cc',
79 'command_buffer/service/gpu_control_service.h', 79 'command_buffer/service/gpu_control_service.h',
80 'command_buffer/service/gpu_memory_buffer_manager.h', 80 'command_buffer/service/gpu_memory_buffer_manager.h',
81 'command_buffer/service/gpu_scheduler.cc', 81 'command_buffer/service/gpu_scheduler.cc',
82 'command_buffer/service/gpu_scheduler.h', 82 'command_buffer/service/gpu_scheduler.h',
83 'command_buffer/service/gpu_scheduler_mock.h', 83 'command_buffer/service/gpu_scheduler_mock.h',
84 'command_buffer/service/gpu_state_tracer.cc',
85 'command_buffer/service/gpu_state_tracer.h',
84 'command_buffer/service/gpu_switches.cc', 86 'command_buffer/service/gpu_switches.cc',
85 'command_buffer/service/gpu_switches.h', 87 'command_buffer/service/gpu_switches.h',
86 'command_buffer/service/gpu_tracer.cc', 88 'command_buffer/service/gpu_tracer.cc',
87 'command_buffer/service/gpu_tracer.h', 89 'command_buffer/service/gpu_tracer.h',
88 'command_buffer/service/id_manager.h', 90 'command_buffer/service/id_manager.h',
89 'command_buffer/service/id_manager.cc', 91 'command_buffer/service/id_manager.cc',
90 'command_buffer/service/image_manager.cc', 92 'command_buffer/service/image_manager.cc',
91 'command_buffer/service/image_manager.h', 93 'command_buffer/service/image_manager.h',
92 'command_buffer/service/in_process_command_buffer.cc', 94 'command_buffer/service/in_process_command_buffer.cc',
93 'command_buffer/service/in_process_command_buffer.h', 95 'command_buffer/service/in_process_command_buffer.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 ], 141 ],
140 }], 142 }],
141 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 143 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
142 'sources': [ 144 'sources': [
143 'command_buffer/service/async_pixel_transfer_manager_egl.cc', 145 'command_buffer/service/async_pixel_transfer_manager_egl.cc',
144 'command_buffer/service/async_pixel_transfer_manager_egl.h', 146 'command_buffer/service/async_pixel_transfer_manager_egl.h',
145 ], 147 ],
146 }] 148 }]
147 ], 149 ],
148 } 150 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gpu_state_tracer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698