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

Side by Side Diff: gpu/gpu.gyp

Issue 1712020: Changed angleproject to angle due to name change. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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/gles2_cmd_decoder.cc ('k') | no next file » | 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'conditions': [ 286 'conditions': [
287 ['OS == "linux"', 287 ['OS == "linux"',
288 { 288 {
289 'dependencies': [ 289 'dependencies': [
290 '../build/linux/system.gyp:gtk', 290 '../build/linux/system.gyp:gtk',
291 ], 291 ],
292 }, 292 },
293 ], 293 ],
294 #TODO(alokp): Remove os-conditional when translator_glsl starts 294 #TODO(alokp): Remove os-conditional when translator_glsl starts
295 #compiling on all platforms. 295 #compiling on all platforms.
296 #['OS == "win"', 296 ['OS == "win"',
297 # { 297 {
298 # 'dependencies': [ 298 'dependencies': [
299 # '../third_party/angleproject/src/build_angle.gyp:translator_glsl' , 299 '../third_party/angle/src/build_angle.gyp:translator_glsl',
300 # ], 300 ],
301 # }, 301 },
302 #], 302 ],
303 ], 303 ],
304 }, 304 },
305 { 305 {
306 'target_name': 'gpu_plugin', 306 'target_name': 'gpu_plugin',
307 'type': 'static_library', 307 'type': 'static_library',
308 'dependencies': [ 308 'dependencies': [
309 '../base/base.gyp:base', 309 '../base/base.gyp:base',
310 'command_buffer_service', 310 'command_buffer_service',
311 ], 311 ],
312 'include_dirs': [ 312 'include_dirs': [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 }, 446 },
447 ], 447 ],
448 ], 448 ],
449 } 449 }
450 450
451 # Local Variables: 451 # Local Variables:
452 # tab-width:2 452 # tab-width:2
453 # indent-tabs-mode:nil 453 # indent-tabs-mode:nil
454 # End: 454 # End:
455 # vim: set expandtab tabstop=2 shiftwidth=2: 455 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698