summaryrefslogtreecommitdiffstats
path: root/content/content_renderer.gypi
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-17 08:56:59 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-17 08:56:59 +0000
commit48cf2472324304e12d7138f14841f4b2d566e39b (patch)
treea58e97dfbe2a70bafd3b27b7346ca7cee8780315 /content/content_renderer.gypi
parent99c4c707b2cf4e0096991c47dcaf8ac57bc52eaa (diff)
downloadchromium_src-48cf2472324304e12d7138f14841f4b2d566e39b.zip
chromium_src-48cf2472324304e12d7138f14841f4b2d566e39b.tar.gz
chromium_src-48cf2472324304e12d7138f14841f4b2d566e39b.tar.bz2
Adds a hy-phen-ator.
This change adds a project file for the hyphen library and a Hyphenator class, which encapsulates the library. (This class is not integrated into Chrome, though.) BUG=47083 TEST=HyphenatorTest.HyphenateWords Review URL: https://chromiumcodereview.appspot.com/9545017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_renderer.gypi')
-rw-r--r--content/content_renderer.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 2d4a777..2e5ad41 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -10,6 +10,7 @@
'../ppapi/ppapi_internal.gyp:ppapi_proxy',
'../ppapi/ppapi_internal.gyp:ppapi_shared',
'../skia/skia.gyp:skia',
+ '../third_party/hyphen/hyphen.gyp:hyphen',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/libjingle/libjingle.gyp:libjingle',
@@ -84,6 +85,8 @@
'renderer/gpu/gpu_benchmarking_extension.h',
'renderer/gpu/stream_texture_host_android.cc',
'renderer/gpu/stream_texture_host_android.h',
+ 'renderer/hyphenator/hyphenator.cc',
+ 'renderer/hyphenator/hyphenator.h',
'renderer/idle_user_detector.cc',
'renderer/idle_user_detector.h',
'renderer/input_tag_speech_dispatcher.cc',