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

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

Issue 16053004: Update harfbuzz-ng to 0.9.17 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 months 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb-atomic-private.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698