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

Side by Side Diff: gpu/gpu.gyp

Issue 525022: Revert 35509 - linux: implement gpu plugin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 11 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/service/gpu_processor_win.cc ('k') | gpu/gpu_plugin/gpu_plugin.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # This is defined here because we need to compile this set of files 8 # This is defined here because we need to compile this set of files
9 # twice with different defines. Once so it calls real GL, again so it 9 # twice with different defines. Once so it calls real GL, again so it
10 # calls mock GL for the unit tests. 10 # calls mock GL for the unit tests.
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'command_buffer/service/mocks.h', 243 'command_buffer/service/mocks.h',
244 'command_buffer/service/precompile.cc', 244 'command_buffer/service/precompile.cc',
245 'command_buffer/service/precompile.h', 245 'command_buffer/service/precompile.h',
246 'command_buffer/service/resource.cc', 246 'command_buffer/service/resource.cc',
247 'command_buffer/service/resource.h', 247 'command_buffer/service/resource.h',
248 ], 248 ],
249 'conditions': [ 249 'conditions': [
250 ['OS == "linux"', 250 ['OS == "linux"',
251 { 251 {
252 'sources': [ 252 'sources': [
253 'command_buffer/service/gpu_processor_linux.cc',
254 'command_buffer/service/x_utils.cc', 253 'command_buffer/service/x_utils.cc',
255 'command_buffer/service/x_utils.h', 254 'command_buffer/service/x_utils.h',
256 ], 255 ],
257 'dependencies': [
258 '../build/linux/system.gyp:gtk',
259 ]
260 }, 256 },
261 ], 257 ],
262 ['OS == "win"', 258 ['OS == "win"',
263 { 259 {
264 'sources': [ 260 'sources': [
265 'command_buffer/service/gpu_processor_win.cc', 261 'command_buffer/service/gpu_processor_win.cc',
266 ], 262 ],
267 }, 263 },
268 ], 264 ],
269 ], 265 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 }, 377 },
382 ], 378 ],
383 ], 379 ],
384 } 380 }
385 381
386 # Local Variables: 382 # Local Variables:
387 # tab-width:2 383 # tab-width:2
388 # indent-tabs-mode:nil 384 # indent-tabs-mode:nil
389 # End: 385 # End:
390 # vim: set expandtab tabstop=2 shiftwidth=2: 386 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gpu_processor_win.cc ('k') | gpu/gpu_plugin/gpu_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698