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

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

Issue 10915172: harfbuzz-ng roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 {
11 'target_name': 'harfbuzz-ng', 11 'target_name': 'harfbuzz-ng',
12 'type': 'static_library', 12 'type': 'static_library',
13 'defines': [ 13 'defines': [
14 'HAVE_OT', 14 'HAVE_OT',
15 'HAVE_ICU', 15 'HAVE_ICU',
16 'HB_NO_MT', 16 'HB_NO_MT',
17 ], 17 ],
18 'sources': [ 18 'sources': [
19 'src/hb-atomic-private.hh', 19 'src/hb-atomic-private.hh',
20 'src/hb-blob.cc', 20 'src/hb-blob.cc',
21 'src/hb-blob.h', 21 'src/hb-blob.h',
22 'src/hb-buffer-private.hh', 22 'src/hb-buffer-private.hh',
23 'src/hb-buffer.cc', 23 'src/hb-buffer.cc',
24 'src/hb-buffer.h', 24 'src/hb-buffer.h',
25 'src/hb-cache-private.hh', 25 'src/hb-cache-private.hh',
26 'src/hb-common.cc', 26 'src/hb-common.cc',
27 'src/hb-common.h', 27 'src/hb-common.h',
28 'src/hb-fallback-shape-private.hh',
29 'src/hb-fallback-shape.cc', 28 'src/hb-fallback-shape.cc',
30 'src/hb-font-private.hh', 29 'src/hb-font-private.hh',
31 'src/hb-font.cc', 30 'src/hb-font.cc',
32 'src/hb-font.h', 31 'src/hb-font.h',
33 'src/hb-glib.cc', 32 'src/hb-glib.cc',
34 'src/hb-glib.h', 33 'src/hb-glib.h',
35 'src/hb-gobject-enums.cc', 34 'src/hb-gobject-enums.cc',
36 'src/hb-gobject-structs.cc', 35 'src/hb-gobject-structs.cc',
37 'src/hb-gobject.h', 36 'src/hb-gobject.h',
38 'src/hb-icu.cc', 37 'src/hb-icu.cc',
(...skipping 10 matching lines...) Expand all
49 'src/hb-ot-layout-gpos-table.hh', 48 'src/hb-ot-layout-gpos-table.hh',
50 'src/hb-ot-layout-gsub-table.hh', 49 'src/hb-ot-layout-gsub-table.hh',
51 'src/hb-ot-layout-gsubgpos-private.hh', 50 'src/hb-ot-layout-gsubgpos-private.hh',
52 'src/hb-ot-layout-private.hh', 51 'src/hb-ot-layout-private.hh',
53 'src/hb-ot-layout.cc', 52 'src/hb-ot-layout.cc',
54 'src/hb-ot-layout.h', 53 'src/hb-ot-layout.h',
55 'src/hb-ot-map-private.hh', 54 'src/hb-ot-map-private.hh',
56 'src/hb-ot-map.cc', 55 'src/hb-ot-map.cc',
57 'src/hb-ot-maxp-table.hh', 56 'src/hb-ot-maxp-table.hh',
58 'src/hb-ot-name-table.hh', 57 'src/hb-ot-name-table.hh',
58 'src/hb-ot-shape-complex-arabic-fallback.hh',
59 'src/hb-ot-shape-complex-arabic-table.hh', 59 'src/hb-ot-shape-complex-arabic-table.hh',
60 'src/hb-ot-shape-complex-arabic.cc', 60 'src/hb-ot-shape-complex-arabic.cc',
61 'src/hb-ot-shape-complex-indic-machine.hh', 61 'src/hb-ot-shape-complex-indic-machine.hh',
62 'src/hb-ot-shape-complex-indic-private.hh', 62 'src/hb-ot-shape-complex-indic-private.hh',
63 'src/hb-ot-shape-complex-indic-table.hh', 63 'src/hb-ot-shape-complex-indic-table.hh',
64 'src/hb-ot-shape-complex-indic.cc', 64 'src/hb-ot-shape-complex-indic.cc',
65 'src/hb-ot-shape-complex-misc.cc', 65 'src/hb-ot-shape-complex-misc.cc',
66 'src/hb-ot-shape-complex-private.hh', 66 'src/hb-ot-shape-complex-private.hh',
67 'src/hb-ot-shape-fallback-private.hh',
68 'src/hb-ot-shape-fallback.cc',
67 'src/hb-ot-shape-normalize-private.hh', 69 'src/hb-ot-shape-normalize-private.hh',
68 'src/hb-ot-shape-normalize.cc', 70 'src/hb-ot-shape-normalize.cc',
69 'src/hb-ot-shape-private.hh', 71 'src/hb-ot-shape-private.hh',
70 'src/hb-ot-shape.cc', 72 'src/hb-ot-shape.cc',
71 'src/hb-ot-tag.cc', 73 'src/hb-ot-tag.cc',
72 'src/hb-ot-tag.h', 74 'src/hb-ot-tag.h',
73 'src/hb-ot.h', 75 'src/hb-ot.h',
74 'src/hb-private.hh', 76 'src/hb-private.hh',
75 'src/hb-set-private.hh', 77 'src/hb-set-private.hh',
76 'src/hb-set.cc', 78 'src/hb-set.cc',
77 'src/hb-set.h', 79 'src/hb-set.h',
80 'src/hb-shape-plan-private.hh',
81 'src/hb-shape-plan.cc',
82 'src/hb-shape-plan.h',
78 'src/hb-shape.cc', 83 'src/hb-shape.cc',
79 'src/hb-shape.h', 84 'src/hb-shape.h',
85 'src/hb-shaper-impl-private.hh',
86 'src/hb-shaper-list.hh',
87 'src/hb-shaper-private.hh',
88 'src/hb-shaper.cc',
80 'src/hb-tt-font.cc', 89 'src/hb-tt-font.cc',
81 'src/hb-unicode-private.hh', 90 'src/hb-unicode-private.hh',
82 'src/hb-unicode.cc', 91 'src/hb-unicode.cc',
83 'src/hb-unicode.h', 92 'src/hb-unicode.h',
84 'src/hb-uniscribe-private.hh',
85 'src/hb-version.h', 93 'src/hb-version.h',
86 'src/hb-warning.cc', 94 'src/hb-warning.cc',
87 'src/hb.h', 95 'src/hb.h',
88 ], 96 ],
89 'sources/': [ 97 'sources/': [
90 ['exclude', 'src/hb-glib\\.(cc|h)$'], 98 ['exclude', 'src/hb-glib\\.(cc|h)$'],
91 ['exclude', 'src/hb-gobject.*\\.(cc|h)$'], 99 ['exclude', 'src/hb-gobject.*\\.(cc|h)$'],
92 ], 100 ],
93 'include_dirs': [ 101 'include_dirs': [
94 'src', 102 'src',
(...skipping 12 matching lines...) Expand all
107 'HAVE_GLIB', 115 'HAVE_GLIB',
108 ], 116 ],
109 'sources/': [ 117 'sources/': [
110 ['include', 'src/hb-glib\\.(cc|h)$'], 118 ['include', 'src/hb-glib\\.(cc|h)$'],
111 ['include', 'src/hb-gobject.*\\.(cc|h)$'], 119 ['include', 'src/hb-gobject.*\\.(cc|h)$'],
112 ], 120 ],
113 'dependencies': [ 121 'dependencies': [
114 '../../base/base.gyp:base', 122 '../../base/base.gyp:base',
115 ], 123 ],
116 }], 124 }],
125 ['clang==1', {
126 'xcode_settings': {
127 'WARNING_CFLAGS': [
128 '-Wno-unused-value',
129 ],
130 },
131 'cflags': [
132 '-Wno-unused-value',
133 ]
134 }],
117 ], 135 ],
118 }, 136 },
119 ], 137 ],
120 } 138 }
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