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

Unified Diff: chrome/test/BUILD.gn

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/renderer/spellchecker/spelling_engine.h ('k') | chrome/test/base/chrome_render_view_test.cc » ('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 62ae088ead46d2052d12a0d07015dd6dd55abda2..3066eea2f6696d8e406828aa6b88ea0a4188cda7 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1910,17 +1910,20 @@ test("unit_tests") {
chrome_tests_unit_gypi_values.chrome_unit_tests_spellchecker_sources,
".",
"//chrome")
+
+ deps += [ "//components/spellcheck/browser:unit_tests", "//components/spellcheck/common" ]
+
if (is_mac && !is_ios) {
deps += [ "//third_party/hunspell" ]
}
- if (is_android) {
- sources -= [
- "../renderer/spellchecker/spellcheck_multilingual_unittest.cc",
- "../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc",
- "../renderer/spellchecker/spellcheck_unittest.cc",
- ]
- }
+# if (is_android) {
+# sources -= [
+# "../renderer/spellchecker/spellcheck_multilingual_unittest.cc",
+# "../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc",
+# "../renderer/spellchecker/spellcheck_unittest.cc",
+# ]
+# }
}
if (enable_one_click_signin) {
« no previous file with comments | « chrome/renderer/spellchecker/spelling_engine.h ('k') | chrome/test/base/chrome_render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698