| 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',
|
|
|