| 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 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1795 # Duplicate these tests here because PathService has more items in | 1795 # Duplicate these tests here because PathService has more items in |
| 1796 # unit_tests than in base_unittests. | 1796 # unit_tests than in base_unittests. |
| 1797 '../base/path_service_unittest.cc', | 1797 '../base/path_service_unittest.cc', |
| 1798 | 1798 |
| 1799 # TODO(joi): Move to //components/components_tests.gypi once | 1799 # TODO(joi): Move to //components/components_tests.gypi once |
| 1800 # remaining dependencies back to //chrome are eliminated. | 1800 # remaining dependencies back to //chrome are eliminated. |
| 1801 '../components/autofill/content/browser/autocheckout/whitelist_manager_u
nittest.cc', | 1801 '../components/autofill/content/browser/autocheckout/whitelist_manager_u
nittest.cc', |
| 1802 '../components/autofill/content/browser/autocheckout_manager_unittest.cc
', | 1802 '../components/autofill/content/browser/autocheckout_manager_unittest.cc
', |
| 1803 '../components/autofill/content/browser/autocheckout_page_meta_data_unit
test.cc', | 1803 '../components/autofill/content/browser/autocheckout_page_meta_data_unit
test.cc', |
| 1804 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc
', | 1804 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc
', |
| 1805 '../components/autofill/content/browser/wallet/encryption_escrow_client_
unittest.cc', | |
| 1806 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', | 1805 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', |
| 1807 '../components/autofill/content/browser/wallet/instrument_unittest.cc', | 1806 '../components/autofill/content/browser/wallet/instrument_unittest.cc', |
| 1808 '../components/autofill/content/browser/wallet/wallet_address_unittest.c
c', | 1807 '../components/autofill/content/browser/wallet/wallet_address_unittest.c
c', |
| 1809 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc
', | 1808 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc
', |
| 1810 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc'
, | 1809 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc'
, |
| 1811 '../components/autofill/content/browser/wallet/wallet_service_url_unitte
st.cc', | 1810 '../components/autofill/content/browser/wallet/wallet_service_url_unitte
st.cc', |
| 1812 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit
test.cc', | 1811 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit
test.cc', |
| 1813 '../components/autofill/core/browser/address_field_unittest.cc', | 1812 '../components/autofill/core/browser/address_field_unittest.cc', |
| 1814 '../components/autofill/core/browser/address_unittest.cc', | 1813 '../components/autofill/core/browser/address_unittest.cc', |
| 1815 '../components/autofill/core/browser/android/auxiliary_profile_unittest_
android.cc', | 1814 '../components/autofill/core/browser/android/auxiliary_profile_unittest_
android.cc', |
| (...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2659 # more details. | 2658 # more details. |
| 2660 'DebugInformationFormat': '3', | 2659 'DebugInformationFormat': '3', |
| 2661 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2660 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2662 }, | 2661 }, |
| 2663 }, | 2662 }, |
| 2664 }, | 2663 }, |
| 2665 ], | 2664 ], |
| 2666 }], | 2665 }], |
| 2667 ], # 'conditions' | 2666 ], # 'conditions' |
| 2668 } | 2667 } |
| OLD | NEW |