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 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1756 | 1756 |
1757 # Duplicate these tests here because PathService has more items in | 1757 # Duplicate these tests here because PathService has more items in |
1758 # unit_tests than in base_unittests. | 1758 # unit_tests than in base_unittests. |
1759 '../base/path_service_unittest.cc', | 1759 '../base/path_service_unittest.cc', |
1760 | 1760 |
1761 # TODO(joi): Move to //components/components.gypi once | 1761 # TODO(joi): Move to //components/components.gypi once |
1762 # remaining dependencies back to //chrome are eliminated. | 1762 # remaining dependencies back to //chrome are eliminated. |
1763 '../components/autofill/content/browser/autocheckout/whitelist_manager_u
nittest.cc', | 1763 '../components/autofill/content/browser/autocheckout/whitelist_manager_u
nittest.cc', |
1764 '../components/autofill/content/browser/autocheckout_manager_unittest.cc
', | 1764 '../components/autofill/content/browser/autocheckout_manager_unittest.cc
', |
1765 '../components/autofill/content/browser/autocheckout_page_meta_data_unit
test.cc', | 1765 '../components/autofill/content/browser/autocheckout_page_meta_data_unit
test.cc', |
| 1766 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc
', |
1766 '../components/autofill/content/browser/wallet/encryption_escrow_client_
unittest.cc', | 1767 '../components/autofill/content/browser/wallet/encryption_escrow_client_
unittest.cc', |
1767 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', | 1768 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', |
1768 '../components/autofill/content/browser/wallet/instrument_unittest.cc', | 1769 '../components/autofill/content/browser/wallet/instrument_unittest.cc', |
1769 '../components/autofill/content/browser/wallet/wallet_address_unittest.c
c', | 1770 '../components/autofill/content/browser/wallet/wallet_address_unittest.c
c', |
1770 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc
', | 1771 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc
', |
1771 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc'
, | 1772 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc'
, |
1772 '../components/autofill/content/browser/wallet/wallet_service_url_unitte
st.cc', | 1773 '../components/autofill/content/browser/wallet/wallet_service_url_unitte
st.cc', |
1773 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit
test.cc', | 1774 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit
test.cc', |
1774 '../components/autofill/core/browser/address_field_unittest.cc', | 1775 '../components/autofill/core/browser/address_field_unittest.cc', |
1775 '../components/autofill/core/browser/address_unittest.cc', | 1776 '../components/autofill/core/browser/address_unittest.cc', |
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2596 # more details. | 2597 # more details. |
2597 'DebugInformationFormat': '3', | 2598 'DebugInformationFormat': '3', |
2598 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2599 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2599 }, | 2600 }, |
2600 }, | 2601 }, |
2601 }, | 2602 }, |
2602 ], | 2603 ], |
2603 }], | 2604 }], |
2604 ], # 'conditions' | 2605 ], # 'conditions' |
2605 } | 2606 } |
OLD | NEW |