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

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

Issue 12259025: Linux: apply a different hyphen patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « third_party/hyphen/hyphen.c ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'hyphen', 8 'target_name': 'hyphen',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '.', 11 '.',
12 ], 12 ],
13 'defines': [
14 'HYPHEN_CHROME_CLIENT',
15 ],
16 'sources': [ 13 'sources': [
17 'hnjalloc.c', 14 'hnjalloc.c',
18 'hnjalloc.h', 15 'hnjalloc.h',
19 'hyphen.h', 16 'hyphen.h',
20 'hyphen.c', 17 'hyphen.c',
21 ], 18 ],
22 'direct_dependent_settings': { 19 'direct_dependent_settings': {
23 'defines': [
24 'HYPHEN_CHROME_CLIENT',
25 ],
26 'include_dirs': [ 20 'include_dirs': [
27 '.', 21 '.',
28 ], 22 ],
29 }, 23 },
30 # TODO(jschuh): http://crbug.com/167187 24 # TODO(jschuh): http://crbug.com/167187
31 'msvs_disabled_warnings': [ 25 'msvs_disabled_warnings': [
26 4018,
32 4267, 27 4267,
33 ], 28 ],
34 }, 29 },
35 ], 30 ],
36 } 31 }
OLDNEW
« no previous file with comments | « third_party/hyphen/hyphen.c ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698