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

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

Issue 7595001: Update (old) harfbuzz to ToT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'conditions': [ 6 'conditions': [
7 ['use_harfbuzz_ng==0', { 7 ['use_harfbuzz_ng==0', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'harfbuzz', 10 'target_name': 'harfbuzz',
11 'type': 'static_library', 11 'type': 'static_library',
12 'sources': [ 12 'sources': [
13 'contrib/harfbuzz-freetype.c', 13 'contrib/harfbuzz-freetype.c',
14 'contrib/harfbuzz-unicode.c', 14 'contrib/harfbuzz-unicode.c',
15 'contrib/harfbuzz-unicode-tables.c', 15 'contrib/harfbuzz-unicode-tables.c',
16 'src/harfbuzz-buffer.c', 16 'src/harfbuzz-buffer.c',
17 'src/harfbuzz-stream.c', 17 'src/harfbuzz-stream.c',
18 'src/harfbuzz-dump.c', 18 'src/harfbuzz-dump.c',
19 'src/harfbuzz-gdef.c', 19 'src/harfbuzz-gdef.c',
20 'src/harfbuzz-gpos.c', 20 'src/harfbuzz-gpos.c',
21 'src/harfbuzz-gsub.c', 21 'src/harfbuzz-gsub.c',
22 'src/harfbuzz-impl.c', 22 'src/harfbuzz-impl.c',
23 'src/harfbuzz-open.c', 23 'src/harfbuzz-open.c',
24 'src/harfbuzz-shaper.cpp', 24 'src/harfbuzz-shaper.cpp',
25 'src/harfbuzz-tibetan.c', 25 'src/harfbuzz-tibetan.c',
26 'src/harfbuzz-khmer.c', 26 'src/harfbuzz-khmer.c',
27 'src/harfbuzz-indic.cpp', 27 'src/harfbuzz-indic.cpp',
28 'src/harfbuzz-greek.c',
28 'src/harfbuzz-hebrew.c', 29 'src/harfbuzz-hebrew.c',
29 'src/harfbuzz-arabic.c', 30 'src/harfbuzz-arabic.c',
30 'src/harfbuzz-hangul.c', 31 'src/harfbuzz-hangul.c',
31 'src/harfbuzz-myanmar.c', 32 'src/harfbuzz-myanmar.c',
32 'src/harfbuzz-thai.c', 33 'src/harfbuzz-thai.c',
33 ], 34 ],
34 'include_dirs': [ 35 'include_dirs': [
35 'contrib', 36 'contrib',
36 'src', 37 'src',
37 ], 38 ],
(...skipping 19 matching lines...) Expand all
57 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' 58 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz'
58 ], 59 ],
59 'export_dependent_settings': [ 60 'export_dependent_settings': [
60 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz' 61 '../harfbuzz-ng/harfbuzz.gyp:harfbuzz'
61 ], 62 ],
62 } 63 }
63 ] 64 ]
64 }] 65 }]
65 ] 66 ]
66 } 67 }
OLDNEW
« no previous file with comments | « third_party/harfbuzz/contrib/harfbuzz-unicode-tables.c ('k') | third_party/harfbuzz/src/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698