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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 22824009: Remove StreamTextureManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/display.cc » ('j') | 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'command_buffer/service/program_cache.h', 104 'command_buffer/service/program_cache.h',
105 'command_buffer/service/program_cache.cc', 105 'command_buffer/service/program_cache.cc',
106 'command_buffer/service/safe_shared_memory_pool.h', 106 'command_buffer/service/safe_shared_memory_pool.h',
107 'command_buffer/service/safe_shared_memory_pool.cc', 107 'command_buffer/service/safe_shared_memory_pool.cc',
108 'command_buffer/service/shader_manager.h', 108 'command_buffer/service/shader_manager.h',
109 'command_buffer/service/shader_manager.cc', 109 'command_buffer/service/shader_manager.cc',
110 'command_buffer/service/shader_translator.h', 110 'command_buffer/service/shader_translator.h',
111 'command_buffer/service/shader_translator.cc', 111 'command_buffer/service/shader_translator.cc',
112 'command_buffer/service/shader_translator_cache.h', 112 'command_buffer/service/shader_translator_cache.h',
113 'command_buffer/service/shader_translator_cache.cc', 113 'command_buffer/service/shader_translator_cache.cc',
114 'command_buffer/service/stream_texture.h',
115 'command_buffer/service/stream_texture_manager.h',
116 'command_buffer/service/texture_manager.h', 114 'command_buffer/service/texture_manager.h',
117 'command_buffer/service/texture_manager.cc', 115 'command_buffer/service/texture_manager.cc',
118 'command_buffer/service/transfer_buffer_manager.cc', 116 'command_buffer/service/transfer_buffer_manager.cc',
119 'command_buffer/service/transfer_buffer_manager.h', 117 'command_buffer/service/transfer_buffer_manager.h',
120 'command_buffer/service/vertex_array_manager.h', 118 'command_buffer/service/vertex_array_manager.h',
121 'command_buffer/service/vertex_array_manager.cc', 119 'command_buffer/service/vertex_array_manager.cc',
122 'command_buffer/service/vertex_attrib_manager.h', 120 'command_buffer/service/vertex_attrib_manager.h',
123 'command_buffer/service/vertex_attrib_manager.cc', 121 'command_buffer/service/vertex_attrib_manager.cc',
124 ], 122 ],
125 'conditions': [ 123 'conditions': [
126 ['toolkit_uses_gtk == 1', { 124 ['toolkit_uses_gtk == 1', {
127 'dependencies': [ 125 'dependencies': [
128 '../build/linux/system.gyp:gtk', 126 '../build/linux/system.gyp:gtk',
129 ], 127 ],
130 }], 128 }],
131 ['ui_compositor_image_transport==1', { 129 ['ui_compositor_image_transport==1', {
132 'include_dirs': [ 130 'include_dirs': [
133 '../third_party/khronos', 131 '../third_party/khronos',
134 ], 132 ],
135 }], 133 }],
136 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 134 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
137 'sources': [ 135 'sources': [
138 'command_buffer/service/async_pixel_transfer_manager_egl.cc', 136 'command_buffer/service/async_pixel_transfer_manager_egl.cc',
139 'command_buffer/service/async_pixel_transfer_manager_egl.h', 137 'command_buffer/service/async_pixel_transfer_manager_egl.h',
140 ], 138 ],
141 }] 139 }]
142 ], 140 ],
143 } 141 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698