| 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 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', | 1050 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', |
| 1051 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', | 1051 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', |
| 1052 'renderer/safe_browsing/scorer_unittest.cc', | 1052 'renderer/safe_browsing/scorer_unittest.cc', |
| 1053 ], | 1053 ], |
| 1054 # These are the enable_autofill_dialog = 1 sources. Some autofill tests | 1054 # These are the enable_autofill_dialog = 1 sources. Some autofill tests |
| 1055 # are always compiled. | 1055 # are always compiled. |
| 1056 'chrome_unit_tests_autofill_dialog_sources': [ | 1056 'chrome_unit_tests_autofill_dialog_sources': [ |
| 1057 'browser/ui/autofill/account_chooser_model_unittest.cc', | 1057 'browser/ui/autofill/account_chooser_model_unittest.cc', |
| 1058 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', | 1058 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', |
| 1059 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', | 1059 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', |
| 1060 'browser/ui/autofill/card_unmask_prompt_controller_impl_unittest.cc', |
| 1060 'browser/ui/autofill/country_combobox_model_unittest.cc', | 1061 'browser/ui/autofill/country_combobox_model_unittest.cc', |
| 1061 'browser/ui/autofill/data_model_wrapper_unittest.cc', | 1062 'browser/ui/autofill/data_model_wrapper_unittest.cc', |
| 1062 'browser/ui/autofill/mock_address_validator.cc', | 1063 'browser/ui/autofill/mock_address_validator.cc', |
| 1063 'browser/ui/autofill/mock_address_validator.h', | 1064 'browser/ui/autofill/mock_address_validator.h', |
| 1064 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', | 1065 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', |
| 1065 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', | 1066 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', |
| 1066 ], | 1067 ], |
| 1067 'chrome_unit_tests_plugins_sources': [ | 1068 'chrome_unit_tests_plugins_sources': [ |
| 1068 'browser/component_updater/test/component_installers_unittest.cc', | 1069 'browser/component_updater/test/component_installers_unittest.cc', |
| 1069 'browser/metrics/plugin_metrics_provider_unittest.cc', | 1070 'browser/metrics/plugin_metrics_provider_unittest.cc', |
| (...skipping 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2761 'dependencies': [ | 2762 'dependencies': [ |
| 2762 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2763 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2763 ], | 2764 ], |
| 2764 }], | 2765 }], |
| 2765 ], | 2766 ], |
| 2766 }, | 2767 }, |
| 2767 ], | 2768 ], |
| 2768 }], | 2769 }], |
| 2769 ], # 'conditions' | 2770 ], # 'conditions' |
| 2770 } | 2771 } |
| OLD | NEW |