| 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 1932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1943 # remaining dependencies back to //chrome are eliminated. | 1943 # remaining dependencies back to //chrome are eliminated. |
| 1944 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc
', | 1944 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc
', |
| 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', | |
| 1954 '../components/autofill/core/browser/autofill_ie_toolbar_import_win_unit
test.cc', | |
| 1955 '../components/autofill/core/browser/autofill_metrics_unittest.cc', | 1953 '../components/autofill/core/browser/autofill_metrics_unittest.cc', |
| 1956 '../components/autofill/core/browser/password_autofill_manager_unittest.
cc', | |
| 1957 '../components/autofill/core/browser/personal_data_manager_unittest.cc', | |
| 1958 | 1954 |
| 1959 # TODO(yael): Move to //components/components_tests.gypi once | 1955 # TODO(yael): Move to //components/components_tests.gypi once |
| 1960 # nacl_defines is moved out of chrome.gyp into a common place. | 1956 # nacl_defines is moved out of chrome.gyp into a common place. |
| 1961 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', | 1957 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
| 1962 '../components/nacl/loader/nacl_validation_query_unittest.cc', | 1958 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
| 1963 | 1959 |
| 1964 '../components/webdata/common/web_database_migration_unittest.cc', | 1960 '../components/webdata/common/web_database_migration_unittest.cc', |
| 1965 '../components/webdata/common/web_data_service_test_util.cc', | 1961 '../components/webdata/common/web_data_service_test_util.cc', |
| 1966 '../components/webdata/common/web_data_service_test_util.h', | 1962 '../components/webdata/common/web_data_service_test_util.h', |
| 1967 | 1963 |
| (...skipping 915 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 |