1 # ANGLE is the Windows-specific translator from OGL ES to D3D 2 3 { 4 'targets': [ 5 { 6 'target_name': 'angle', 7 'type': 'none', 8 'conditions': [ 9 [ 'skia_angle', { 10 'direct_dependent_settings': { 11 'include_dirs': [ 12 '../third_party/externals/angle2/include', 13 ], 14 }, 15 'dependencies': [ 16 '../third_party/externals/angle2/src/angle.gyp:libEGL', 17 '../third_party/externals/angle2/src/angle.gyp:libGLESv2', 18 ], 19 }], 20 ], 21 }, 22 ], 23 } 24