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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 280753003: Add unit tests for the CLD component installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build on windows machines (no StartsWith/EndsWith parity) Created 6 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
« no previous file with comments | « chrome/browser/translate/translate_tab_helper.cc ('k') | chrome/common/chrome_paths.cc » ('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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'browser/chromeos/settings/device_oauth2_token_service_unittest.cc', 778 'browser/chromeos/settings/device_oauth2_token_service_unittest.cc',
779 'browser/chromeos/settings/device_settings_provider_unittest.cc', 779 'browser/chromeos/settings/device_settings_provider_unittest.cc',
780 'browser/chromeos/settings/device_settings_service_unittest.cc', 780 'browser/chromeos/settings/device_settings_service_unittest.cc',
781 'browser/chromeos/settings/owner_key_util_unittest.cc', 781 'browser/chromeos/settings/owner_key_util_unittest.cc',
782 'browser/chromeos/settings/session_manager_operation_unittest.cc', 782 'browser/chromeos/settings/session_manager_operation_unittest.cc',
783 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', 783 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc',
784 'browser/chromeos/system/automatic_reboot_manager_unittest.cc', 784 'browser/chromeos/system/automatic_reboot_manager_unittest.cc',
785 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc', 785 'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc',
786 'browser/chromeos/version_loader_unittest.cc', 786 'browser/chromeos/version_loader_unittest.cc',
787 'browser/command_updater_unittest.cc', 787 'browser/command_updater_unittest.cc',
788 'browser/component_updater/test/cld_component_installer_unittest.cc',
788 'browser/component_updater/test/component_installers_unittest.cc', 789 'browser/component_updater/test/component_installers_unittest.cc',
789 'browser/component_updater/test/component_patcher_unittest.cc', 790 'browser/component_updater/test/component_patcher_unittest.cc',
790 'browser/component_updater/test/component_updater_ping_manager_unittest. cc', 791 'browser/component_updater/test/component_updater_ping_manager_unittest. cc',
791 'browser/component_updater/test/component_updater_service_unittest.cc', 792 'browser/component_updater/test/component_updater_service_unittest.cc',
792 'browser/component_updater/test/crx_downloader_unittest.cc', 793 'browser/component_updater/test/crx_downloader_unittest.cc',
793 'browser/component_updater/test/test_installer.cc', 794 'browser/component_updater/test/test_installer.cc',
794 'browser/component_updater/test/update_checker_unittest.cc', 795 'browser/component_updater/test/update_checker_unittest.cc',
795 'browser/component_updater/test/update_response_unittest.cc', 796 'browser/component_updater/test/update_response_unittest.cc',
796 'browser/component_updater/test/url_request_post_interceptor.cc', 797 'browser/component_updater/test/url_request_post_interceptor.cc',
797 'browser/content_settings/content_settings_default_provider_unittest.cc' , 798 'browser/content_settings/content_settings_default_provider_unittest.cc' ,
(...skipping 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after
2848 # more details. 2849 # more details.
2849 'DebugInformationFormat': '3', 2850 'DebugInformationFormat': '3',
2850 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2851 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2851 }, 2852 },
2852 }, 2853 },
2853 }, 2854 },
2854 ], 2855 ],
2855 }], 2856 }],
2856 ], # 'conditions' 2857 ], # 'conditions'
2857 } 2858 }
OLDNEW
« no previous file with comments | « chrome/browser/translate/translate_tab_helper.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698