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

Side by Side Diff: gpu/command_buffer/command_buffer.gypi

Issue 10796038: Add gpu targets to untrusted NaCl build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'target_defaults': {
7 'variables': {
8 'gles2_utils_target': 0,
9 },
10 'target_conditions': [
11 # This part is shared between the targets defined below.
12 ['gles2_utils_target==1', {
13 'include_dirs': [
14 '<(DEPTH)/third_party/khronos',
15 ],
16 'defines': [
17 'GLES2_UTILS_IMPLEMENTATION',
18 ],
19 'sources': [
20 'common/gles2_cmd_format.h',
21 'common/gles2_cmd_utils.cc',
22 'common/gles2_cmd_utils.h',
23 'common/gles2_utils_export.h',
24 'common/logging.cc',
25 'common/logging.h',
26 ],
27 }],
28 ],
29 },
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698