diff options
Diffstat (limited to 'content/content_renderer.gypi')
-rw-r--r-- | content/content_renderer.gypi | 3 |
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', |