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

Side by Side Diff: gyp/angle.gyp

Issue 12963002: Refactor skia_warnings_as_errors (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Use variable instead of disable_warnings_as_errors.gypi Created 7 years, 9 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 | « no previous file | gyp/cityhash.gyp » ('j') | gyp/cityhash.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # ANGLE is the Windows-specific translator from OGL ES 2.0 to D3D 9 1 # ANGLE is the Windows-specific translator from OGL ES 2.0 to D3D 9
2 2
3 { 3 {
4 'conditions': [ 4 'conditions': [
5 [ 'skia_angle', { 5 [ 'skia_angle', {
6 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 'NOMINMAX', 8 'NOMINMAX',
9 ], 9 ],
10 }, 10 },
11 'variables': { 11 'variables': {
12 'component': 'static_library', 12 'component': 'static_library',
13 'skia_building_angle': 1, # See comment in common_conditions.gypi. 13 'skia_warnings_as_errors': 0,
14 }, 14 },
15 'includes': [ 15 'includes': [
16 '../third_party/externals/angle/src/build_angle.gypi', 16 '../third_party/externals/angle/src/build_angle.gypi',
17 ], 17 ],
18 }], 18 }],
19 ], 19 ],
20 'targets': [ 20 'targets': [
21 { 21 {
22 'target_name': 'angle', 22 'target_name': 'angle',
23 'type': 'none', 23 'type': 'none',
24 'conditions': [ 24 'conditions': [
25 [ 'skia_angle', { 25 [ 'skia_angle', {
26 'direct_dependent_settings': { 26 'direct_dependent_settings': {
27 'include_dirs': [ 27 'include_dirs': [
28 '../third_party/externals/angle/include', 28 '../third_party/externals/angle/include',
29 ], 29 ],
30 }, 30 },
31 }], 31 }],
32 ], 32 ],
33 }, 33 },
34 ], 34 ],
35 } 35 }
36 36
37 # Local Variables: 37 # Local Variables:
38 # tab-width:2 38 # tab-width:2
39 # indent-tabs-mode:nil 39 # indent-tabs-mode:nil
40 # End: 40 # End:
41 # vim: set expandtab tabstop=2 shiftwidth=2: 41 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/cityhash.gyp » ('j') | gyp/cityhash.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698