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

Unified Diff: chrome/test/BUILD.gn

Issue 2857353002: Convert Spellcheck host MessageFilter IPC to mojo (Closed)
Patch Set: Use MakeUnique for the MessageLoop in TestingSpellCheckProvider. Created 3 years, 7 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/browser/spellchecker/spellcheck_service_browsertest.cc ('k') | components/spellcheck/common/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 860813612cd9e690be6d7057ce049c36e950f6d3..2fdeb2bdb6c2556610b9027d6f516b5d1dd7f7fa 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3685,11 +3685,14 @@ test("unit_tests") {
sources += [
"../browser/spellchecker/spellcheck_custom_dictionary_unittest.cc",
"../browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc",
- "../browser/spellchecker/spellcheck_message_filter_unittest.cc",
"../browser/spellchecker/spellcheck_service_unittest.cc",
"../browser/spellchecker/spelling_service_client_unittest.cc",
"../tools/convert_dict/convert_dict_unittest.cc",
]
+
+ if (!use_browser_spellchecker) {
+ sources += [ "../browser/spellchecker/spellcheck_host_impl_unittest.cc" ]
+ }
}
if (enable_one_click_signin) {
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_service_browsertest.cc ('k') | components/spellcheck/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698