summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authordylanking <dylanking@google.com>2015-07-16 18:22:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-17 01:24:11 +0000
commit684453c5ecb33796629becb77b64591d939e4458 (patch)
treeb0c4e41871f5cad3422616303f3a3e49c460865c /chrome/chrome_tests.gypi
parent25304008f357b1f973ae994c43668952c3c9ab2c (diff)
downloadchromium_src-684453c5ecb33796629becb77b64591d939e4458.zip
chromium_src-684453c5ecb33796629becb77b64591d939e4458.tar.gz
chromium_src-684453c5ecb33796629becb77b64591d939e4458.tar.bz2
Refactored spellcheck_message_filter to be generic.
The header is now meant to be an interface for any system that would like to use its own spellchecker instead of the hunspell library. Split the implementation into two source files, one for mac and one for android. The android implementation is just method stubs for now. Updated related build files and #include references. Part 1 of a 3 part breakdown of https://codereview.chromium.org/1204293003. The breakdown will also include some changes to the original CL. BUG=415302 Review URL: https://codereview.chromium.org/1230933002 Cr-Commit-Position: refs/heads/master@{#339195}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 4dcb056..f075e7b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2363,7 +2363,7 @@
'sources': [
'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc',
'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_browsertest.mm',
- 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
+ 'browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.cc',
],
'sources!': [
# TODO(groby): This test depends on hunspell and we cannot run it on