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

Unified Diff: chrome/chrome.gyp

Issue 28177: Add hunspell.gyp and add spellchecker.cc to chrome.gyp:browser (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 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/third_party/hunspell/hunspell.gyp » ('j') | chrome/third_party/hunspell/hunspell.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 10453)
+++ chrome/chrome.gyp (working copy)
@@ -314,6 +314,7 @@
'../third_party/icu38/icu38.gyp:icuuc',
'../third_party/libxml/libxml.gyp:libxml',
'../third_party/npapi/npapi.gyp:npapi',
+ 'third_party/hunspell/hunspell.gyp:hunspell',
],
'include_dirs': [
'..',
@@ -1195,7 +1196,6 @@
'browser/modal_html_dialog_delegate.cc',
'browser/sandbox_policy.cc',
'browser/shell_integration.cc',
- 'browser/spellchecker.cc',
'browser/task_manager.cc',
'browser/task_manager_resource_providers.cc',
'browser/window_sizer.cc',
« no previous file with comments | « no previous file | chrome/third_party/hunspell/hunspell.gyp » ('j') | chrome/third_party/hunspell/hunspell.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698