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

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: fix mac bots a bit more 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 8b2915e2dcf12d3b31b3c5d1c5b2ab98cb193819..69d3722f254ffa799004d1f9d802194427291fc9 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,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