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

Unified Diff: chrome/chrome_browser.gypi

Issue 8823009: Remove Hunspell on OS X - step 1 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix review comments Created 9 years 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 | « chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 027703d10cce4bc6e808c2956807953a0bf3e74e..97c73ecefb5d67396a443848fb504c09caba5591 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2356,8 +2356,9 @@
'browser/tab_contents/tab_util.h',
'browser/tab_contents/thumbnail_generator.cc',
'browser/tab_contents/thumbnail_generator.h',
- 'browser/tab_contents/spellchecker_submenu_observer.cc',
'browser/tab_contents/spellchecker_submenu_observer.h',
+ 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
+ 'browser/tab_contents/spellchecker_submenu_observer_mac.cc',
'browser/tab_contents/spelling_bubble_model.cc',
'browser/tab_contents/spelling_bubble_model.h',
'browser/tab_contents/spelling_menu_observer.cc',
@@ -4374,6 +4375,7 @@
'browser/importer/nss_decryptor_system_nss.h',
'browser/jankometer.cc',
'browser/password_manager/login_database_posix.cc',
+ 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
'browser/ui/browser_list_stub.cc',
'browser/ui/certificate_dialogs.cc',
'browser/ui/certificate_dialogs.h',
« no previous file with comments | « chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698