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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 213923002: Revert of Use UtilityProcessHost to patch files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nonblocking
Patch Set: Created 6 years, 9 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/chrome_browser.gypi ('k') | chrome/common/chrome_utility_messages.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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/component_installers_unittest.cc', 788 'browser/component_updater/test/component_installers_unittest.cc',
789 'browser/component_updater/test/component_patcher_mock.h',
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' ,
798 'browser/content_settings/content_settings_mock_observer.cc', 799 'browser/content_settings/content_settings_mock_observer.cc',
(...skipping 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 'browser/ui/app_list/test/fake_profile_store.h', 2889 'browser/ui/app_list/test/fake_profile_store.h',
2889 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2890 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2890 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2891 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2891 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2892 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2892 ], 2893 ],
2893 }, 2894 },
2894 ], 2895 ],
2895 }], 2896 }],
2896 ], # 'conditions' 2897 ], # 'conditions'
2897 } 2898 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698