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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'type': '<(gtest_target_type)', | 406 'type': '<(gtest_target_type)', |
407 'dependencies': [ | 407 'dependencies': [ |
408 # NOTE: New dependencies should generally be added in the OS!="ios" | 408 # NOTE: New dependencies should generally be added in the OS!="ios" |
409 # dependencies block below, rather than here. | 409 # dependencies block below, rather than here. |
410 # Unit tests should only depend on: | 410 # Unit tests should only depend on: |
411 # 1) everything that the chrome binaries depend on: | 411 # 1) everything that the chrome binaries depend on: |
412 '<@(chromium_browser_dependencies)', | 412 '<@(chromium_browser_dependencies)', |
413 '<@(chromium_child_dependencies)', | 413 '<@(chromium_child_dependencies)', |
414 # 2) test-specific support libraries: | 414 # 2) test-specific support libraries: |
415 '../base/base.gyp:test_support_base', | 415 '../base/base.gyp:test_support_base', |
| 416 '../components/components.gyp:autofill_test_util', |
416 '../media/media.gyp:media_test_support', | 417 '../media/media.gyp:media_test_support', |
417 '../net/net.gyp:net', | 418 '../net/net.gyp:net', |
418 '../net/net.gyp:net_test_support', | 419 '../net/net.gyp:net_test_support', |
419 '../sync/sync.gyp:test_support_sync_api', | 420 '../sync/sync.gyp:test_support_sync_api', |
420 '../sync/sync.gyp:test_support_sync_core', | 421 '../sync/sync.gyp:test_support_sync_core', |
421 '../sync/sync.gyp:test_support_sync_internal_api', | 422 '../sync/sync.gyp:test_support_sync_internal_api', |
422 '../sync/sync.gyp:test_support_sync_notifier', | 423 '../sync/sync.gyp:test_support_sync_notifier', |
423 '../testing/gmock.gyp:gmock', | 424 '../testing/gmock.gyp:gmock', |
424 '../testing/gtest.gyp:gtest', | 425 '../testing/gtest.gyp:gtest', |
425 'test_support_common', | 426 'test_support_common', |
(...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1766 '../components/autofill/browser/validation_unittest.cc', | 1767 '../components/autofill/browser/validation_unittest.cc', |
1767 '../components/autofill/browser/wallet/cart_unittest.cc', | 1768 '../components/autofill/browser/wallet/cart_unittest.cc', |
1768 '../components/autofill/browser/wallet/encryption_escrow_client_unittest
.cc', | 1769 '../components/autofill/browser/wallet/encryption_escrow_client_unittest
.cc', |
1769 '../components/autofill/browser/wallet/full_wallet_unittest.cc', | 1770 '../components/autofill/browser/wallet/full_wallet_unittest.cc', |
1770 '../components/autofill/browser/wallet/instrument_unittest.cc', | 1771 '../components/autofill/browser/wallet/instrument_unittest.cc', |
1771 '../components/autofill/browser/wallet/wallet_address_unittest.cc', | 1772 '../components/autofill/browser/wallet/wallet_address_unittest.cc', |
1772 '../components/autofill/browser/wallet/wallet_client_unittest.cc', | 1773 '../components/autofill/browser/wallet/wallet_client_unittest.cc', |
1773 '../components/autofill/browser/wallet/wallet_items_unittest.cc', | 1774 '../components/autofill/browser/wallet/wallet_items_unittest.cc', |
1774 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc', | 1775 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc', |
1775 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc'
, | 1776 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc'
, |
1776 '../components/autofill/browser/wallet/wallet_test_util.cc', | |
1777 '../components/autofill/browser/wallet/wallet_test_util.h', | |
1778 | 1777 |
1779 # TODO(caitkp): Move to //components/components.gypi once | 1778 # TODO(caitkp): Move to //components/components.gypi once |
1780 # remaining dependencies back to //chrome are eliminated. | 1779 # remaining dependencies back to //chrome are eliminated. |
1781 '../components/autofill/browser/webdata/autofill_entry_unittest.cc', | 1780 '../components/autofill/browser/webdata/autofill_entry_unittest.cc', |
1782 '../components/autofill/browser/webdata/autofill_table_unittest.cc', | 1781 '../components/autofill/browser/webdata/autofill_table_unittest.cc', |
1783 '../components/autofill/browser/webdata/web_data_service_unittest.cc', | 1782 '../components/autofill/browser/webdata/web_data_service_unittest.cc', |
1784 '../components/webdata/common/web_database_migration_unittest.cc', | 1783 '../components/webdata/common/web_database_migration_unittest.cc', |
1785 '../components/webdata/common/web_data_service_test_util.cc', | 1784 '../components/webdata/common/web_data_service_test_util.cc', |
1786 '../components/webdata/common/web_data_service_test_util.h', | 1785 '../components/webdata/common/web_data_service_test_util.h', |
1787 | 1786 |
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2542 # more details. | 2541 # more details. |
2543 'DebugInformationFormat': '3', | 2542 'DebugInformationFormat': '3', |
2544 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2543 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2545 }, | 2544 }, |
2546 }, | 2545 }, |
2547 }, | 2546 }, |
2548 ], | 2547 ], |
2549 }], | 2548 }], |
2550 ], # 'conditions' | 2549 ], # 'conditions' |
2551 } | 2550 } |
OLD | NEW |