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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc', | 165 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc', |
166 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', | 166 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', |
167 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 167 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
168 'browser/net/url_info_unittest.cc', | 168 'browser/net/url_info_unittest.cc', |
169 'browser/password_manager/chrome_password_manager_client_unittest.cc', | 169 'browser/password_manager/chrome_password_manager_client_unittest.cc', |
170 'browser/password_manager/password_manager_internals_service_unittest.cc', | 170 'browser/password_manager/password_manager_internals_service_unittest.cc', |
171 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 171 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
172 'browser/password_manager/password_store_mac_unittest.cc', | 172 'browser/password_manager/password_store_mac_unittest.cc', |
173 'browser/password_manager/password_store_win_unittest.cc', | 173 'browser/password_manager/password_store_win_unittest.cc', |
174 'browser/password_manager/password_store_x_unittest.cc', | 174 'browser/password_manager/password_store_x_unittest.cc', |
| 175 'browser/permissions/permission_manager_unittest.cc', |
175 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 176 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
176 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 177 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
177 'browser/predictors/resource_prefetch_common_unittest.cc', | 178 'browser/predictors/resource_prefetch_common_unittest.cc', |
178 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', | 179 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
179 'browser/predictors/resource_prefetch_predictor_unittest.cc', | 180 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
180 'browser/predictors/resource_prefetcher_unittest.cc', | 181 'browser/predictors/resource_prefetcher_unittest.cc', |
181 'browser/prefs/chrome_pref_service_unittest.cc', | 182 'browser/prefs/chrome_pref_service_unittest.cc', |
182 'browser/prefs/command_line_pref_store_unittest.cc', | 183 'browser/prefs/command_line_pref_store_unittest.cc', |
183 'browser/prefs/incognito_mode_prefs_unittest.cc', | 184 'browser/prefs/incognito_mode_prefs_unittest.cc', |
184 'browser/prefs/leveldb_pref_store_unittest.cc', | 185 'browser/prefs/leveldb_pref_store_unittest.cc', |
(...skipping 2602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2787 'dependencies': [ | 2788 'dependencies': [ |
2788 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2789 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2789 ], | 2790 ], |
2790 }], | 2791 }], |
2791 ], | 2792 ], |
2792 }, | 2793 }, |
2793 ], | 2794 ], |
2794 }], | 2795 }], |
2795 ], # 'conditions' | 2796 ], # 'conditions' |
2796 } | 2797 } |
OLD | NEW |