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

Unified Diff: chrome/chrome_common.gypi

Issue 2177343002: Componentize spellcheck [2]: move common/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address formatting comments Created 4 years, 5 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 700d60ae8e6490841533ed72f73588b058334d44..13236b2dff4fb20ecb76d6900d34e84a85ad1c99 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -89,12 +89,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',
@@ -438,7 +432,6 @@
['exclude', '^common/multi_process_'],
['exclude', '^common/profiling\\.'],
['exclude', '^common/resource_usage_reporter_type_converters'],
- ['exclude', '^common/spellcheck_'],
['exclude', '^common/validation_message_'],
['exclude', '^common/web_apps\\.'],
# TODO(ios): Include files here as they are made to work; once

Powered by Google App Engine
This is Rietveld 408576698