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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15908002: Differential updates for components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 '../net/net.gyp:net_test_support', 430 '../net/net.gyp:net_test_support',
431 '../sync/sync.gyp:test_support_sync_api', 431 '../sync/sync.gyp:test_support_sync_api',
432 '../sync/sync.gyp:test_support_sync_core', 432 '../sync/sync.gyp:test_support_sync_core',
433 '../sync/sync.gyp:test_support_sync_internal_api', 433 '../sync/sync.gyp:test_support_sync_internal_api',
434 '../sync/sync.gyp:test_support_sync_notifier', 434 '../sync/sync.gyp:test_support_sync_notifier',
435 '../testing/gmock.gyp:gmock', 435 '../testing/gmock.gyp:gmock',
436 '../testing/gtest.gyp:gtest', 436 '../testing/gtest.gyp:gtest',
437 'test_support_common', 437 'test_support_common',
438 'test_support_unit', 438 'test_support_unit',
439 # 3) anything tests directly depend on 439 # 3) anything tests directly depend on
440 '../courgette/courgette.gyp:courgette_lib',
440 '../google_apis/google_apis.gyp:google_apis', 441 '../google_apis/google_apis.gyp:google_apis',
441 '../skia/skia.gyp:skia', 442 '../skia/skia.gyp:skia',
442 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 443 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
443 '../third_party/icu/icu.gyp:icui18n', 444 '../third_party/icu/icu.gyp:icui18n',
444 '../third_party/icu/icu.gyp:icuuc', 445 '../third_party/icu/icu.gyp:icuuc',
445 '../third_party/libxml/libxml.gyp:libxml', 446 '../third_party/libxml/libxml.gyp:libxml',
446 '../ui/ui.gyp:ui_resources', 447 '../ui/ui.gyp:ui_resources',
447 '../ui/ui.gyp:ui_test_support', 448 '../ui/ui.gyp:ui_test_support',
448 'chrome_resources.gyp:chrome_resources', 449 'chrome_resources.gyp:chrome_resources',
449 'chrome_resources.gyp:chrome_strings', 450 'chrome_resources.gyp:chrome_strings',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'browser/chromeos/settings/session_manager_operation_unittest.cc', 679 'browser/chromeos/settings/session_manager_operation_unittest.cc',
679 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', 680 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc',
680 'browser/chromeos/status/network_menu_icon.cc', 681 'browser/chromeos/status/network_menu_icon.cc',
681 'browser/chromeos/status/network_menu_icon_unittest.cc', 682 'browser/chromeos/status/network_menu_icon_unittest.cc',
682 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', 683 'browser/chromeos/system/automatic_reboot_manager_unittest.cc',
683 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', 684 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc',
684 'browser/chromeos/version_loader_unittest.cc', 685 'browser/chromeos/version_loader_unittest.cc',
685 'browser/chromeos/web_socket_proxy_helper_unittest.cc', 686 'browser/chromeos/web_socket_proxy_helper_unittest.cc',
686 'browser/command_updater_unittest.cc', 687 'browser/command_updater_unittest.cc',
687 'browser/component_updater/test/component_installers_unittest.cc', 688 'browser/component_updater/test/component_installers_unittest.cc',
689 'browser/component_updater/test/component_patcher_mock.h',
690 'browser/component_updater/test/component_patcher_unittest.cc',
688 'browser/component_updater/test/component_updater_service_unittest.cc', 691 'browser/component_updater/test/component_updater_service_unittest.cc',
692 'browser/component_updater/test/test_installer.cc',
693 'browser/component_updater/test/url_request_post_interceptor.cc',
689 'browser/content_settings/content_settings_default_provider_unittest.cc' , 694 'browser/content_settings/content_settings_default_provider_unittest.cc' ,
690 'browser/content_settings/content_settings_mock_observer.cc', 695 'browser/content_settings/content_settings_mock_observer.cc',
691 'browser/content_settings/content_settings_mock_observer.h', 696 'browser/content_settings/content_settings_mock_observer.h',
692 'browser/content_settings/content_settings_mock_provider.cc', 697 'browser/content_settings/content_settings_mock_provider.cc',
693 'browser/content_settings/content_settings_mock_provider.h', 698 'browser/content_settings/content_settings_mock_provider.h',
694 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc', 699 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc',
695 'browser/content_settings/content_settings_policy_provider_unittest.cc', 700 'browser/content_settings/content_settings_policy_provider_unittest.cc',
696 'browser/content_settings/content_settings_pref_provider_unittest.cc', 701 'browser/content_settings/content_settings_pref_provider_unittest.cc',
697 'browser/content_settings/content_settings_provider_unittest.cc', 702 'browser/content_settings/content_settings_provider_unittest.cc',
698 'browser/content_settings/content_settings_rule_unittest.cc', 703 'browser/content_settings/content_settings_rule_unittest.cc',
(...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
2582 # more details. 2587 # more details.
2583 'DebugInformationFormat': '3', 2588 'DebugInformationFormat': '3',
2584 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2589 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2585 }, 2590 },
2586 }, 2591 },
2587 }, 2592 },
2588 ], 2593 ],
2589 }], 2594 }],
2590 ], # 'conditions' 2595 ], # 'conditions'
2591 } 2596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698