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

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: Sync to LKGR revision 207804. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'browser/chromeos/settings/session_manager_operation_unittest.cc', 680 'browser/chromeos/settings/session_manager_operation_unittest.cc',
680 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', 681 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc',
681 'browser/chromeos/status/network_menu_icon.cc', 682 'browser/chromeos/status/network_menu_icon.cc',
682 'browser/chromeos/status/network_menu_icon_unittest.cc', 683 'browser/chromeos/status/network_menu_icon_unittest.cc',
683 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', 684 'browser/chromeos/system/automatic_reboot_manager_unittest.cc',
684 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', 685 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc',
685 'browser/chromeos/version_loader_unittest.cc', 686 'browser/chromeos/version_loader_unittest.cc',
686 'browser/chromeos/web_socket_proxy_helper_unittest.cc', 687 'browser/chromeos/web_socket_proxy_helper_unittest.cc',
687 'browser/command_updater_unittest.cc', 688 'browser/command_updater_unittest.cc',
688 'browser/component_updater/test/component_installers_unittest.cc', 689 'browser/component_updater/test/component_installers_unittest.cc',
690 'browser/component_updater/test/component_patcher_mock.h',
691 'browser/component_updater/test/component_patcher_unittest.cc',
692 'browser/component_updater/test/component_patcher_unittest_win.cc',
689 'browser/component_updater/test/component_updater_service_unittest.cc', 693 'browser/component_updater/test/component_updater_service_unittest.cc',
694 'browser/component_updater/test/component_updater_service_unittest_win.c c',
695 'browser/component_updater/test/test_installer.cc',
690 'browser/content_settings/content_settings_default_provider_unittest.cc' , 696 'browser/content_settings/content_settings_default_provider_unittest.cc' ,
691 'browser/content_settings/content_settings_mock_observer.cc', 697 'browser/content_settings/content_settings_mock_observer.cc',
692 'browser/content_settings/content_settings_mock_observer.h', 698 'browser/content_settings/content_settings_mock_observer.h',
693 'browser/content_settings/content_settings_mock_provider.cc', 699 'browser/content_settings/content_settings_mock_provider.cc',
694 'browser/content_settings/content_settings_mock_provider.h', 700 'browser/content_settings/content_settings_mock_provider.h',
695 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc', 701 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc',
696 'browser/content_settings/content_settings_policy_provider_unittest.cc', 702 'browser/content_settings/content_settings_policy_provider_unittest.cc',
697 'browser/content_settings/content_settings_pref_provider_unittest.cc', 703 'browser/content_settings/content_settings_pref_provider_unittest.cc',
698 'browser/content_settings/content_settings_provider_unittest.cc', 704 'browser/content_settings/content_settings_provider_unittest.cc',
699 'browser/content_settings/content_settings_rule_unittest.cc', 705 'browser/content_settings/content_settings_rule_unittest.cc',
(...skipping 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 # more details. 2604 # more details.
2599 'DebugInformationFormat': '3', 2605 'DebugInformationFormat': '3',
2600 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2606 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2601 }, 2607 },
2602 }, 2608 },
2603 }, 2609 },
2604 ], 2610 ],
2605 }], 2611 }],
2606 ], # 'conditions' 2612 ], # 'conditions'
2607 } 2613 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698