Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 82353002: Move more webdata unittests into components_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm include Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/test/run_all_unittests.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
1989 '../components/autofill/core/browser/form_structure_unittest.cc', 1989 '../components/autofill/core/browser/form_structure_unittest.cc',
1990 '../components/autofill/core/browser/name_field_unittest.cc', 1990 '../components/autofill/core/browser/name_field_unittest.cc',
1991 '../components/autofill/core/browser/password_autofill_manager_unittest. cc', 1991 '../components/autofill/core/browser/password_autofill_manager_unittest. cc',
1992 '../components/autofill/core/browser/password_generator_unittest.cc', 1992 '../components/autofill/core/browser/password_generator_unittest.cc',
1993 '../components/autofill/core/browser/personal_data_manager_unittest.cc', 1993 '../components/autofill/core/browser/personal_data_manager_unittest.cc',
1994 '../components/autofill/core/browser/phone_field_unittest.cc', 1994 '../components/autofill/core/browser/phone_field_unittest.cc',
1995 '../components/autofill/core/browser/phone_number_unittest.cc', 1995 '../components/autofill/core/browser/phone_number_unittest.cc',
1996 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', 1996 '../components/autofill/core/browser/phone_number_i18n_unittest.cc',
1997 '../components/autofill/core/browser/validation_unittest.cc', 1997 '../components/autofill/core/browser/validation_unittest.cc',
1998 1998
1999 # TODO(caitkp): Move to //components/components_tests.gypi once
2000 # remaining dependencies back to //chrome are eliminated.
2001 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc' ,
2002 '../components/autofill/core/browser/webdata/web_data_service_unittest.c c',
2003
2004 # TODO(yael): Move to //components/components_tests.gypi once 1999 # TODO(yael): Move to //components/components_tests.gypi once
2005 # nacl_defines is moved out of chrome.gyp into a common place. 2000 # nacl_defines is moved out of chrome.gyp into a common place.
2006 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 2001 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
2007 '../components/nacl/loader/nacl_validation_query_unittest.cc', 2002 '../components/nacl/loader/nacl_validation_query_unittest.cc',
2008 2003
2009 '../components/webdata/common/web_database_migration_unittest.cc', 2004 '../components/webdata/common/web_database_migration_unittest.cc',
2010 '../components/webdata/common/web_data_service_test_util.cc', 2005 '../components/webdata/common/web_data_service_test_util.cc',
2011 '../components/webdata/common/web_data_service_test_util.h', 2006 '../components/webdata/common/web_data_service_test_util.h',
2012 '../components/webdata/encryptor/ie7_password_unittest_win.cc', 2007 '../components/webdata/encryptor/ie7_password_unittest_win.cc',
2013 2008
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
2930 'browser/ui/app_list/test/fake_profile_store.cc', 2925 'browser/ui/app_list/test/fake_profile_store.cc',
2931 'browser/ui/app_list/test/fake_profile_store.h', 2926 'browser/ui/app_list/test/fake_profile_store.h',
2932 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2927 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2933 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2928 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2934 ], 2929 ],
2935 }, 2930 },
2936 ], 2931 ],
2937 }], 2932 }],
2938 ], # 'conditions' 2933 ], # 'conditions'
2939 } 2934 }
OLDNEW
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/test/run_all_unittests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698