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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1138653003: Move card unmask interfaces and controller into the autofill component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit factory function comment Created 5 years, 7 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1051 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1052 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1052 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1053 'renderer/safe_browsing/scorer_unittest.cc', 1053 'renderer/safe_browsing/scorer_unittest.cc',
1054 ], 1054 ],
1055 # These are the enable_autofill_dialog = 1 sources. Some autofill tests 1055 # These are the enable_autofill_dialog = 1 sources. Some autofill tests
1056 # are always compiled. 1056 # are always compiled.
1057 'chrome_unit_tests_autofill_dialog_sources': [ 1057 'chrome_unit_tests_autofill_dialog_sources': [
1058 'browser/ui/autofill/account_chooser_model_unittest.cc', 1058 'browser/ui/autofill/account_chooser_model_unittest.cc',
1059 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', 1059 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
1060 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', 1060 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc',
1061 'browser/ui/autofill/card_unmask_prompt_controller_impl_unittest.cc',
1062 'browser/ui/autofill/country_combobox_model_unittest.cc', 1061 'browser/ui/autofill/country_combobox_model_unittest.cc',
1063 'browser/ui/autofill/data_model_wrapper_unittest.cc', 1062 'browser/ui/autofill/data_model_wrapper_unittest.cc',
1064 'browser/ui/autofill/mock_address_validator.cc', 1063 'browser/ui/autofill/mock_address_validator.cc',
1065 'browser/ui/autofill/mock_address_validator.h', 1064 'browser/ui/autofill/mock_address_validator.h',
1066 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', 1065 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc',
1067 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', 1066 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
1068 ], 1067 ],
1069 'chrome_unit_tests_plugins_sources': [ 1068 'chrome_unit_tests_plugins_sources': [
1070 'browser/component_updater/component_installers_unittest.cc', 1069 'browser/component_updater/component_installers_unittest.cc',
1071 'browser/metrics/plugin_metrics_provider_unittest.cc', 1070 'browser/metrics/plugin_metrics_provider_unittest.cc',
(...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after
2786 'dependencies': [ 2785 'dependencies': [
2787 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2786 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2788 ], 2787 ],
2789 }], 2788 }],
2790 ], 2789 ],
2791 }, 2790 },
2792 ], 2791 ],
2793 }], 2792 }],
2794 ], # 'conditions' 2793 ], # 'conditions'
2795 } 2794 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698