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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 51923002: Move password_form_fill_data_unittest.cc into components_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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') | no next file with comments »
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 1942 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 '../components/autofill/core/browser/password_autofill_manager_unittest. cc', 1953 '../components/autofill/core/browser/password_autofill_manager_unittest. cc',
1954 '../components/autofill/core/browser/password_generator_unittest.cc', 1954 '../components/autofill/core/browser/password_generator_unittest.cc',
1955 '../components/autofill/core/browser/personal_data_manager_unittest.cc', 1955 '../components/autofill/core/browser/personal_data_manager_unittest.cc',
1956 '../components/autofill/core/browser/phone_field_unittest.cc', 1956 '../components/autofill/core/browser/phone_field_unittest.cc',
1957 '../components/autofill/core/browser/phone_number_unittest.cc', 1957 '../components/autofill/core/browser/phone_number_unittest.cc',
1958 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', 1958 '../components/autofill/core/browser/phone_number_i18n_unittest.cc',
1959 '../components/autofill/core/browser/validation_unittest.cc', 1959 '../components/autofill/core/browser/validation_unittest.cc',
1960 1960
1961 # TODO(caitkp): Move to //components/components_tests.gypi once 1961 # TODO(caitkp): Move to //components/components_tests.gypi once
1962 # remaining dependencies back to //chrome are eliminated. 1962 # remaining dependencies back to //chrome are eliminated.
1963 '../components/autofill/core/browser/webdata/autofill_entry_unittest.cc' , 1963 '../components/autofill/core/browser/webdata/autofill_entry_unittest.cc' ,
tfarina 2013/10/30 01:10:10 I haven't figure out the right set of deps/changes
Lei Zhang 2013/10/30 02:20:29 https://codereview.chromium.org/50783008
1964 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc' , 1964 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc' ,
1965 '../components/autofill/core/browser/webdata/web_data_service_unittest.c c', 1965 '../components/autofill/core/browser/webdata/web_data_service_unittest.c c',
1966 '../components/autofill/core/common/password_form_fill_data_unittest.cc' ,
1967 1966
1968 # TODO(yael): Move to //components/components_tests.gypi once 1967 # TODO(yael): Move to //components/components_tests.gypi once
1969 # nacl_defines is moved out of chrome.gyp into a common place. 1968 # nacl_defines is moved out of chrome.gyp into a common place.
1970 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 1969 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
1971 '../components/nacl/loader/nacl_validation_query_unittest.cc', 1970 '../components/nacl/loader/nacl_validation_query_unittest.cc',
1972 1971
1973 '../components/webdata/common/web_database_migration_unittest.cc', 1972 '../components/webdata/common/web_database_migration_unittest.cc',
1974 '../components/webdata/common/web_data_service_test_util.cc', 1973 '../components/webdata/common/web_data_service_test_util.cc',
1975 '../components/webdata/common/web_data_service_test_util.h', 1974 '../components/webdata/common/web_data_service_test_util.h',
1976 '../components/webdata/encryptor/ie7_password_unittest_win.cc', 1975 '../components/webdata/encryptor/ie7_password_unittest_win.cc',
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 'browser/ui/app_list/test/fake_profile.h', 2899 'browser/ui/app_list/test/fake_profile.h',
2901 'browser/ui/app_list/test/fake_profile_store.cc', 2900 'browser/ui/app_list/test/fake_profile_store.cc',
2902 'browser/ui/app_list/test/fake_profile_store.h', 2901 'browser/ui/app_list/test/fake_profile_store.h',
2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2902 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2904 ], 2903 ],
2905 }, 2904 },
2906 ], 2905 ],
2907 }], 2906 }],
2908 ], # 'conditions' 2907 ], # 'conditions'
2909 } 2908 }
OLDNEW
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698