| 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 'includes': [ | 6 'includes': [ |
| 7 '../../build/common.gypi', | 7 '../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 'src/glyf.cc', | 27 'src/glyf.cc', |
| 28 'src/glyf.h', | 28 'src/glyf.h', |
| 29 'src/hdmx.cc', | 29 'src/hdmx.cc', |
| 30 'src/hdmx.h', | 30 'src/hdmx.h', |
| 31 'src/head.cc', | 31 'src/head.cc', |
| 32 'src/head.h', | 32 'src/head.h', |
| 33 'src/hhea.cc', | 33 'src/hhea.cc', |
| 34 'src/hhea.h', | 34 'src/hhea.h', |
| 35 'src/hmtx.cc', | 35 'src/hmtx.cc', |
| 36 'src/hmtx.h', | 36 'src/hmtx.h', |
| 37 'src/kern.cc', |
| 38 'src/kern.h', |
| 37 'src/loca.cc', | 39 'src/loca.cc', |
| 38 'src/loca.h', | 40 'src/loca.h', |
| 39 'src/ltsh.cc', | 41 'src/ltsh.cc', |
| 40 'src/ltsh.h', | 42 'src/ltsh.h', |
| 41 'src/maxp.cc', | 43 'src/maxp.cc', |
| 42 'src/maxp.h', | 44 'src/maxp.h', |
| 43 'src/name.cc', | 45 'src/name.cc', |
| 44 'src/os2.cc', | 46 'src/os2.cc', |
| 45 'src/os2.h', | 47 'src/os2.h', |
| 46 'src/ots.cc', | 48 'src/ots.cc', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 58 'include', | 60 'include', |
| 59 ], | 61 ], |
| 60 'direct_dependent_settings': { | 62 'direct_dependent_settings': { |
| 61 'include_dirs': [ | 63 'include_dirs': [ |
| 62 'include', | 64 'include', |
| 63 ], | 65 ], |
| 64 }, | 66 }, |
| 65 }, | 67 }, |
| 66 ], | 68 ], |
| 67 } | 69 } |
| OLD | NEW |