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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15979002: Making credit card number un-editable in Wallet mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'type': '<(gtest_target_type)', 408 'type': '<(gtest_target_type)',
409 'dependencies': [ 409 'dependencies': [
410 # NOTE: New dependencies should generally be added in the OS!="ios" 410 # NOTE: New dependencies should generally be added in the OS!="ios"
411 # dependencies block below, rather than here. 411 # dependencies block below, rather than here.
412 # Unit tests should only depend on: 412 # Unit tests should only depend on:
413 # 1) everything that the chrome binaries depend on: 413 # 1) everything that the chrome binaries depend on:
414 '<@(chromium_browser_dependencies)', 414 '<@(chromium_browser_dependencies)',
415 '<@(chromium_child_dependencies)', 415 '<@(chromium_child_dependencies)',
416 # 2) test-specific support libraries: 416 # 2) test-specific support libraries:
417 '../base/base.gyp:test_support_base', 417 '../base/base.gyp:test_support_base',
418 '../components/components.gyp:autofill_test',
418 '../media/media.gyp:media_test_support', 419 '../media/media.gyp:media_test_support',
419 '../net/net.gyp:net', 420 '../net/net.gyp:net',
420 '../net/net.gyp:net_test_support', 421 '../net/net.gyp:net_test_support',
421 '../sync/sync.gyp:test_support_sync_api', 422 '../sync/sync.gyp:test_support_sync_api',
422 '../sync/sync.gyp:test_support_sync_core', 423 '../sync/sync.gyp:test_support_sync_core',
423 '../sync/sync.gyp:test_support_sync_internal_api', 424 '../sync/sync.gyp:test_support_sync_internal_api',
424 '../sync/sync.gyp:test_support_sync_notifier', 425 '../sync/sync.gyp:test_support_sync_notifier',
425 '../testing/gmock.gyp:gmock', 426 '../testing/gmock.gyp:gmock',
426 '../testing/gtest.gyp:gtest', 427 '../testing/gtest.gyp:gtest',
427 'test_support_common', 428 'test_support_common',
(...skipping 1329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 '../components/autofill/browser/validation_unittest.cc', 1758 '../components/autofill/browser/validation_unittest.cc',
1758 '../components/autofill/browser/wallet/cart_unittest.cc', 1759 '../components/autofill/browser/wallet/cart_unittest.cc',
1759 '../components/autofill/browser/wallet/encryption_escrow_client_unittest .cc', 1760 '../components/autofill/browser/wallet/encryption_escrow_client_unittest .cc',
1760 '../components/autofill/browser/wallet/full_wallet_unittest.cc', 1761 '../components/autofill/browser/wallet/full_wallet_unittest.cc',
1761 '../components/autofill/browser/wallet/instrument_unittest.cc', 1762 '../components/autofill/browser/wallet/instrument_unittest.cc',
1762 '../components/autofill/browser/wallet/wallet_address_unittest.cc', 1763 '../components/autofill/browser/wallet/wallet_address_unittest.cc',
1763 '../components/autofill/browser/wallet/wallet_client_unittest.cc', 1764 '../components/autofill/browser/wallet/wallet_client_unittest.cc',
1764 '../components/autofill/browser/wallet/wallet_items_unittest.cc', 1765 '../components/autofill/browser/wallet/wallet_items_unittest.cc',
1765 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc', 1766 '../components/autofill/browser/wallet/wallet_service_url_unittest.cc',
1766 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc' , 1767 '../components/autofill/browser/wallet/wallet_signin_helper_unittest.cc' ,
1767 '../components/autofill/browser/wallet/wallet_test_util.cc',
1768 '../components/autofill/browser/wallet/wallet_test_util.h',
1769 1768
1770 # TODO(caitkp): Move to //components/components.gypi once 1769 # TODO(caitkp): Move to //components/components.gypi once
1771 # remaining dependencies back to //chrome are eliminated. 1770 # remaining dependencies back to //chrome are eliminated.
1772 '../components/autofill/browser/webdata/autofill_entry_unittest.cc', 1771 '../components/autofill/browser/webdata/autofill_entry_unittest.cc',
1773 '../components/autofill/browser/webdata/autofill_table_unittest.cc', 1772 '../components/autofill/browser/webdata/autofill_table_unittest.cc',
1774 '../components/autofill/browser/webdata/web_data_service_unittest.cc', 1773 '../components/autofill/browser/webdata/web_data_service_unittest.cc',
1775 '../components/webdata/common/web_database_migration_unittest.cc', 1774 '../components/webdata/common/web_database_migration_unittest.cc',
1776 '../components/webdata/common/web_data_service_test_util.cc', 1775 '../components/webdata/common/web_data_service_test_util.cc',
1777 '../components/webdata/common/web_data_service_test_util.h', 1776 '../components/webdata/common/web_data_service_test_util.h',
1778 1777
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
2529 # more details. 2528 # more details.
2530 'DebugInformationFormat': '3', 2529 'DebugInformationFormat': '3',
2531 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2530 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2532 }, 2531 },
2533 }, 2532 },
2534 }, 2533 },
2535 ], 2534 ],
2536 }], 2535 }],
2537 ], # 'conditions' 2536 ], # 'conditions'
2538 } 2537 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698