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