2012-04-02 20:42:26 +00:00
|
|
|
# ANGLE is the Windows-specific translator from OGL ES 2.0 to D3D 9
|
|
|
|
|
|
|
|
{
|
2012-09-04 16:45:05 +00:00
|
|
|
'conditions': [
|
|
|
|
[ 'skia_angle', {
|
|
|
|
'target_defaults': {
|
|
|
|
'defines': [
|
|
|
|
'NOMINMAX',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'variables': {
|
|
|
|
'component': 'static_library',
|
2013-03-22 13:16:06 +00:00
|
|
|
'skia_warnings_as_errors': 0,
|
2012-09-04 16:45:05 +00:00
|
|
|
},
|
|
|
|
'includes': [
|
|
|
|
'../third_party/externals/angle/src/build_angle.gypi',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
],
|
2012-04-02 20:42:26 +00:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'angle',
|
|
|
|
'type': 'none',
|
|
|
|
'conditions': [
|
|
|
|
[ 'skia_angle', {
|
|
|
|
'direct_dependent_settings': {
|
2012-09-04 16:45:05 +00:00
|
|
|
'include_dirs': [
|
|
|
|
'../third_party/externals/angle/include',
|
|
|
|
],
|
2012-04-02 20:42:26 +00:00
|
|
|
},
|
|
|
|
}],
|
2012-09-04 16:45:05 +00:00
|
|
|
],
|
|
|
|
},
|
2012-04-02 20:42:26 +00:00
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# tab-width:2
|
|
|
|
# indent-tabs-mode:nil
|
|
|
|
# End:
|
|
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|