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

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 ng build 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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'tracing/graphics_memory_dump_provider_android_unittest.cc', 760 'tracing/graphics_memory_dump_provider_android_unittest.cc',
761 'tracing/trace_config_file_unittest.cc', 761 'tracing/trace_config_file_unittest.cc',
762 ], 762 ],
763 'translate_unittest_sources': [ 763 'translate_unittest_sources': [
764 'translate/core/browser/language_state_unittest.cc', 764 'translate/core/browser/language_state_unittest.cc',
765 'translate/core/browser/translate_browser_metrics_unittest.cc', 765 'translate/core/browser/translate_browser_metrics_unittest.cc',
766 'translate/core/browser/translate_language_list_unittest.cc', 766 'translate/core/browser/translate_language_list_unittest.cc',
767 'translate/core/browser/translate_manager_unittest.cc', 767 'translate/core/browser/translate_manager_unittest.cc',
768 'translate/core/browser/translate_prefs_unittest.cc', 768 'translate/core/browser/translate_prefs_unittest.cc',
769 'translate/core/browser/translate_script_unittest.cc', 769 'translate/core/browser/translate_script_unittest.cc',
770 'translate/core/browser/translate_ui_delegate_unittest.cc',
770 'translate/core/common/translate_metrics_unittest.cc', 771 'translate/core/common/translate_metrics_unittest.cc',
771 'translate/core/common/translate_util_unittest.cc', 772 'translate/core/common/translate_util_unittest.cc',
772 'translate/core/language_detection/language_detection_util_unittest.cc', 773 'translate/core/language_detection/language_detection_util_unittest.cc',
773 'translate/ios/browser/js_translate_manager_unittest.mm', 774 'translate/ios/browser/js_translate_manager_unittest.mm',
774 'translate/ios/browser/language_detection_controller_unittest.mm', 775 'translate/ios/browser/language_detection_controller_unittest.mm',
775 'translate/ios/browser/translate_controller_unittest.mm', 776 'translate/ios/browser/translate_controller_unittest.mm',
776 ], 777 ],
777 'ui_unittest_sources': [ 778 'ui_unittest_sources': [
778 'ui/zoom/page_zoom_unittests.cc', 779 'ui/zoom/page_zoom_unittests.cc',
779 ], 780 ],
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 'dependencies': [ 1888 'dependencies': [
1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1889 ], 1890 ],
1890 }], 1891 }],
1891 ], 1892 ],
1892 }, 1893 },
1893 ], 1894 ],
1894 }], 1895 }],
1895 ], 1896 ],
1896 } 1897 }
OLDNEW
« no previous file with comments | « no previous file | components/translate/core/browser/BUILD.gn » ('j') | components/translate/core/browser/translate_ui_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698