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

Unified Diff: chrome/chrome_renderer.gypi

Issue 9545017: Adds a hy-phen-ator. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | chrome/chrome_tests.gypi » ('j') | chrome/renderer/hyphenator/hyphenator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/renderer/hyphenator/hyphenator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698