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

Unified Diff: components/components_tests.gyp

Issue 1632953002: Change the TranslateDeclined() to only count decline if the explicit_closed is set to true (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac unit test breakage Created 4 years, 10 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 73a7b3079c9ae2d5d6aee81aa25f8c37a119c41b..9d68a5d5942b3c685479864344868851b13d3125 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -785,12 +785,14 @@
'tracing/trace_config_file_unittest.cc',
],
'translate_unittest_sources': [
+ 'translate/core/browser/mock_translate_driver.cc',
'translate/core/browser/language_state_unittest.cc',
'translate/core/browser/translate_browser_metrics_unittest.cc',
'translate/core/browser/translate_language_list_unittest.cc',
'translate/core/browser/translate_manager_unittest.cc',
'translate/core/browser/translate_prefs_unittest.cc',
'translate/core/browser/translate_script_unittest.cc',
+ 'translate/core/browser/translate_ui_delegate_unittest.cc',
'translate/core/common/translate_metrics_unittest.cc',
'translate/core/common/translate_util_unittest.cc',
'translate/core/language_detection/language_detection_util_unittest.cc',
« no previous file with comments | « no previous file | components/translate/core/browser/BUILD.gn » ('j') | components/translate/core/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698