Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 39b33f6c7dbd016c419ab0478e5bf3ab31fcc2f3..e428514a48137ff75a17b1ec108399f48f1b83be 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -86,12 +86,6 @@ |
'common/search_provider.h', |
'common/secure_origin_whitelist.cc', |
'common/secure_origin_whitelist.h', |
- 'common/spellcheck_bdict_language.h', |
- 'common/spellcheck_common.cc', |
- 'common/spellcheck_common.h', |
- 'common/spellcheck_marker.h', |
- 'common/spellcheck_messages.h', |
- 'common/spellcheck_result.h', |
'common/ssl_insecure_content.cc', |
'common/ssl_insecure_content.h', |
'common/switch_utils.cc', |
@@ -435,7 +429,7 @@ |
['exclude', '^common/multi_process_'], |
['exclude', '^common/profiling\\.'], |
['exclude', '^common/resource_usage_reporter_type_converters'], |
- ['exclude', '^common/spellcheck_'], |
+# ['exclude', '^common/spellcheck_'], |
['exclude', '^common/validation_message_'], |
['exclude', '^common/web_apps\\.'], |
# TODO(ios): Include files here as they are made to work; once |