Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1005)

Side by Side Diff: third_party/harfbuzz-ng/harfbuzz.gyp

Issue 70193010: Update harfbuzz-ng to 0.9.24 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698