Skip to content

Commit

Permalink
Remove the spelling/ directory.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601952049
  • Loading branch information
hiroyuki-komatsu committed Jan 27, 2024
1 parent 492e690 commit 56f218b
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 673 deletions.
7 changes: 0 additions & 7 deletions src/session/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,11 @@ mozc_cc_library(
hdrs = ["session_handler.h"],
deps = mozc_select(
android = [
"//spelling:spellchecker_service_interface",
],
client = [],
default = [
":session_watch_dog",
"//base:process",
"//spelling:spellchecker_service_interface",
],
linux = [
":session_watch_dog",
Expand Down Expand Up @@ -351,16 +349,12 @@ mozc_cc_library(
hdrs = ["session_handler_test_util.h"],
deps = mozc_select(
android = [
"//spelling:spellchecker_service_interface",
"//spelling:spellchecker_service_registration",
],
default = [
":session_watch_dog",
],
linux = [
":session_watch_dog",
"//spelling:spellchecker_service_interface",
"//spelling:spellchecker_service_registration",
],
) + [
":session_handler",
Expand Down Expand Up @@ -425,7 +419,6 @@ mozc_cc_test(
"//protocol:commands_cc_proto",
"//protocol:config_cc_proto",
"//session/internal:keymap",
"//spelling:spellchecker_service_interface",
"//testing:gunit_main",
"//usage_stats:usage_stats_testing_util",
"@com_google_absl//absl/flags:flag",
Expand Down
228 changes: 0 additions & 228 deletions src/spelling/BUILD.bazel

This file was deleted.

29 changes: 0 additions & 29 deletions src/spelling/rulebased_filter.cc

This file was deleted.

33 changes: 0 additions & 33 deletions src/spelling/rulebased_filter.h

This file was deleted.

31 changes: 0 additions & 31 deletions src/spelling/rulebased_filter_test.cc

This file was deleted.

29 changes: 0 additions & 29 deletions src/spelling/rulebased_lm.cc

This file was deleted.

Loading

0 comments on commit 56f218b

Please sign in to comment.