| 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1989 '../components/autofill/core/browser/password_generator_unittest.cc', | 1989 '../components/autofill/core/browser/password_generator_unittest.cc', |
| 1990 '../components/autofill/core/browser/personal_data_manager_unittest.cc', | 1990 '../components/autofill/core/browser/personal_data_manager_unittest.cc', |
| 1991 '../components/autofill/core/browser/phone_field_unittest.cc', | 1991 '../components/autofill/core/browser/phone_field_unittest.cc', |
| 1992 '../components/autofill/core/browser/phone_number_unittest.cc', | 1992 '../components/autofill/core/browser/phone_number_unittest.cc', |
| 1993 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', | 1993 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', |
| 1994 '../components/autofill/core/browser/validation_unittest.cc', | 1994 '../components/autofill/core/browser/validation_unittest.cc', |
| 1995 | 1995 |
| 1996 # TODO(caitkp): Move to //components/components_tests.gypi once | 1996 # TODO(caitkp): Move to //components/components_tests.gypi once |
| 1997 # remaining dependencies back to //chrome are eliminated. | 1997 # remaining dependencies back to //chrome are eliminated. |
| 1998 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc'
, | 1998 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc'
, |
| 1999 '../components/autofill/core/browser/webdata/web_data_service_unittest.c
c', | |
| 2000 | 1999 |
| 2001 # TODO(yael): Move to //components/components_tests.gypi once | 2000 # TODO(yael): Move to //components/components_tests.gypi once |
| 2002 # nacl_defines is moved out of chrome.gyp into a common place. | 2001 # nacl_defines is moved out of chrome.gyp into a common place. |
| 2003 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', | 2002 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
| 2004 '../components/nacl/loader/nacl_validation_query_unittest.cc', | 2003 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
| 2005 | 2004 |
| 2006 '../components/webdata/common/web_database_migration_unittest.cc', | 2005 '../components/webdata/common/web_database_migration_unittest.cc', |
| 2007 '../components/webdata/common/web_data_service_test_util.cc', | 2006 '../components/webdata/common/web_data_service_test_util.cc', |
| 2008 '../components/webdata/common/web_data_service_test_util.h', | 2007 '../components/webdata/common/web_data_service_test_util.h', |
| 2009 | 2008 |
| (...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2935 'browser/ui/app_list/test/fake_profile_store.cc', | 2934 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2936 'browser/ui/app_list/test/fake_profile_store.h', | 2935 'browser/ui/app_list/test/fake_profile_store.h', |
| 2937 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2936 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2938 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2937 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2939 ], | 2938 ], |
| 2940 }, | 2939 }, |
| 2941 ], | 2940 ], |
| 2942 }], | 2941 }], |
| 2943 ], # 'conditions' | 2942 ], # 'conditions' |
| 2944 } | 2943 } |
| OLD | NEW |