| 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,
|
| ],
|
| },
|
|
|