| Index: chrome/chrome_renderer.gypi
|
| ===================================================================
|
| --- chrome/chrome_renderer.gypi (revision 124320)
|
| +++ chrome/chrome_renderer.gypi (working copy)
|
| @@ -22,6 +22,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../third_party/cld/cld.gyp:cld',
|
| '../third_party/hunspell/hunspell.gyp:hunspell',
|
| + '../third_party/hyphen/hyphen.gyp:hyphen',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/npapi/npapi.gyp:npapi',
|
| @@ -117,6 +118,8 @@
|
| 'renderer/extensions/webstore_bindings.h',
|
| 'renderer/frame_sniffer.cc',
|
| 'renderer/frame_sniffer.h',
|
| + 'renderer/hyphenator/hyphenator.cc',
|
| + 'renderer/hyphenator/hyphenator.h',
|
| 'renderer/loadtimes_extension_bindings.h',
|
| 'renderer/loadtimes_extension_bindings.cc',
|
| 'renderer/module_system.cc',
|
|
|