Index: components/spellcheck/common/BUILD.gn |
diff --git a/components/spellcheck/common/BUILD.gn b/components/spellcheck/common/BUILD.gn |
index d9fa04b98b4fccf92b4b37bfbf6bc90c56c3dd02..d55ad81c693b608633beef40800631afdd54af95 100644 |
--- a/components/spellcheck/common/BUILD.gn |
+++ b/components/spellcheck/common/BUILD.gn |
@@ -4,7 +4,19 @@ |
source_set("common") { |
sources = [ |
+ "spellcheck_bdict_language.h", |
+ "spellcheck_common.cc", |
+ "spellcheck_common.h", |
+ "spellcheck_marker.h", |
+ "spellcheck_messages.h", |
+ "spellcheck_result.h", |
"spellcheck_switches.cc", |
"spellcheck_switches.h", |
] |
+ |
+ deps = [ |
+ "//base", |
+ "//ipc", |
+ "//third_party/icu", |
+ ] |
} |