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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 years, 8 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
« no previous file with comments | « gpu/command_buffer_common.gypi ('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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'command_buffer/service/shader_translator_cache.cc', 114 'command_buffer/service/shader_translator_cache.cc',
115 'command_buffer/service/shader_translator_cache.h', 115 'command_buffer/service/shader_translator_cache.h',
116 'command_buffer/service/sync_point_manager.cc', 116 'command_buffer/service/sync_point_manager.cc',
117 'command_buffer/service/sync_point_manager.h', 117 'command_buffer/service/sync_point_manager.h',
118 'command_buffer/service/texture_definition.cc', 118 'command_buffer/service/texture_definition.cc',
119 'command_buffer/service/texture_definition.h', 119 'command_buffer/service/texture_definition.h',
120 'command_buffer/service/texture_manager.cc', 120 'command_buffer/service/texture_manager.cc',
121 'command_buffer/service/texture_manager.h', 121 'command_buffer/service/texture_manager.h',
122 'command_buffer/service/transfer_buffer_manager.cc', 122 'command_buffer/service/transfer_buffer_manager.cc',
123 'command_buffer/service/transfer_buffer_manager.h', 123 'command_buffer/service/transfer_buffer_manager.h',
124 'command_buffer/service/valuebuffer_manager.cc',
125 'command_buffer/service/valuebuffer_manager.h',
126 'command_buffer/service/vertex_array_manager.cc', 124 'command_buffer/service/vertex_array_manager.cc',
127 'command_buffer/service/vertex_array_manager.h', 125 'command_buffer/service/vertex_array_manager.h',
128 'command_buffer/service/vertex_attrib_manager.cc', 126 'command_buffer/service/vertex_attrib_manager.cc',
129 'command_buffer/service/vertex_attrib_manager.h', 127 'command_buffer/service/vertex_attrib_manager.h',
130 ], 128 ],
131 'conditions': [ 129 'conditions': [
132 ['ui_compositor_image_transport==1', { 130 ['ui_compositor_image_transport==1', {
133 'include_dirs': [ 131 'include_dirs': [
134 '../third_party/khronos', 132 '../third_party/khronos',
135 ], 133 ],
136 }], 134 }],
137 ['OS=="mac"', { 135 ['OS=="mac"', {
138 # Required by gles2_cmd_decoder.cc on Mac. 136 # Required by gles2_cmd_decoder.cc on Mac.
139 'link_settings': { 137 'link_settings': {
140 'libraries': [ 138 'libraries': [
141 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 139 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
142 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 140 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
143 ], 141 ],
144 }, 142 },
145 }], 143 }],
146 ], 144 ],
147 } 145 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_common.gypi ('k') | gpu/gles2_conform_support/egl/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698