| OLD | NEW |
| (Empty) |
| 1 # | |
| 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 '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 } | |
| OLD | NEW |