scroggo | 3e56227 | 2015-03-25 10:22:41 -0700 | [diff] [blame] | 1 | # Copyright 2015 Google Inc. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
Brian Salomon | 08fe013 | 2014-06-17 17:28:17 -0400 | [diff] [blame] | 5 | # ANGLE is the Windows-specific translator from OGL ES to D3D |
robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 6 | |
| 7 | { |
| 8 | 'targets': [ |
| 9 | { |
| 10 | 'target_name': 'angle', |
| 11 | 'type': 'none', |
robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 12 | 'conditions': [ |
| 13 | [ 'skia_angle', { |
bsalomon | 3724e57 | 2016-03-30 18:56:19 -0700 | [diff] [blame] | 14 | 'all_dependent_settings': { |
borenet@google.com | 623ff0a | 2012-09-04 16:45:05 +0000 | [diff] [blame] | 15 | 'include_dirs': [ |
Brian Salomon | 08fe013 | 2014-06-17 17:28:17 -0400 | [diff] [blame] | 16 | '../third_party/externals/angle2/include', |
borenet@google.com | 623ff0a | 2012-09-04 16:45:05 +0000 | [diff] [blame] | 17 | ], |
robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 18 | }, |
Brian Salomon | 08fe013 | 2014-06-17 17:28:17 -0400 | [diff] [blame] | 19 | 'dependencies': [ |
| 20 | '../third_party/externals/angle2/src/angle.gyp:libEGL', |
| 21 | '../third_party/externals/angle2/src/angle.gyp:libGLESv2', |
| 22 | ], |
robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 23 | }], |
borenet@google.com | 623ff0a | 2012-09-04 16:45:05 +0000 | [diff] [blame] | 24 | ], |
| 25 | }, |
robertphillips@google.com | 021bce9 | 2012-04-02 20:42:26 +0000 | [diff] [blame] | 26 | ], |
| 27 | } |