| 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 10 matching lines...) Expand all Loading... |
| 21 'src/hb-blob.h', | 21 'src/hb-blob.h', |
| 22 'src/hb-buffer-deserialize-json.hh', | 22 'src/hb-buffer-deserialize-json.hh', |
| 23 'src/hb-buffer-deserialize-text.hh', | 23 'src/hb-buffer-deserialize-text.hh', |
| 24 'src/hb-buffer-private.hh', | 24 'src/hb-buffer-private.hh', |
| 25 'src/hb-buffer-serialize.cc', | 25 'src/hb-buffer-serialize.cc', |
| 26 'src/hb-buffer.cc', | 26 'src/hb-buffer.cc', |
| 27 'src/hb-buffer.h', | 27 'src/hb-buffer.h', |
| 28 'src/hb-cache-private.hh', | 28 'src/hb-cache-private.hh', |
| 29 'src/hb-common.cc', | 29 'src/hb-common.cc', |
| 30 'src/hb-common.h', | 30 'src/hb-common.h', |
| 31 'src/hb-deprecated.h', |
| 32 'src/hb-face-private.hh', |
| 33 'src/hb-face.cc', |
| 34 'src/hb-face.h', |
| 31 'src/hb-fallback-shape.cc', | 35 'src/hb-fallback-shape.cc', |
| 32 'src/hb-font-private.hh', | 36 'src/hb-font-private.hh', |
| 33 'src/hb-font.cc', | 37 'src/hb-font.cc', |
| 34 'src/hb-font.h', | 38 'src/hb-font.h', |
| 35 'src/hb-icu.cc', | 39 'src/hb-icu.cc', |
| 36 'src/hb-icu.h', | 40 'src/hb-icu.h', |
| 37 'src/hb-mutex-private.hh', | 41 'src/hb-mutex-private.hh', |
| 38 'src/hb-object-private.hh', | 42 'src/hb-object-private.hh', |
| 39 'src/hb-open-file-private.hh', | 43 'src/hb-open-file-private.hh', |
| 40 'src/hb-open-type-private.hh', | 44 'src/hb-open-type-private.hh', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 ], | 121 ], |
| 118 }, | 122 }, |
| 119 'cflags': [ | 123 'cflags': [ |
| 120 '-Wno-unused-value', | 124 '-Wno-unused-value', |
| 121 ] | 125 ] |
| 122 }], | 126 }], |
| 123 ], | 127 ], |
| 124 }, | 128 }, |
| 125 ], | 129 ], |
| 126 } | 130 } |
| OLD | NEW |