blob: d555cb9864fe47a4230820c943ab6e6cb9364b6f [file] [log] [blame]
scroggo3e562272015-03-25 10:22:41 -07001# 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 Salomon08fe0132014-06-17 17:28:17 -04005# ANGLE is the Windows-specific translator from OGL ES to D3D
robertphillips@google.com021bce92012-04-02 20:42:26 +00006
7{
8 'targets': [
9 {
10 'target_name': 'angle',
11 'type': 'none',
robertphillips@google.com021bce92012-04-02 20:42:26 +000012 'conditions': [
13 [ 'skia_angle', {
14 'direct_dependent_settings': {
borenet@google.com623ff0a2012-09-04 16:45:05 +000015 'include_dirs': [
Brian Salomon08fe0132014-06-17 17:28:17 -040016 '../third_party/externals/angle2/include',
borenet@google.com623ff0a2012-09-04 16:45:05 +000017 ],
robertphillips@google.com021bce92012-04-02 20:42:26 +000018 },
Brian Salomon08fe0132014-06-17 17:28:17 -040019 'dependencies': [
20 '../third_party/externals/angle2/src/angle.gyp:libEGL',
21 '../third_party/externals/angle2/src/angle.gyp:libGLESv2',
22 ],
robertphillips@google.com021bce92012-04-02 20:42:26 +000023 }],
borenet@google.com623ff0a2012-09-04 16:45:05 +000024 ],
25 },
robertphillips@google.com021bce92012-04-02 20:42:26 +000026 ],
27}