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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 19522006: GLInProcessContext: support async flushes and dedicated GPU thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'command_buffer/service/gpu_scheduler.cc', 79 'command_buffer/service/gpu_scheduler.cc',
80 'command_buffer/service/gpu_scheduler_mock.h', 80 'command_buffer/service/gpu_scheduler_mock.h',
81 'command_buffer/service/gpu_switches.h', 81 'command_buffer/service/gpu_switches.h',
82 'command_buffer/service/gpu_switches.cc', 82 'command_buffer/service/gpu_switches.cc',
83 'command_buffer/service/gpu_tracer.h', 83 'command_buffer/service/gpu_tracer.h',
84 'command_buffer/service/gpu_tracer.cc', 84 'command_buffer/service/gpu_tracer.cc',
85 'command_buffer/service/id_manager.h', 85 'command_buffer/service/id_manager.h',
86 'command_buffer/service/id_manager.cc', 86 'command_buffer/service/id_manager.cc',
87 'command_buffer/service/image_manager.cc', 87 'command_buffer/service/image_manager.cc',
88 'command_buffer/service/image_manager.h', 88 'command_buffer/service/image_manager.h',
89 'command_buffer/service/in_process_command_buffer.cc',
90 'command_buffer/service/in_process_command_buffer.h',
89 'command_buffer/service/logger.cc', 91 'command_buffer/service/logger.cc',
90 'command_buffer/service/logger.h', 92 'command_buffer/service/logger.h',
91 'command_buffer/service/mailbox_manager.cc', 93 'command_buffer/service/mailbox_manager.cc',
92 'command_buffer/service/mailbox_manager.h', 94 'command_buffer/service/mailbox_manager.h',
93 'command_buffer/service/memory_program_cache.h', 95 'command_buffer/service/memory_program_cache.h',
94 'command_buffer/service/memory_program_cache.cc', 96 'command_buffer/service/memory_program_cache.cc',
95 'command_buffer/service/mocks.h', 97 'command_buffer/service/mocks.h',
96 'command_buffer/service/program_manager.h', 98 'command_buffer/service/program_manager.h',
97 'command_buffer/service/program_manager.cc', 99 'command_buffer/service/program_manager.cc',
98 'command_buffer/service/query_manager.h', 100 'command_buffer/service/query_manager.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 ], 136 ],
135 }], 137 }],
136 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 138 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
137 'sources': [ 139 'sources': [
138 'command_buffer/service/async_pixel_transfer_manager_egl.cc', 140 'command_buffer/service/async_pixel_transfer_manager_egl.cc',
139 'command_buffer/service/async_pixel_transfer_manager_egl.h', 141 'command_buffer/service/async_pixel_transfer_manager_egl.h',
140 ], 142 ],
141 }] 143 }]
142 ], 144 ],
143 } 145 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698