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 1934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1945 '../components/autofill/content/browser/request_autocomplete_manager_uni
ttest.cc', | 1945 '../components/autofill/content/browser/request_autocomplete_manager_uni
ttest.cc', |
1946 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', | 1946 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', |
1947 '../components/autofill/content/browser/wallet/instrument_unittest.cc', | 1947 '../components/autofill/content/browser/wallet/instrument_unittest.cc', |
1948 '../components/autofill/content/browser/wallet/wallet_address_unittest.c
c', | 1948 '../components/autofill/content/browser/wallet/wallet_address_unittest.c
c', |
1949 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc
', | 1949 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc
', |
1950 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc'
, | 1950 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc'
, |
1951 '../components/autofill/content/browser/wallet/wallet_service_url_unitte
st.cc', | 1951 '../components/autofill/content/browser/wallet/wallet_service_url_unitte
st.cc', |
1952 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit
test.cc', | 1952 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit
test.cc', |
1953 '../components/autofill/core/browser/autofill_external_delegate_unittest
.cc', | 1953 '../components/autofill/core/browser/autofill_external_delegate_unittest
.cc', |
1954 '../components/autofill/core/browser/autofill_ie_toolbar_import_win_unit
test.cc', | 1954 '../components/autofill/core/browser/autofill_ie_toolbar_import_win_unit
test.cc', |
1955 '../components/autofill/core/browser/autofill_metrics_unittest.cc', | |
1956 '../components/autofill/core/browser/password_autofill_manager_unittest.
cc', | 1955 '../components/autofill/core/browser/password_autofill_manager_unittest.
cc', |
1957 '../components/autofill/core/browser/personal_data_manager_unittest.cc', | 1956 '../components/autofill/core/browser/personal_data_manager_unittest.cc', |
1958 | 1957 |
1959 # TODO(yael): Move to //components/components_tests.gypi once | 1958 # TODO(yael): Move to //components/components_tests.gypi once |
1960 # nacl_defines is moved out of chrome.gyp into a common place. | 1959 # nacl_defines is moved out of chrome.gyp into a common place. |
1961 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', | 1960 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
1962 '../components/nacl/loader/nacl_validation_query_unittest.cc', | 1961 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
1963 | 1962 |
1964 '../components/webdata/common/web_database_migration_unittest.cc', | 1963 '../components/webdata/common/web_database_migration_unittest.cc', |
1965 '../components/webdata/common/web_data_service_test_util.cc', | 1964 '../components/webdata/common/web_data_service_test_util.cc', |
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2884 'browser/ui/app_list/test/fake_profile_store.h', | 2883 'browser/ui/app_list/test/fake_profile_store.h', |
2885 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2884 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2886 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2885 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2887 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2886 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2888 ], | 2887 ], |
2889 }, | 2888 }, |
2890 ], | 2889 ], |
2891 }], | 2890 }], |
2892 ], # 'conditions' | 2891 ], # 'conditions' |
2893 } | 2892 } |
OLD | NEW |