| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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/win_precompile.gypi', | 7 '../../build/win_precompile.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'src/hb-ot-map.cc', | 53 'src/hb-ot-map.cc', |
| 54 'src/hb-ot-maxp-table.hh', | 54 'src/hb-ot-maxp-table.hh', |
| 55 'src/hb-ot-name-table.hh', | 55 'src/hb-ot-name-table.hh', |
| 56 'src/hb-ot-shape-complex-arabic-fallback.hh', | 56 'src/hb-ot-shape-complex-arabic-fallback.hh', |
| 57 'src/hb-ot-shape-complex-arabic-table.hh', | 57 'src/hb-ot-shape-complex-arabic-table.hh', |
| 58 'src/hb-ot-shape-complex-arabic.cc', | 58 'src/hb-ot-shape-complex-arabic.cc', |
| 59 'src/hb-ot-shape-complex-default.cc', | 59 'src/hb-ot-shape-complex-default.cc', |
| 60 'src/hb-ot-shape-complex-indic-machine.hh', | 60 'src/hb-ot-shape-complex-indic-machine.hh', |
| 61 'src/hb-ot-shape-complex-indic-private.hh', | 61 'src/hb-ot-shape-complex-indic-private.hh', |
| 62 'src/hb-ot-shape-complex-indic-table.cc', | 62 'src/hb-ot-shape-complex-indic-table.cc', |
| 63 'src/hb-ot-shape-complex-indic-table.hh', | |
| 64 'src/hb-ot-shape-complex-indic.cc', | 63 'src/hb-ot-shape-complex-indic.cc', |
| 65 'src/hb-ot-shape-complex-myanmar-machine.hh', | 64 'src/hb-ot-shape-complex-myanmar-machine.hh', |
| 66 'src/hb-ot-shape-complex-myanmar.cc', | 65 'src/hb-ot-shape-complex-myanmar.cc', |
| 67 'src/hb-ot-shape-complex-private.hh', | 66 'src/hb-ot-shape-complex-private.hh', |
| 68 'src/hb-ot-shape-complex-sea-machine.hh', | 67 'src/hb-ot-shape-complex-sea-machine.hh', |
| 69 'src/hb-ot-shape-complex-sea.cc', | 68 'src/hb-ot-shape-complex-sea.cc', |
| 70 'src/hb-ot-shape-complex-thai.cc', | 69 'src/hb-ot-shape-complex-thai.cc', |
| 71 'src/hb-ot-shape-fallback-private.hh', | 70 'src/hb-ot-shape-fallback-private.hh', |
| 72 'src/hb-ot-shape-fallback.cc', | 71 'src/hb-ot-shape-fallback.cc', |
| 73 'src/hb-ot-shape-normalize-private.hh', | 72 'src/hb-ot-shape-normalize-private.hh', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 ], | 117 ], |
| 119 }, | 118 }, |
| 120 'cflags': [ | 119 'cflags': [ |
| 121 '-Wno-unused-value', | 120 '-Wno-unused-value', |
| 122 ] | 121 ] |
| 123 }], | 122 }], |
| 124 ], | 123 ], |
| 125 }, | 124 }, |
| 126 ], | 125 ], |
| 127 } | 126 } |
| OLD | NEW |