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