Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 17970003: New encryption/escrow endpoints for Wallet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deleting old escrow unit tests Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 # Duplicate these tests here because PathService has more items in 1779 # Duplicate these tests here because PathService has more items in
1780 # unit_tests than in base_unittests. 1780 # unit_tests than in base_unittests.
1781 '../base/path_service_unittest.cc', 1781 '../base/path_service_unittest.cc',
1782 1782
1783 # TODO(joi): Move to //components/components.gypi once 1783 # TODO(joi): Move to //components/components.gypi once
1784 # remaining dependencies back to //chrome are eliminated. 1784 # remaining dependencies back to //chrome are eliminated.
1785 '../components/autofill/content/browser/autocheckout/whitelist_manager_u nittest.cc', 1785 '../components/autofill/content/browser/autocheckout/whitelist_manager_u nittest.cc',
1786 '../components/autofill/content/browser/autocheckout_manager_unittest.cc ', 1786 '../components/autofill/content/browser/autocheckout_manager_unittest.cc ',
1787 '../components/autofill/content/browser/autocheckout_page_meta_data_unit test.cc', 1787 '../components/autofill/content/browser/autocheckout_page_meta_data_unit test.cc',
1788 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc ', 1788 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc ',
1789 '../components/autofill/content/browser/wallet/encryption_escrow_client_ unittest.cc',
1790 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', 1789 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc',
1791 '../components/autofill/content/browser/wallet/instrument_unittest.cc', 1790 '../components/autofill/content/browser/wallet/instrument_unittest.cc',
1792 '../components/autofill/content/browser/wallet/wallet_address_unittest.c c', 1791 '../components/autofill/content/browser/wallet/wallet_address_unittest.c c',
1793 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc ', 1792 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc ',
1794 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc' , 1793 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc' ,
1795 '../components/autofill/content/browser/wallet/wallet_service_url_unitte st.cc', 1794 '../components/autofill/content/browser/wallet/wallet_service_url_unitte st.cc',
1796 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit test.cc', 1795 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit test.cc',
1797 '../components/autofill/core/browser/address_field_unittest.cc', 1796 '../components/autofill/core/browser/address_field_unittest.cc',
1798 '../components/autofill/core/browser/address_unittest.cc', 1797 '../components/autofill/core/browser/address_unittest.cc',
1799 '../components/autofill/core/browser/android/auxiliary_profile_unittest_ android.cc', 1798 '../components/autofill/core/browser/android/auxiliary_profile_unittest_ android.cc',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2631 # more details. 2630 # more details.
2632 'DebugInformationFormat': '3', 2631 'DebugInformationFormat': '3',
2633 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2632 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2634 }, 2633 },
2635 }, 2634 },
2636 }, 2635 },
2637 ], 2636 ],
2638 }], 2637 }],
2639 ], # 'conditions' 2638 ], # 'conditions'
2640 } 2639 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698