| 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"', {
|
|
|