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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 '../net/net.gyp:net_test_support', | 426 '../net/net.gyp:net_test_support', |
427 '../sync/sync.gyp:test_support_sync_api', | 427 '../sync/sync.gyp:test_support_sync_api', |
428 '../sync/sync.gyp:test_support_sync_core', | 428 '../sync/sync.gyp:test_support_sync_core', |
429 '../sync/sync.gyp:test_support_sync_internal_api', | 429 '../sync/sync.gyp:test_support_sync_internal_api', |
430 '../sync/sync.gyp:test_support_sync_notifier', | 430 '../sync/sync.gyp:test_support_sync_notifier', |
431 '../testing/gmock.gyp:gmock', | 431 '../testing/gmock.gyp:gmock', |
432 '../testing/gtest.gyp:gtest', | 432 '../testing/gtest.gyp:gtest', |
433 'test_support_common', | 433 'test_support_common', |
434 'test_support_unit', | 434 'test_support_unit', |
435 # 3) anything tests directly depend on | 435 # 3) anything tests directly depend on |
| 436 '../courgette/courgette.gyp:courgette_lib', |
436 '../google_apis/google_apis.gyp:google_apis', | 437 '../google_apis/google_apis.gyp:google_apis', |
437 '../skia/skia.gyp:skia', | 438 '../skia/skia.gyp:skia', |
438 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 439 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
439 '../third_party/icu/icu.gyp:icui18n', | 440 '../third_party/icu/icu.gyp:icui18n', |
440 '../third_party/icu/icu.gyp:icuuc', | 441 '../third_party/icu/icu.gyp:icuuc', |
441 '../third_party/libxml/libxml.gyp:libxml', | 442 '../third_party/libxml/libxml.gyp:libxml', |
442 '../ui/ui.gyp:ui_resources', | 443 '../ui/ui.gyp:ui_resources', |
443 '../ui/ui.gyp:ui_test_support', | 444 '../ui/ui.gyp:ui_test_support', |
444 'chrome_resources.gyp:chrome_resources', | 445 'chrome_resources.gyp:chrome_resources', |
445 'chrome_resources.gyp:chrome_strings', | 446 'chrome_resources.gyp:chrome_strings', |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 'browser/chromeos/settings/session_manager_operation_unittest.cc', | 675 'browser/chromeos/settings/session_manager_operation_unittest.cc', |
675 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 676 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
676 'browser/chromeos/status/network_menu_icon.cc', | 677 'browser/chromeos/status/network_menu_icon.cc', |
677 'browser/chromeos/status/network_menu_icon_unittest.cc', | 678 'browser/chromeos/status/network_menu_icon_unittest.cc', |
678 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', | 679 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', |
679 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', | 680 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', |
680 'browser/chromeos/version_loader_unittest.cc', | 681 'browser/chromeos/version_loader_unittest.cc', |
681 'browser/chromeos/web_socket_proxy_helper_unittest.cc', | 682 'browser/chromeos/web_socket_proxy_helper_unittest.cc', |
682 'browser/command_updater_unittest.cc', | 683 'browser/command_updater_unittest.cc', |
683 'browser/component_updater/test/component_installers_unittest.cc', | 684 'browser/component_updater/test/component_installers_unittest.cc', |
| 685 'browser/component_updater/test/component_patcher_mock.h', |
| 686 'browser/component_updater/test/component_patcher_unittest.cc', |
684 'browser/component_updater/test/component_updater_service_unittest.cc', | 687 'browser/component_updater/test/component_updater_service_unittest.cc', |
| 688 'browser/component_updater/test/test_installer.cc', |
| 689 'browser/component_updater/test/url_request_post_interceptor.cc', |
685 'browser/content_settings/content_settings_default_provider_unittest.cc'
, | 690 'browser/content_settings/content_settings_default_provider_unittest.cc'
, |
686 'browser/content_settings/content_settings_mock_observer.cc', | 691 'browser/content_settings/content_settings_mock_observer.cc', |
687 'browser/content_settings/content_settings_mock_observer.h', | 692 'browser/content_settings/content_settings_mock_observer.h', |
688 'browser/content_settings/content_settings_mock_provider.cc', | 693 'browser/content_settings/content_settings_mock_provider.cc', |
689 'browser/content_settings/content_settings_mock_provider.h', | 694 'browser/content_settings/content_settings_mock_provider.h', |
690 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', | 695 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', |
691 'browser/content_settings/content_settings_policy_provider_unittest.cc', | 696 'browser/content_settings/content_settings_policy_provider_unittest.cc', |
692 'browser/content_settings/content_settings_pref_provider_unittest.cc', | 697 'browser/content_settings/content_settings_pref_provider_unittest.cc', |
693 'browser/content_settings/content_settings_provider_unittest.cc', | 698 'browser/content_settings/content_settings_provider_unittest.cc', |
694 'browser/content_settings/content_settings_rule_unittest.cc', | 699 'browser/content_settings/content_settings_rule_unittest.cc', |
(...skipping 1891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2586 # more details. | 2591 # more details. |
2587 'DebugInformationFormat': '3', | 2592 'DebugInformationFormat': '3', |
2588 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2593 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2589 }, | 2594 }, |
2590 }, | 2595 }, |
2591 }, | 2596 }, |
2592 ], | 2597 ], |
2593 }], | 2598 }], |
2594 ], # 'conditions' | 2599 ], # 'conditions' |
2595 } | 2600 } |
OLD | NEW |