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

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: ComponentsTestSuite 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/components_tests.gyp » ('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 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 '../components/autofill/core/browser/form_structure_unittest.cc', 1987 '../components/autofill/core/browser/form_structure_unittest.cc',
1988 '../components/autofill/core/browser/name_field_unittest.cc', 1988 '../components/autofill/core/browser/name_field_unittest.cc',
1989 '../components/autofill/core/browser/password_autofill_manager_unittest. cc', 1989 '../components/autofill/core/browser/password_autofill_manager_unittest. cc',
1990 '../components/autofill/core/browser/password_generator_unittest.cc', 1990 '../components/autofill/core/browser/password_generator_unittest.cc',
1991 '../components/autofill/core/browser/personal_data_manager_unittest.cc', 1991 '../components/autofill/core/browser/personal_data_manager_unittest.cc',
1992 '../components/autofill/core/browser/phone_field_unittest.cc', 1992 '../components/autofill/core/browser/phone_field_unittest.cc',
1993 '../components/autofill/core/browser/phone_number_unittest.cc', 1993 '../components/autofill/core/browser/phone_number_unittest.cc',
1994 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', 1994 '../components/autofill/core/browser/phone_number_i18n_unittest.cc',
1995 '../components/autofill/core/browser/validation_unittest.cc', 1995 '../components/autofill/core/browser/validation_unittest.cc',
1996 1996
1997 # TODO(caitkp): Move to //components/components_tests.gypi once
1998 # remaining dependencies back to //chrome are eliminated.
1999 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc' ,
2000 '../components/autofill/core/browser/webdata/web_data_service_unittest.c c',
2001
2002 # TODO(yael): Move to //components/components_tests.gypi once 1997 # TODO(yael): Move to //components/components_tests.gypi once
2003 # nacl_defines is moved out of chrome.gyp into a common place. 1998 # nacl_defines is moved out of chrome.gyp into a common place.
2004 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 1999 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
2005 '../components/nacl/loader/nacl_validation_query_unittest.cc', 2000 '../components/nacl/loader/nacl_validation_query_unittest.cc',
2006 2001
2007 '../components/webdata/common/web_database_migration_unittest.cc', 2002 '../components/webdata/common/web_database_migration_unittest.cc',
2008 '../components/webdata/common/web_data_service_test_util.cc', 2003 '../components/webdata/common/web_data_service_test_util.cc',
2009 '../components/webdata/common/web_data_service_test_util.h', 2004 '../components/webdata/common/web_data_service_test_util.h',
2010 '../components/webdata/encryptor/ie7_password_unittest_win.cc', 2005 '../components/webdata/encryptor/ie7_password_unittest_win.cc',
2011 2006
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 'browser/ui/app_list/test/fake_profile_store.cc', 2921 'browser/ui/app_list/test/fake_profile_store.cc',
2927 'browser/ui/app_list/test/fake_profile_store.h', 2922 'browser/ui/app_list/test/fake_profile_store.h',
2928 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2923 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2929 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2924 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2930 ], 2925 ],
2931 }, 2926 },
2932 ], 2927 ],
2933 }], 2928 }],
2934 ], # 'conditions' 2929 ], # 'conditions'
2935 } 2930 }
OLDNEW
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/components_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698