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

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: Dane's review 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 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1787 # Duplicate these tests here because PathService has more items in 1787 # Duplicate these tests here because PathService has more items in
1788 # unit_tests than in base_unittests. 1788 # unit_tests than in base_unittests.
1789 '../base/path_service_unittest.cc', 1789 '../base/path_service_unittest.cc',
1790 1790
1791 # TODO(joi): Move to //components/components_tests.gypi once 1791 # TODO(joi): Move to //components/components_tests.gypi once
1792 # remaining dependencies back to //chrome are eliminated. 1792 # remaining dependencies back to //chrome are eliminated.
1793 '../components/autofill/content/browser/autocheckout/whitelist_manager_u nittest.cc', 1793 '../components/autofill/content/browser/autocheckout/whitelist_manager_u nittest.cc',
1794 '../components/autofill/content/browser/autocheckout_manager_unittest.cc ', 1794 '../components/autofill/content/browser/autocheckout_manager_unittest.cc ',
1795 '../components/autofill/content/browser/autocheckout_page_meta_data_unit test.cc', 1795 '../components/autofill/content/browser/autocheckout_page_meta_data_unit test.cc',
1796 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc ', 1796 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc ',
1797 '../components/autofill/content/browser/wallet/encryption_escrow_client_ unittest.cc',
1798 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', 1797 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc',
1799 '../components/autofill/content/browser/wallet/instrument_unittest.cc', 1798 '../components/autofill/content/browser/wallet/instrument_unittest.cc',
1800 '../components/autofill/content/browser/wallet/wallet_address_unittest.c c', 1799 '../components/autofill/content/browser/wallet/wallet_address_unittest.c c',
1801 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc ', 1800 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc ',
1802 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc' , 1801 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc' ,
1803 '../components/autofill/content/browser/wallet/wallet_service_url_unitte st.cc', 1802 '../components/autofill/content/browser/wallet/wallet_service_url_unitte st.cc',
1804 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit test.cc', 1803 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit test.cc',
1805 '../components/autofill/core/browser/address_field_unittest.cc', 1804 '../components/autofill/core/browser/address_field_unittest.cc',
1806 '../components/autofill/core/browser/address_unittest.cc', 1805 '../components/autofill/core/browser/address_unittest.cc',
1807 '../components/autofill/core/browser/android/auxiliary_profile_unittest_ android.cc', 1806 '../components/autofill/core/browser/android/auxiliary_profile_unittest_ android.cc',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2639 # more details. 2638 # more details.
2640 'DebugInformationFormat': '3', 2639 'DebugInformationFormat': '3',
2641 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2640 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2642 }, 2641 },
2643 }, 2642 },
2644 }, 2643 },
2645 ], 2644 ],
2646 }], 2645 }],
2647 ], # 'conditions' 2646 ], # 'conditions'
2648 } 2647 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698