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

Side by Side Diff: third_party/harfbuzz-ng/src/hb-ot.h

Issue 396393005: Roll HarfBuzz to 0.9.32 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for include order presubmit issue Created 6 years, 5 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
OLDNEW
1 /* 1 /*
2 * Copyright © 2009 Red Hat, Inc. 2 * Copyright © 2009 Red Hat, Inc.
3 * 3 *
4 * This is part of HarfBuzz, a text shaping library. 4 * This is part of HarfBuzz, a text shaping library.
5 * 5 *
6 * Permission is hereby granted, without written agreement and without 6 * Permission is hereby granted, without written agreement and without
7 * license or royalty fees, to use, copy, modify, and distribute this 7 * license or royalty fees, to use, copy, modify, and distribute this
8 * software and its documentation for any purpose, provided that the 8 * software and its documentation for any purpose, provided that the
9 * above copyright notice and the following two paragraphs appear in 9 * above copyright notice and the following two paragraphs appear in
10 * all copies of this software. 10 * all copies of this software.
(...skipping 12 matching lines...) Expand all
23 * 23 *
24 * Red Hat Author(s): Behdad Esfahbod 24 * Red Hat Author(s): Behdad Esfahbod
25 */ 25 */
26 26
27 #ifndef HB_OT_H 27 #ifndef HB_OT_H
28 #define HB_OT_H 28 #define HB_OT_H
29 #define HB_OT_H_IN 29 #define HB_OT_H_IN
30 30
31 #include "hb.h" 31 #include "hb.h"
32 32
33 #include "hb-ot-font.h"
33 #include "hb-ot-layout.h" 34 #include "hb-ot-layout.h"
34 #include "hb-ot-tag.h" 35 #include "hb-ot-tag.h"
35 #include "hb-ot-shape.h" 36 #include "hb-ot-shape.h"
36 37
37 HB_BEGIN_DECLS 38 HB_BEGIN_DECLS
38 39
39 HB_END_DECLS 40 HB_END_DECLS
40 41
41 #undef HB_OT_H_IN 42 #undef HB_OT_H_IN
42 #endif /* HB_OT_H */ 43 #endif /* HB_OT_H */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-open-type-private.hh ('k') | third_party/harfbuzz-ng/src/hb-ot-cmap-table.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698