| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', | 157 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', |
| 158 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 158 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
| 159 'browser/net/url_info_unittest.cc', | 159 'browser/net/url_info_unittest.cc', |
| 160 'browser/password_manager/chrome_password_manager_client_unittest.cc', | 160 'browser/password_manager/chrome_password_manager_client_unittest.cc', |
| 161 'browser/password_manager/password_manager_internals_service_unittest.cc', | 161 'browser/password_manager/password_manager_internals_service_unittest.cc', |
| 162 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 162 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
| 163 'browser/password_manager/password_store_mac_unittest.cc', | 163 'browser/password_manager/password_store_mac_unittest.cc', |
| 164 'browser/password_manager/password_store_win_unittest.cc', | 164 'browser/password_manager/password_store_win_unittest.cc', |
| 165 'browser/password_manager/password_store_x_unittest.cc', | 165 'browser/password_manager/password_store_x_unittest.cc', |
| 166 'browser/password_manager/save_password_infobar_delegate_unittest.cc', | 166 'browser/password_manager/save_password_infobar_delegate_unittest.cc', |
| 167 'browser/password_manager/simple_password_store_mac_unittest.cc', |
| 167 'browser/permissions/permission_manager_unittest.cc', | 168 'browser/permissions/permission_manager_unittest.cc', |
| 168 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 169 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 169 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 170 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 170 'browser/predictors/resource_prefetch_common_unittest.cc', | 171 'browser/predictors/resource_prefetch_common_unittest.cc', |
| 171 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', | 172 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
| 172 'browser/predictors/resource_prefetch_predictor_unittest.cc', | 173 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
| 173 'browser/predictors/resource_prefetcher_unittest.cc', | 174 'browser/predictors/resource_prefetcher_unittest.cc', |
| 174 'browser/prefs/chrome_pref_service_unittest.cc', | 175 'browser/prefs/chrome_pref_service_unittest.cc', |
| 175 'browser/prefs/command_line_pref_store_unittest.cc', | 176 'browser/prefs/command_line_pref_store_unittest.cc', |
| 176 'browser/prefs/incognito_mode_prefs_unittest.cc', | 177 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| (...skipping 2671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2848 'dependencies': [ | 2849 'dependencies': [ |
| 2849 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2850 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2850 ], | 2851 ], |
| 2851 }], | 2852 }], |
| 2852 ], | 2853 ], |
| 2853 }, | 2854 }, |
| 2854 ], | 2855 ], |
| 2855 }], | 2856 }], |
| 2856 ], # 'conditions' | 2857 ], # 'conditions' |
| 2857 } | 2858 } |
| OLD | NEW |