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

Unified Diff: chrome/test/BUILD.gn

Issue 2198143002: Componentize spellcheck [3]: move renderer/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 b1c07cc9b53c5b720e5a1e594966ff0cc578984e..8c5263decabf54114b9e220e2985136d3a63e9fd 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1930,22 +1930,12 @@ test("unit_tests") {
".",
"//chrome")
}
+
if (enable_spellcheck) {
sources += rebase_path(
chrome_tests_unit_gypi_values.chrome_unit_tests_spellchecker_sources,
".",
"//chrome")
- 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 (enable_one_click_signin) {
@@ -2170,8 +2160,6 @@ test("unit_tests") {
"../browser/ui/tests/ui_gfx_image_unittest.cc",
# This tests Chrome's spellchecker which Mac doesn't use.
- "../renderer/spellchecker/spellcheck_multilingual_unittest.cc",
- "../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc",
"../tools/convert_dict/convert_dict_unittest.cc",
]
« 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