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

Unified Diff: chrome/chrome_common.gypi

Issue 1884583003: Create a spellcheck component that will allow any embedder to reuse common functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviewers' comments. Created 4 years, 8 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 9ded65f0126314e0d4b2652e3b641bcb5b736b3f..12d2ec086944df25a7be7dfbc017015dc36d45da 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -83,12 +83,8 @@
'common/search_urls.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/switch_utils.cc',
'common/switch_utils.h',
'common/trace_event_args_whitelist.cc',
@@ -337,6 +333,7 @@
# TODO(fdoray): Remove this once the PreRead field trial has expired.
# crbug.com/577698
'<(DEPTH)/components/components.gyp:startup_metric_utils_common',
+ '<(DEPTH)/components/components.gyp:spellcheck_common',
'<(DEPTH)/components/components.gyp:translate_core_common',
'<(DEPTH)/components/components.gyp:variations',
'<(DEPTH)/components/components.gyp:version_info',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698