| 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/cff.cc', | 10 'src/cff.cc', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'src/prep.cc', | 58 'src/prep.cc', |
| 59 'src/prep.h', | 59 'src/prep.h', |
| 60 'src/vdmx.cc', | 60 'src/vdmx.cc', |
| 61 'src/vdmx.h', | 61 'src/vdmx.h', |
| 62 'src/vhea.cc', | 62 'src/vhea.cc', |
| 63 'src/vhea.h', | 63 'src/vhea.h', |
| 64 'src/vmtx.cc', | 64 'src/vmtx.cc', |
| 65 'src/vmtx.h', | 65 'src/vmtx.h', |
| 66 'src/vorg.cc', | 66 'src/vorg.cc', |
| 67 'src/vorg.h', | 67 'src/vorg.h', |
| 68 'src/woff2.cc', |
| 69 'src/woff2.h', |
| 68 ], | 70 ], |
| 69 'ots_include_dirs': [ | 71 'ots_include_dirs': [ |
| 70 'include', | 72 'include', |
| 71 ], | 73 ], |
| 72 }, | 74 }, |
| 73 } | 75 } |
| OLD | NEW |