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", |
+ ] |
} |