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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1230933002: Patch 3.1: Refactored spellcheck_message_filter to be generic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@platform_flag
Patch Set: Updated gn build variable to match gyp side Created 5 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/chrome_tests.gypi ('k') | chrome/common/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 1a668ef6c81089b72abebe7318ccaced4e77bb07..5b6ec2216c6682b6eec93ddfc2362231f5e4630d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -606,7 +606,7 @@
'browser/spellchecker/spellcheck_action_unittest.cc',
'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
- 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc',
+ 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc',
'browser/spellchecker/spellcheck_message_filter_unittest.cc',
'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
'browser/spellchecker/spellcheck_service_unittest.cc',
@@ -2655,6 +2655,9 @@
'dependencies!': [
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
],
+ 'sources!': [
+ 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
+ ],
'ldflags': [
# Some android targets still depend on --gc-sections to link.
# TODO: remove --gc-sections for Debug builds (crbug.com/159847).
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698