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

Unified Diff: components/spellcheck/common/BUILD.gn

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 | « components/spellcheck.gypi ('k') | components/spellcheck/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/common/BUILD.gn
diff --git a/components/spellcheck/common/BUILD.gn b/components/spellcheck/common/BUILD.gn
index d9fa04b98b4fccf92b4b37bfbf6bc90c56c3dd02..80188cdfe0dfea24b0926b9d410bf45103f376a0 100644
--- a/components/spellcheck/common/BUILD.gn
+++ b/components/spellcheck/common/BUILD.gn
@@ -4,7 +4,21 @@
source_set("common") {
sources = [
+ "spellcheck_bdict_language.h",
+ "spellcheck_common.cc",
+ "spellcheck_common.h",
+ "spellcheck_marker.h",
+ "spellcheck_message_generator.cc",
+ "spellcheck_message_generator.h",
+ "spellcheck_messages.h",
+ "spellcheck_result.h",
"spellcheck_switches.cc",
"spellcheck_switches.h",
]
+
+ deps = [
+ "//base",
+ "//ipc",
+ "//third_party/icu",
+ ]
}
« no previous file with comments | « components/spellcheck.gypi ('k') | components/spellcheck/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698