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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'syncable_prefs_unittest_sources': [ 778 'syncable_prefs_unittest_sources': [
779 'syncable_prefs/pref_model_associator_unittest.cc', 779 'syncable_prefs/pref_model_associator_unittest.cc',
780 'syncable_prefs/pref_service_syncable_unittest.cc', 780 'syncable_prefs/pref_service_syncable_unittest.cc',
781 ], 781 ],
782 'tracing_unittest_sources': [ 782 'tracing_unittest_sources': [
783 'tracing/graphics_memory_dump_provider_android_unittest.cc', 783 'tracing/graphics_memory_dump_provider_android_unittest.cc',
784 'tracing/process_metrics_memory_dump_provider_unittest.cc', 784 'tracing/process_metrics_memory_dump_provider_unittest.cc',
785 'tracing/trace_config_file_unittest.cc', 785 'tracing/trace_config_file_unittest.cc',
786 ], 786 ],
787 'translate_unittest_sources': [ 787 'translate_unittest_sources': [
788 'translate/core/browser/mock_translate_driver.cc',
788 'translate/core/browser/language_state_unittest.cc', 789 'translate/core/browser/language_state_unittest.cc',
789 'translate/core/browser/translate_browser_metrics_unittest.cc', 790 'translate/core/browser/translate_browser_metrics_unittest.cc',
790 'translate/core/browser/translate_language_list_unittest.cc', 791 'translate/core/browser/translate_language_list_unittest.cc',
791 'translate/core/browser/translate_manager_unittest.cc', 792 'translate/core/browser/translate_manager_unittest.cc',
792 'translate/core/browser/translate_prefs_unittest.cc', 793 'translate/core/browser/translate_prefs_unittest.cc',
793 'translate/core/browser/translate_script_unittest.cc', 794 'translate/core/browser/translate_script_unittest.cc',
795 'translate/core/browser/translate_ui_delegate_unittest.cc',
794 'translate/core/common/translate_metrics_unittest.cc', 796 'translate/core/common/translate_metrics_unittest.cc',
795 'translate/core/common/translate_util_unittest.cc', 797 'translate/core/common/translate_util_unittest.cc',
796 'translate/core/language_detection/language_detection_util_unittest.cc', 798 'translate/core/language_detection/language_detection_util_unittest.cc',
797 'translate/ios/browser/js_translate_manager_unittest.mm', 799 'translate/ios/browser/js_translate_manager_unittest.mm',
798 'translate/ios/browser/language_detection_controller_unittest.mm', 800 'translate/ios/browser/language_detection_controller_unittest.mm',
799 'translate/ios/browser/translate_controller_unittest.mm', 801 'translate/ios/browser/translate_controller_unittest.mm',
800 ], 802 ],
801 'ui_unittest_sources': [ 803 'ui_unittest_sources': [
802 'ui/zoom/page_zoom_unittests.cc', 804 'ui/zoom/page_zoom_unittests.cc',
803 ], 805 ],
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 'dependencies': [ 1896 'dependencies': [
1895 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1897 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1896 ], 1898 ],
1897 }], 1899 }],
1898 ], 1900 ],
1899 }, 1901 },
1900 ], 1902 ],
1901 }], 1903 }],
1902 ], 1904 ],
1903 } 1905 }
OLDNEW
« 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