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

Unified Diff: content/content_renderer.gypi

Issue 9545017: Adds a hy-phen-ator. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « no previous file | content/content_tests.gypi » ('j') | content/renderer/hyphenator/hyphenator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
===================================================================
--- content/content_renderer.gypi (revision 144664)
+++ content/content_renderer.gypi (working copy)
@@ -9,6 +9,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',
@@ -80,6 +81,8 @@
'renderer/gpu/input_event_filter.h',
'renderer/gpu/gpu_benchmarking_extension.cc',
'renderer/gpu/gpu_benchmarking_extension.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',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/hyphenator/hyphenator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698