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