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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 '../net/net.gyp:net_test_support', | 420 '../net/net.gyp:net_test_support', |
421 '../sync/sync.gyp:test_support_sync_api', | 421 '../sync/sync.gyp:test_support_sync_api', |
422 '../sync/sync.gyp:test_support_sync_core', | 422 '../sync/sync.gyp:test_support_sync_core', |
423 '../sync/sync.gyp:test_support_sync_internal_api', | 423 '../sync/sync.gyp:test_support_sync_internal_api', |
424 '../sync/sync.gyp:test_support_sync_notifier', | 424 '../sync/sync.gyp:test_support_sync_notifier', |
425 '../testing/gmock.gyp:gmock', | 425 '../testing/gmock.gyp:gmock', |
426 '../testing/gtest.gyp:gtest', | 426 '../testing/gtest.gyp:gtest', |
427 'test_support_common', | 427 'test_support_common', |
428 'test_support_unit', | 428 'test_support_unit', |
429 # 3) anything tests directly depend on | 429 # 3) anything tests directly depend on |
| 430 '../courgette/courgette.gyp:courgette_lib', |
430 '../google_apis/google_apis.gyp:google_apis', | 431 '../google_apis/google_apis.gyp:google_apis', |
431 '../skia/skia.gyp:skia', | 432 '../skia/skia.gyp:skia', |
432 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 433 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
433 '../third_party/icu/icu.gyp:icui18n', | 434 '../third_party/icu/icu.gyp:icui18n', |
434 '../third_party/icu/icu.gyp:icuuc', | 435 '../third_party/icu/icu.gyp:icuuc', |
435 '../third_party/libxml/libxml.gyp:libxml', | 436 '../third_party/libxml/libxml.gyp:libxml', |
436 '../ui/ui.gyp:ui_resources', | 437 '../ui/ui.gyp:ui_resources', |
437 '../ui/ui.gyp:ui_test_support', | 438 '../ui/ui.gyp:ui_test_support', |
438 'chrome_resources.gyp:chrome_resources', | 439 'chrome_resources.gyp:chrome_resources', |
439 'chrome_resources.gyp:chrome_strings', | 440 'chrome_resources.gyp:chrome_strings', |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 'browser/chromeos/settings/session_manager_operation_unittest.cc', | 663 'browser/chromeos/settings/session_manager_operation_unittest.cc', |
663 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 664 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
664 'browser/chromeos/status/network_menu_icon.cc', | 665 'browser/chromeos/status/network_menu_icon.cc', |
665 'browser/chromeos/status/network_menu_icon_unittest.cc', | 666 'browser/chromeos/status/network_menu_icon_unittest.cc', |
666 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', | 667 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', |
667 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', | 668 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', |
668 'browser/chromeos/version_loader_unittest.cc', | 669 'browser/chromeos/version_loader_unittest.cc', |
669 'browser/chromeos/web_socket_proxy_helper_unittest.cc', | 670 'browser/chromeos/web_socket_proxy_helper_unittest.cc', |
670 'browser/command_updater_unittest.cc', | 671 'browser/command_updater_unittest.cc', |
671 'browser/component_updater/test/component_installers_unittest.cc', | 672 'browser/component_updater/test/component_installers_unittest.cc', |
| 673 'browser/component_updater/test/component_patcher_mock.h', |
| 674 'browser/component_updater/test/component_patcher_unittest.cc', |
672 'browser/component_updater/test/component_updater_service_unittest.cc', | 675 'browser/component_updater/test/component_updater_service_unittest.cc', |
673 'browser/content_settings/content_settings_default_provider_unittest.cc'
, | 676 'browser/content_settings/content_settings_default_provider_unittest.cc'
, |
674 'browser/content_settings/content_settings_mock_observer.cc', | 677 'browser/content_settings/content_settings_mock_observer.cc', |
675 'browser/content_settings/content_settings_mock_observer.h', | 678 'browser/content_settings/content_settings_mock_observer.h', |
676 'browser/content_settings/content_settings_mock_provider.cc', | 679 'browser/content_settings/content_settings_mock_provider.cc', |
677 'browser/content_settings/content_settings_mock_provider.h', | 680 'browser/content_settings/content_settings_mock_provider.h', |
678 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', | 681 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', |
679 'browser/content_settings/content_settings_policy_provider_unittest.cc', | 682 'browser/content_settings/content_settings_policy_provider_unittest.cc', |
680 'browser/content_settings/content_settings_pref_provider_unittest.cc', | 683 'browser/content_settings/content_settings_pref_provider_unittest.cc', |
681 'browser/content_settings/content_settings_provider_unittest.cc', | 684 'browser/content_settings/content_settings_provider_unittest.cc', |
(...skipping 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2525 # more details. | 2528 # more details. |
2526 'DebugInformationFormat': '3', | 2529 'DebugInformationFormat': '3', |
2527 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2530 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2528 }, | 2531 }, |
2529 }, | 2532 }, |
2530 }, | 2533 }, |
2531 ], | 2534 ], |
2532 }], | 2535 }], |
2533 ], # 'conditions' | 2536 ], # 'conditions' |
2534 } | 2537 } |
OLD | NEW |