blob: 4f7272e5b274ca90fd69ea63bc490fb160123523 [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
jvanverth@google.comd830d132013-11-11 20:54:09 +00008{
9 'targets': [
10 {
11 'target_name': 'edtaa',
12 'type': 'none',
13 'conditions': [
14 [ 'skia_distancefield_fonts', {
15 'type': 'static_library',
16 'sources': [
17 '../third_party/edtaa/edtaa3func.cpp',
18 ],
19 'include_dirs': [
20 '../third_party/edtaa/',
21 ],
22 'all_dependent_settings': {
23 'include_dirs': [
24 '../third_party/edtaa/',
25 ],
26 },
27 }],
28 ],
29 },
30 ],
31}