Remove sfnt dependency from xps gyp tartget.
authorbungeman <bungeman@google.com>
Wed, 25 Mar 2015 21:48:05 +0000 (14:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Mar 2015 21:48:05 +0000 (14:48 -0700)
commit05035d43e74a787711db6c18ea97df4d3a075116
tree3f334be6a37460a02d4c2cad912b1df1ce67209c
parentb25a83bd8802b7c3c5746c319e781f45337fe207
Remove sfnt dependency from xps gyp tartget.

The xps gyp target depends on skia_lib, which in turn contains
the sfnt target (and re-exports it settings). As a result, it
should not separately depend on the sfnt target. This currently
isn't causing issues because the sfnt target is mostly header only,
but any code in it may be duplicated.

Review URL: https://codereview.chromium.org/1038693003
gyp/xps.gyp