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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13839013: Webdata Component tryjobs NOT FOR REVIEW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After WD/AF merge Created 7 years, 8 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 | « chrome/chrome_browser.gypi ('k') | chrome_frame/test/delete_chrome_history_test.cc » ('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 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 '../components/autofill/browser/wallet/wallet_address_unittest.cc', 1674 '../components/autofill/browser/wallet/wallet_address_unittest.cc',
1675 '../components/autofill/browser/wallet/wallet_client_unittest.cc', 1675 '../components/autofill/browser/wallet/wallet_client_unittest.cc',
1676 '../components/autofill/browser/wallet/wallet_items_unittest.cc', 1676 '../components/autofill/browser/wallet/wallet_items_unittest.cc',
1677 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc', 1677 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc',
1678 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc' , 1678 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc' ,
1679 '../components/autofill/browser/wallet/wallet_test_util.cc', 1679 '../components/autofill/browser/wallet/wallet_test_util.cc',
1680 '../components/autofill/browser/wallet/wallet_test_util.h', 1680 '../components/autofill/browser/wallet/wallet_test_util.h',
1681 1681
1682 # TODO(caitkp): Move to //components/components.gypi once 1682 # TODO(caitkp): Move to //components/components.gypi once
1683 # remaining dependencies back to //chrome are eliminated. 1683 # remaining dependencies back to //chrome are eliminated.
1684 '../components/webdata/autofill/autofill_entry_unittest.cc', 1684 '../components/autofill/browser/webdata/autofill_entry_unittest.cc',
1685 '../components/webdata/autofill/autofill_table_unittest.cc', 1685 '../components/autofill/browser/webdata/autofill_table_unittest.cc',
1686 '../components/webdata/autofill/web_data_service_unittest.cc', 1686 '../components/autofill/browser/webdata/web_data_service_unittest.cc',
1687 '../components/webdata/autofill/web_database_migration_unittest.cc', 1687 '../components/webdata/common/web_database_migration_unittest.cc',
1688 '../components/webdata/common/web_data_service_test_util.cc', 1688 '../components/webdata/common/web_data_service_test_util.cc',
1689 '../components/webdata/common/web_data_service_test_util.h', 1689 '../components/webdata/common/web_data_service_test_util.h',
1690 1690
1691 # TODO(joi): Move the google_apis tests to a separate 1691 # TODO(joi): Move the google_apis tests to a separate
1692 # google_apis_unittests executable. 1692 # google_apis_unittests executable.
1693 '../google_apis/google_api_keys_unittest.cc', 1693 '../google_apis/google_api_keys_unittest.cc',
1694 '../google_apis/gaia/mock_url_fetcher_factory.h', 1694 '../google_apis/gaia/mock_url_fetcher_factory.h',
1695 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc', 1695 '../google_apis/gaia/gaia_auth_fetcher_unittest.cc',
1696 '../google_apis/gaia/gaia_auth_util_unittest.cc', 1696 '../google_apis/gaia/gaia_auth_util_unittest.cc',
1697 '../google_apis/gaia/gaia_authenticator_unittest.cc', 1697 '../google_apis/gaia/gaia_authenticator_unittest.cc',
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 # more details. 2422 # more details.
2423 'DebugInformationFormat': '3', 2423 'DebugInformationFormat': '3',
2424 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2424 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2425 }, 2425 },
2426 }, 2426 },
2427 }, 2427 },
2428 ], 2428 ],
2429 }], 2429 }],
2430 ], # 'conditions' 2430 ], # 'conditions'
2431 } 2431 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome_frame/test/delete_chrome_history_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698