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

Unified Diff: chrome/chrome.gyp

Issue 357003: Move the spellchecker to the renderer.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rename Created 11 years, 1 month 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
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 31117)
+++ chrome/chrome.gyp (working copy)
@@ -2519,6 +2519,8 @@
],
'sources': [
'browser/net/ssl_config_service_manager_pref.cc',
+ 'browser/spellcheck_host.cc',
+ 'browser/spellcheck_host.h',
],
'sources/': [
# Exclude most of printing.
@@ -3219,6 +3221,7 @@
'chrome_strings',
'../printing/printing.gyp:printing',
'../skia/skia.gyp:skia',
+ '../third_party/hunspell/hunspell.gyp:hunspell',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/npapi/npapi.gyp:npapi',
@@ -3357,6 +3360,12 @@
'../build/linux/system.gyp:gtk',
'../sandbox/sandbox.gyp:sandbox',
],
+ 'sources': [
+ 'renderer/spellchecker/spellcheck.cc',
+ 'renderer/spellchecker/spellcheck.h',
+ 'renderer/spellchecker/spellcheck_worditerator.cc',
+ 'renderer/spellchecker/spellcheck_worditerator.h',
+ ],
}],
# Windows-specific rules.
['OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698