diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 03:53:36 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 03:53:36 +0000 |
commit | a7638db83f61a1d6b9299283da3634b0df3e3d14 (patch) | |
tree | 9143550926ef971393445da8414fa121529e32e1 /chrome/chrome_browser.gypi | |
parent | 7be6698c128f8585445c806770060f5f95d2fcfb (diff) | |
download | chromium_src-a7638db83f61a1d6b9299283da3634b0df3e3d14.zip chromium_src-a7638db83f61a1d6b9299283da3634b0df3e3d14.tar.gz chromium_src-a7638db83f61a1d6b9299283da3634b0df3e3d14.tar.bz2 |
Pull out the hunspell dictionary into its own class which subclasses from the SpellcheckDictionary class.
A couple of notes:
- I definitely plan to eliminate the references to SpellCheckHost. Those are temporarily there to make sure spellcheck still functions in the interim. When SpellcheckHost and SpellCheckProfile become SpellCheckService in the next CL, the references will be removed.
- Right now I am mostly moving around code. There may be some redundancy. If I don't catch it in this CL, I will catch it in a subsequent one.
- I've pulled out more metrics, but I am assuming we will put those all back in when we have a clearer idea of what we truly want to track.
sky - TBR'd for chrome_browser.gypi changes
BUG=158555
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11337026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index e6b5b0d..3217e2d 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1782,6 +1782,8 @@ 'browser/spellchecker/spellcheck_host_impl.h', 'browser/spellchecker/spellcheck_host_metrics.cc', 'browser/spellchecker/spellcheck_host_metrics.h', + 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', + 'browser/spellchecker/spellcheck_hunspell_dictionary.h', 'browser/spellchecker/spellcheck_message_filter.cc', 'browser/spellchecker/spellcheck_message_filter.h', 'browser/spellchecker/spellcheck_message_filter_mac.cc', |