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

Unified Diff: chrome/chrome_tests_unit.gypi

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 | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index d01399b2c43a25a61bac0ae17d4df12a70a00e7d..25181d8c932ad177425c905285b7e75f689195dc 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2277,12 +2277,6 @@
'dependencies!': [
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
],
- 'sources!': [
- 'common/spellcheck_common_unittest.cc',
- 'renderer/spellchecker/spellcheck_multilingual_unittest.cc',
- 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
- 'renderer/spellchecker/spellcheck_unittest.cc',
- ],
'ldflags': [
# Some android targets still depend on --gc-sections to link.
# TODO: remove --gc-sections for Debug builds (crbug.com/159847).
@@ -2314,6 +2308,14 @@
['OS!="mac" and OS!="ios"', {
'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ],
}],
+ ['OS=="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',
+ ],
+ }]
],
}],
['enable_one_click_signin==1', {
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698