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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 937263006: Refactored GLContext to own GPUTiming which spawn GPUTimingClients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged with latest Created 5 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 (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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'command_buffer/service/gles2_cmd_validation.h', 78 'command_buffer/service/gles2_cmd_validation.h',
79 'command_buffer/service/gles2_cmd_validation_autogen.h', 79 'command_buffer/service/gles2_cmd_validation_autogen.h',
80 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', 80 'command_buffer/service/gles2_cmd_validation_implementation_autogen.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', 84 'command_buffer/service/gpu_state_tracer.cc',
85 'command_buffer/service/gpu_state_tracer.h', 85 'command_buffer/service/gpu_state_tracer.h',
86 'command_buffer/service/gpu_switches.cc', 86 'command_buffer/service/gpu_switches.cc',
87 'command_buffer/service/gpu_switches.h', 87 'command_buffer/service/gpu_switches.h',
88 'command_buffer/service/gpu_timing.cc',
89 'command_buffer/service/gpu_timing.h',
90 'command_buffer/service/gpu_tracer.cc', 88 'command_buffer/service/gpu_tracer.cc',
91 'command_buffer/service/gpu_tracer.h', 89 'command_buffer/service/gpu_tracer.h',
92 'command_buffer/service/id_manager.cc', 90 'command_buffer/service/id_manager.cc',
93 'command_buffer/service/id_manager.h', 91 'command_buffer/service/id_manager.h',
94 'command_buffer/service/image_factory.cc', 92 'command_buffer/service/image_factory.cc',
95 'command_buffer/service/image_factory.h', 93 'command_buffer/service/image_factory.h',
96 'command_buffer/service/image_manager.cc', 94 'command_buffer/service/image_manager.cc',
97 'command_buffer/service/image_manager.h', 95 'command_buffer/service/image_manager.h',
98 'command_buffer/service/in_process_command_buffer.cc', 96 'command_buffer/service/in_process_command_buffer.cc',
99 'command_buffer/service/in_process_command_buffer.h', 97 'command_buffer/service/in_process_command_buffer.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 ], 143 ],
146 }], 144 }],
147 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 145 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
148 'sources': [ 146 'sources': [
149 'command_buffer/service/async_pixel_transfer_manager_egl.cc', 147 'command_buffer/service/async_pixel_transfer_manager_egl.cc',
150 'command_buffer/service/async_pixel_transfer_manager_egl.h', 148 'command_buffer/service/async_pixel_transfer_manager_egl.h',
151 ], 149 ],
152 }], 150 }],
153 ], 151 ],
154 } 152 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698