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

Unified Diff: chrome/test/BUILD.gn

Issue 1412013008: Make unit_test compile on Android & GN part 1/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/chrome_tests_unit.gypi ('k') | no next file » | 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 ba1b137c1204ca0cf941af57933e873adc2afd34..5f99214ec75fb25f1988708097f804cf46438c39 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1579,7 +1579,6 @@ if (!is_android) {
if (!is_ios) {
deps += [
":unit_tests_js",
- "//components/audio_modem:test_support",
"//components/autofill/content/browser/wallet:test_support",
"//components/autofill/content/renderer:test_support",
"//components/data_reduction_proxy/core/browser:test_support",
@@ -1646,6 +1645,15 @@ if (!is_android) {
if (is_mac && !is_ios) {
deps += [ "//third_party/hunspell" ]
}
+
+ if (is_android) {
+ sources -= [
+ "../common/spellcheck_common_unittest.cc",
+ "../renderer/spellchecker/spellcheck_multilingual_unittest.cc",
+ "../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc",
+ "../renderer/spellchecker/spellcheck_unittest.cc",
+ ]
+ }
}
if (enable_one_click_signin) {
@@ -1662,6 +1670,7 @@ if (!is_android) {
"//chrome")
deps += [
"//chrome/common/extensions/api",
+ "//components/audio_modem:test_support",
"//device/usb:mocks",
"//extensions:extensions_resources",
"//extensions/strings",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698