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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hyphen/hyphen.c ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hyphen/hyphen.gyp
diff --git a/third_party/hyphen/hyphen.gyp b/third_party/hyphen/hyphen.gyp
index 5fccd5b789ec3e4f94f6b233fbb43326818d91e5..ade99387a542bba4cc27d11b32cc95a4c6831d11 100644
--- a/third_party/hyphen/hyphen.gyp
+++ b/third_party/hyphen/hyphen.gyp
@@ -10,9 +10,6 @@
'include_dirs': [
'.',
],
- 'defines': [
- 'HYPHEN_CHROME_CLIENT',
- ],
'sources': [
'hnjalloc.c',
'hnjalloc.h',
@@ -20,15 +17,13 @@
'hyphen.c',
],
'direct_dependent_settings': {
- 'defines': [
- 'HYPHEN_CHROME_CLIENT',
- ],
'include_dirs': [
'.',
],
},
# TODO(jschuh): http://crbug.com/167187
'msvs_disabled_warnings': [
+ 4018,
4267,
],
},
« 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