blob: 5c04ce11f37a0520d71604bea949805ee3441ca3 [file] [log] [blame]
jvanverth@google.comd830d132013-11-11 20:54:09 +00001#
2# Copyright 2013 Google Inc.
3#
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6#
7
8
9{
10 'targets': [
11 {
12 'target_name': 'edtaa',
13 'type': 'none',
14 'conditions': [
15 [ 'skia_distancefield_fonts', {
16 'type': 'static_library',
17 'sources': [
18 '../third_party/edtaa/edtaa3func.cpp',
19 ],
20 'include_dirs': [
21 '../third_party/edtaa/',
22 ],
23 'all_dependent_settings': {
24 'include_dirs': [
25 '../third_party/edtaa/',
26 ],
27 },
28 }],
29 ],
30 },
31 ],
32}
33
34# Local Variables:
35# tab-width:2
36# indent-tabs-mode:nil
37# End:
38# vim: set expandtab tabstop=2 shiftwidth=2: