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

Unified Diff: components/spellcheck.gypi

Issue 2177343002: Componentize spellcheck [2]: move common/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move message generator to component 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
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_unittest.cc ('k') | components/spellcheck/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck.gypi
diff --git a/components/spellcheck.gypi b/components/spellcheck.gypi
index 064f3c7ee7262195d5fc2ea698b6c51fd7f3ab40..d19873a69a4c35bb6040760574b6d5ca5c1fa463 100644
--- a/components/spellcheck.gypi
+++ b/components/spellcheck.gypi
@@ -8,10 +8,22 @@
# GN version: //components/spellcheck/common
'target_name': 'spellcheck_common',
'type': 'static_library',
+ 'dependencies': [
+ '../third_party/icu/icu.gyp:icui18n',
+ '../third_party/icu/icu.gyp:icuuc',
+ ],
'include_dirs': [
'..',
],
'sources': [
+ "spellcheck/common/spellcheck_bdict_language.h",
+ "spellcheck/common/spellcheck_common.cc",
+ "spellcheck/common/spellcheck_common.h",
+ "spellcheck/common/spellcheck_marker.h",
+ "spellcheck/common/spellcheck_message_generator.cc",
+ "spellcheck/common/spellcheck_message_generator.h",
+ "spellcheck/common/spellcheck_messages.h",
+ "spellcheck/common/spellcheck_result.h",
'spellcheck/common/spellcheck_switches.cc',
'spellcheck/common/spellcheck_switches.h',
],
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_unittest.cc ('k') | components/spellcheck/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698