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

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

Issue 9545017: Adds a hy-phen-ator. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'hyphen',
9 'type': '<(library)',
10 'include_dirs': [
11 '.',
12 ],
13 'defines': [
14 'HYPHEN_CHROME_CLIENT',
15 ],
16 'sources': [
17 'hnjalloc.c',
18 'hnjalloc.h',
19 'hyphen.h',
20 'hyphen.c',
21 ],
22 'direct_dependent_settings': {
23 'defines': [
24 'HYPHEN_CHROME_CLIENT',
25 ],
26 'include_dirs': [
27 '.',
28 ],
29 },
30 },
31 ],
32 }
33
34 # Local Variables:
tony 2012/03/05 18:59:00 Please remove the emacs/vim stuff.
35 # tab-width:2
36 # indent-tabs-mode:nil
37 # End:
38 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/renderer/hyphenator/hyphenator.cc ('K') | « third_party/hyphen/hyphen.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698