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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, removes prefs as well. Created 6 years, 4 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 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 'browser/prerender/prerender_unittest.cc', 1192 'browser/prerender/prerender_unittest.cc',
1193 'browser/prerender/prerender_util_unittest.cc', 1193 'browser/prerender/prerender_util_unittest.cc',
1194 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 1194 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
1195 'browser/printing/print_dialog_cloud_unittest.cc', 1195 'browser/printing/print_dialog_cloud_unittest.cc',
1196 'browser/printing/print_job_unittest.cc', 1196 'browser/printing/print_job_unittest.cc',
1197 'browser/printing/print_preview_dialog_controller_unittest.cc', 1197 'browser/printing/print_preview_dialog_controller_unittest.cc',
1198 'browser/printing/print_preview_test.cc', 1198 'browser/printing/print_preview_test.cc',
1199 'browser/printing/print_preview_test.h', 1199 'browser/printing/print_preview_test.h',
1200 'browser/process_info_snapshot_mac_unittest.cc', 1200 'browser/process_info_snapshot_mac_unittest.cc',
1201 'browser/process_singleton_posix_unittest.cc', 1201 'browser/process_singleton_posix_unittest.cc',
1202 'browser/profile_resetter/automatic_profile_resetter_delegate_unittest.c c',
1203 'browser/profile_resetter/automatic_profile_resetter_unittest.cc',
1204 'browser/profile_resetter/jtl_interpreter_unittest.cc',
1205 'browser/profile_resetter/profile_resetter_unittest.cc', 1202 'browser/profile_resetter/profile_resetter_unittest.cc',
1206 'browser/profiles/file_path_verifier_win_unittest.cc', 1203 'browser/profiles/file_path_verifier_win_unittest.cc',
1207 'browser/profiles/gaia_info_update_service_unittest.cc', 1204 'browser/profiles/gaia_info_update_service_unittest.cc',
1208 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 1205 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
1209 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1206 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1210 'browser/profiles/profile_downloader_unittest.cc', 1207 'browser/profiles/profile_downloader_unittest.cc',
1211 'browser/profiles/profile_info_cache_unittest.cc', 1208 'browser/profiles/profile_info_cache_unittest.cc',
1212 'browser/profiles/profile_info_cache_unittest.h', 1209 'browser/profiles/profile_info_cache_unittest.h',
1213 'browser/profiles/profile_avatar_icon_util_unittest.cc', 1210 'browser/profiles/profile_avatar_icon_util_unittest.cc',
1214 'browser/profiles/profile_list_desktop_unittest.cc', 1211 'browser/profiles/profile_list_desktop_unittest.cc',
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1954 'test/base/chrome_render_view_test.cc', 1951 'test/base/chrome_render_view_test.cc',
1955 'test/base/chrome_render_view_test.h', 1952 'test/base/chrome_render_view_test.h',
1956 'test/base/menu_model_test.cc', 1953 'test/base/menu_model_test.cc',
1957 'test/base/menu_model_test.h', 1954 'test/base/menu_model_test.h',
1958 'test/base/v8_unit_test.cc', 1955 'test/base/v8_unit_test.cc',
1959 'test/base/v8_unit_test.h', 1956 'test/base/v8_unit_test.h',
1960 'test/data/resource.rc', 1957 'test/data/resource.rc',
1961 'test/data/unit/framework_unittest.gtestjs', 1958 'test/data/unit/framework_unittest.gtestjs',
1962 'test/logging/win/mof_data_parser_unittest.cc', 1959 'test/logging/win/mof_data_parser_unittest.cc',
1963 'tools/convert_dict/convert_dict_unittest.cc', 1960 'tools/convert_dict/convert_dict_unittest.cc',
1964 'tools/profile_reset/jtl_compiler_unittest.cc',
1965 'tools/profile_reset/jtl_parser_unittest.cc',
1966 'utility/cloud_print/pwg_encoder_unittest.cc', 1961 'utility/cloud_print/pwg_encoder_unittest.cc',
1967 'utility/extensions/unpacker_unittest.cc', 1962 'utility/extensions/unpacker_unittest.cc',
1968 'utility/image_writer/image_writer_unittest.cc', 1963 'utility/image_writer/image_writer_unittest.cc',
1969 'utility/importer/bookmark_html_reader_unittest.cc', 1964 'utility/importer/bookmark_html_reader_unittest.cc',
1970 'utility/importer/bookmarks_file_importer_unittest.cc', 1965 'utility/importer/bookmarks_file_importer_unittest.cc',
1971 'utility/importer/firefox_importer_unittest.cc', 1966 'utility/importer/firefox_importer_unittest.cc',
1972 'utility/importer/firefox_importer_unittest_messages_internal.h', 1967 'utility/importer/firefox_importer_unittest_messages_internal.h',
1973 'utility/importer/firefox_importer_unittest_utils.h', 1968 'utility/importer/firefox_importer_unittest_utils.h',
1974 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1969 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1975 'utility/importer/safari_importer_unittest.mm', 1970 'utility/importer/safari_importer_unittest.mm',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
2540 'app/chrome_dll.rc', 2535 'app/chrome_dll.rc',
2541 'browser/search_engines/template_url_scraper_unittest.cc', 2536 'browser/search_engines/template_url_scraper_unittest.cc',
2542 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 2537 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
2543 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2538 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2544 'test/data/resource.rc', 2539 'test/data/resource.rc',
2545 '../skia/ext/vector_canvas_unittest.cc', 2540 '../skia/ext/vector_canvas_unittest.cc',
2546 ], 2541 ],
2547 }], 2542 }],
2548 ['OS!="android" and OS!="ios"', { 2543 ['OS!="android" and OS!="ios"', {
2549 'dependencies': [ 2544 'dependencies': [
2550 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
2551 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2545 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2552 ], 2546 ],
2553 'sources!': [ 2547 'sources!': [
2554 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc', 2548 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc',
2555 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc', 2549 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
2556 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h', 2550 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h',
2557 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' , 2551 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2558 ], 2552 ],
2559 }], 2553 }],
2560 ['OS=="android"', { 2554 ['OS=="android"', {
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
2916 'dependencies': [ 2910 'dependencies': [
2917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2911 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2918 ], 2912 ],
2919 }], 2913 }],
2920 ], 2914 ],
2921 }, 2915 },
2922 ], 2916 ],
2923 }], 2917 }],
2924 ], # 'conditions' 2918 ], # 'conditions'
2925 } 2919 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698