cd66af0ae0
BUG=skia:2272 R=bsalomon@chromium.org, bsalomon@google.com Author: geofflang@chromium.org Review URL: https://codereview.chromium.org/237173002 git-svn-id: http://skia.googlecode.com/svn/trunk@14243 2bbb7eff-a529-9590-31e7-b0007b416f81
24 lines
557 B
Python
24 lines
557 B
Python
# ANGLE is the Windows-specific translator from OGL ES to D3D
|
|
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'angle',
|
|
'type': 'none',
|
|
'conditions': [
|
|
[ 'skia_angle', {
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [
|
|
'../third_party/externals/angle2/include',
|
|
],
|
|
},
|
|
'dependencies': [
|
|
'../third_party/externals/angle2/src/angle.gyp:libEGL',
|
|
'../third_party/externals/angle2/src/angle.gyp:libGLESv2',
|
|
],
|
|
}],
|
|
],
|
|
},
|
|
],
|
|
}
|