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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 17450010: Create AutofillDriverImpl unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase after conflict Created 7 years, 6 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
« no previous file with comments | « no previous file | components/autofill/content/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 1773
1774 # Duplicate these tests here because PathService has more items in 1774 # Duplicate these tests here because PathService has more items in
1775 # unit_tests than in base_unittests. 1775 # unit_tests than in base_unittests.
1776 '../base/path_service_unittest.cc', 1776 '../base/path_service_unittest.cc',
1777 1777
1778 # TODO(joi): Move to //components/components.gypi once 1778 # TODO(joi): Move to //components/components.gypi once
1779 # remaining dependencies back to //chrome are eliminated. 1779 # remaining dependencies back to //chrome are eliminated.
1780 '../components/autofill/content/browser/autocheckout/whitelist_manager_u nittest.cc', 1780 '../components/autofill/content/browser/autocheckout/whitelist_manager_u nittest.cc',
1781 '../components/autofill/content/browser/autocheckout_manager_unittest.cc ', 1781 '../components/autofill/content/browser/autocheckout_manager_unittest.cc ',
1782 '../components/autofill/content/browser/autocheckout_page_meta_data_unit test.cc', 1782 '../components/autofill/content/browser/autocheckout_page_meta_data_unit test.cc',
1783 '../components/autofill/content/browser/autofill_driver_impl_unittest.cc ',
1783 '../components/autofill/content/browser/wallet/encryption_escrow_client_ unittest.cc', 1784 '../components/autofill/content/browser/wallet/encryption_escrow_client_ unittest.cc',
1784 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc', 1785 '../components/autofill/content/browser/wallet/full_wallet_unittest.cc',
1785 '../components/autofill/content/browser/wallet/instrument_unittest.cc', 1786 '../components/autofill/content/browser/wallet/instrument_unittest.cc',
1786 '../components/autofill/content/browser/wallet/wallet_address_unittest.c c', 1787 '../components/autofill/content/browser/wallet/wallet_address_unittest.c c',
1787 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc ', 1788 '../components/autofill/content/browser/wallet/wallet_client_unittest.cc ',
1788 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc' , 1789 '../components/autofill/content/browser/wallet/wallet_items_unittest.cc' ,
1789 '../components/autofill/content/browser/wallet/wallet_service_url_unitte st.cc', 1790 '../components/autofill/content/browser/wallet/wallet_service_url_unitte st.cc',
1790 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit test.cc', 1791 '../components/autofill/content/browser/wallet/wallet_signin_helper_unit test.cc',
1791 '../components/autofill/core/browser/address_field_unittest.cc', 1792 '../components/autofill/core/browser/address_field_unittest.cc',
1792 '../components/autofill/core/browser/address_unittest.cc', 1793 '../components/autofill/core/browser/address_unittest.cc',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2614 # more details. 2615 # more details.
2615 'DebugInformationFormat': '3', 2616 'DebugInformationFormat': '3',
2616 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2617 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2617 }, 2618 },
2618 }, 2619 },
2619 }, 2620 },
2620 ], 2621 ],
2621 }], 2622 }],
2622 ], # 'conditions' 2623 ], # 'conditions'
2623 } 2624 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698