d830d13c27
R=bsalomon@google.com Review URL: https://codereview.chromium.org/41213003 git-svn-id: http://skia.googlecode.com/svn/trunk@12229 2bbb7eff-a529-9590-31e7-b0007b416f81
39 lines
756 B
Python
Executable File
39 lines
756 B
Python
Executable File
#
|
|
# Copyright 2013 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
#
|
|
|
|
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'edtaa',
|
|
'type': 'none',
|
|
'conditions': [
|
|
[ 'skia_distancefield_fonts', {
|
|
'type': 'static_library',
|
|
'sources': [
|
|
'../third_party/edtaa/edtaa3func.cpp',
|
|
],
|
|
'include_dirs': [
|
|
'../third_party/edtaa/',
|
|
],
|
|
'all_dependent_settings': {
|
|
'include_dirs': [
|
|
'../third_party/edtaa/',
|
|
],
|
|
},
|
|
}],
|
|
],
|
|
},
|
|
],
|
|
}
|
|
|
|
# Local Variables:
|
|
# tab-width:2
|
|
# indent-tabs-mode:nil
|
|
# End:
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|