OLD | NEW |
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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', | 1053 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', |
1054 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', | 1054 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', |
1055 'renderer/safe_browsing/scorer_unittest.cc', | 1055 'renderer/safe_browsing/scorer_unittest.cc', |
1056 ], | 1056 ], |
1057 # These are the enable_autofill_dialog = 1 sources. Some autofill tests | 1057 # These are the enable_autofill_dialog = 1 sources. Some autofill tests |
1058 # are always compiled. | 1058 # are always compiled. |
1059 'chrome_unit_tests_autofill_dialog_sources': [ | 1059 'chrome_unit_tests_autofill_dialog_sources': [ |
1060 'browser/ui/autofill/account_chooser_model_unittest.cc', | 1060 'browser/ui/autofill/account_chooser_model_unittest.cc', |
1061 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', | 1061 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', |
1062 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', | 1062 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', |
1063 'browser/ui/autofill/card_unmask_prompt_controller_impl_unittest.cc', | |
1064 'browser/ui/autofill/country_combobox_model_unittest.cc', | 1063 'browser/ui/autofill/country_combobox_model_unittest.cc', |
1065 'browser/ui/autofill/data_model_wrapper_unittest.cc', | 1064 'browser/ui/autofill/data_model_wrapper_unittest.cc', |
1066 'browser/ui/autofill/mock_address_validator.cc', | 1065 'browser/ui/autofill/mock_address_validator.cc', |
1067 'browser/ui/autofill/mock_address_validator.h', | 1066 'browser/ui/autofill/mock_address_validator.h', |
1068 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', | 1067 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', |
1069 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', | 1068 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', |
1070 ], | 1069 ], |
1071 'chrome_unit_tests_plugins_sources': [ | 1070 'chrome_unit_tests_plugins_sources': [ |
1072 'browser/component_updater/component_installers_unittest.cc', | 1071 'browser/component_updater/component_installers_unittest.cc', |
1073 'browser/metrics/plugin_metrics_provider_unittest.cc', | 1072 'browser/metrics/plugin_metrics_provider_unittest.cc', |
(...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2798 'dependencies': [ | 2797 'dependencies': [ |
2799 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2798 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2800 ], | 2799 ], |
2801 }], | 2800 }], |
2802 ], | 2801 ], |
2803 }, | 2802 }, |
2804 ], | 2803 ], |
2805 }], | 2804 }], |
2806 ], # 'conditions' | 2805 ], # 'conditions' |
2807 } | 2806 } |
OLD | NEW |