| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'ots_sources': [ | 7 'ots_sources': [ |
| 8 'include/ots-memory-stream.h', | 8 'include/ots-memory-stream.h', |
| 9 'include/opentype-sanitiser.h', | 9 'include/opentype-sanitiser.h', |
| 10 'src/cbdt.cc', |
| 11 'src/cbdt.h', |
| 12 'src/cblc.cc', |
| 13 'src/cblc.h', |
| 10 'src/cff.cc', | 14 'src/cff.cc', |
| 11 'src/cff.h', | 15 'src/cff.h', |
| 12 'src/cff_type2_charstring.cc', | 16 'src/cff_type2_charstring.cc', |
| 13 'src/cff_type2_charstring.h', | 17 'src/cff_type2_charstring.h', |
| 14 'src/cmap.cc', | 18 'src/cmap.cc', |
| 15 'src/cmap.h', | 19 'src/cmap.h', |
| 16 'src/cvt.cc', | 20 'src/cvt.cc', |
| 17 'src/cvt.h', | 21 'src/cvt.h', |
| 18 'src/fpgm.cc', | 22 'src/fpgm.cc', |
| 19 'src/fpgm.h', | 23 'src/fpgm.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'src/vorg.cc', | 72 'src/vorg.cc', |
| 69 'src/vorg.h', | 73 'src/vorg.h', |
| 70 'src/woff2.cc', | 74 'src/woff2.cc', |
| 71 'src/woff2.h', | 75 'src/woff2.h', |
| 72 ], | 76 ], |
| 73 'ots_include_dirs': [ | 77 'ots_include_dirs': [ |
| 74 'include', | 78 'include', |
| 75 ], | 79 ], |
| 76 }, | 80 }, |
| 77 } | 81 } |
| OLD | NEW |