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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 238633004: Remove all uses of toolkit_use_gtk in the gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 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 | Annotate | Revision Log
« no previous file with comments | « courgette/courgette.gyp ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'command_buffer/service/texture_manager.h', 124 'command_buffer/service/texture_manager.h',
125 'command_buffer/service/texture_manager.cc', 125 'command_buffer/service/texture_manager.cc',
126 'command_buffer/service/transfer_buffer_manager.cc', 126 'command_buffer/service/transfer_buffer_manager.cc',
127 'command_buffer/service/transfer_buffer_manager.h', 127 'command_buffer/service/transfer_buffer_manager.h',
128 'command_buffer/service/vertex_array_manager.h', 128 'command_buffer/service/vertex_array_manager.h',
129 'command_buffer/service/vertex_array_manager.cc', 129 'command_buffer/service/vertex_array_manager.cc',
130 'command_buffer/service/vertex_attrib_manager.h', 130 'command_buffer/service/vertex_attrib_manager.h',
131 'command_buffer/service/vertex_attrib_manager.cc', 131 'command_buffer/service/vertex_attrib_manager.cc',
132 ], 132 ],
133 'conditions': [ 133 'conditions': [
134 ['toolkit_uses_gtk == 1', {
135 'dependencies': [
136 '../build/linux/system.gyp:gtk',
137 ],
138 }],
139 ['ui_compositor_image_transport==1', { 134 ['ui_compositor_image_transport==1', {
140 'include_dirs': [ 135 'include_dirs': [
141 '../third_party/khronos', 136 '../third_party/khronos',
142 ], 137 ],
143 }], 138 }],
144 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 139 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
145 'sources': [ 140 'sources': [
146 'command_buffer/service/async_pixel_transfer_manager_egl.cc', 141 'command_buffer/service/async_pixel_transfer_manager_egl.cc',
147 'command_buffer/service/async_pixel_transfer_manager_egl.h', 142 'command_buffer/service/async_pixel_transfer_manager_egl.h',
148 ], 143 ],
149 }], 144 }],
150 ['OS=="android"', { 145 ['OS=="android"', {
151 'configurations': { 146 'configurations': {
152 'Release': { 147 'Release': {
153 'cflags': ['-O2'] 148 'cflags': ['-O2']
154 } 149 }
155 } 150 }
156 }] 151 }]
157 ], 152 ],
158 } 153 }
OLDNEW
« no previous file with comments | « courgette/courgette.gyp ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698