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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 533183002: Revert "Eliminate all code related to the AutomaticProfileResetter." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from gab@. Created 6 years, 3 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
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 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'browser/prerender/prerender_unittest.cc', 1151 'browser/prerender/prerender_unittest.cc',
1152 'browser/prerender/prerender_util_unittest.cc', 1152 'browser/prerender/prerender_util_unittest.cc',
1153 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 1153 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
1154 'browser/printing/print_dialog_cloud_unittest.cc', 1154 'browser/printing/print_dialog_cloud_unittest.cc',
1155 'browser/printing/print_job_unittest.cc', 1155 'browser/printing/print_job_unittest.cc',
1156 'browser/printing/print_preview_dialog_controller_unittest.cc', 1156 'browser/printing/print_preview_dialog_controller_unittest.cc',
1157 'browser/printing/print_preview_test.cc', 1157 'browser/printing/print_preview_test.cc',
1158 'browser/printing/print_preview_test.h', 1158 'browser/printing/print_preview_test.h',
1159 'browser/process_info_snapshot_mac_unittest.cc', 1159 'browser/process_info_snapshot_mac_unittest.cc',
1160 'browser/process_singleton_posix_unittest.cc', 1160 'browser/process_singleton_posix_unittest.cc',
1161 'browser/profile_resetter/automatic_profile_resetter_delegate_unittest.c c',
1162 'browser/profile_resetter/automatic_profile_resetter_unittest.cc',
1163 'browser/profile_resetter/jtl_interpreter_unittest.cc',
1161 'browser/profile_resetter/profile_resetter_unittest.cc', 1164 'browser/profile_resetter/profile_resetter_unittest.cc',
1162 'browser/profiles/file_path_verifier_win_unittest.cc', 1165 'browser/profiles/file_path_verifier_win_unittest.cc',
1163 'browser/profiles/gaia_info_update_service_unittest.cc', 1166 'browser/profiles/gaia_info_update_service_unittest.cc',
1164 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 1167 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
1165 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1168 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1166 'browser/profiles/profile_downloader_unittest.cc', 1169 'browser/profiles/profile_downloader_unittest.cc',
1167 'browser/profiles/profile_info_cache_unittest.cc', 1170 'browser/profiles/profile_info_cache_unittest.cc',
1168 'browser/profiles/profile_info_cache_unittest.h', 1171 'browser/profiles/profile_info_cache_unittest.h',
1169 'browser/profiles/profile_avatar_icon_util_unittest.cc', 1172 'browser/profiles/profile_avatar_icon_util_unittest.cc',
1170 'browser/profiles/profile_list_desktop_unittest.cc', 1173 'browser/profiles/profile_list_desktop_unittest.cc',
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 'test/base/chrome_render_view_test.cc', 1922 'test/base/chrome_render_view_test.cc',
1920 'test/base/chrome_render_view_test.h', 1923 'test/base/chrome_render_view_test.h',
1921 'test/base/menu_model_test.cc', 1924 'test/base/menu_model_test.cc',
1922 'test/base/menu_model_test.h', 1925 'test/base/menu_model_test.h',
1923 'test/base/v8_unit_test.cc', 1926 'test/base/v8_unit_test.cc',
1924 'test/base/v8_unit_test.h', 1927 'test/base/v8_unit_test.h',
1925 'test/data/resource.rc', 1928 'test/data/resource.rc',
1926 'test/data/unit/framework_unittest.gtestjs', 1929 'test/data/unit/framework_unittest.gtestjs',
1927 'test/logging/win/mof_data_parser_unittest.cc', 1930 'test/logging/win/mof_data_parser_unittest.cc',
1928 'tools/convert_dict/convert_dict_unittest.cc', 1931 'tools/convert_dict/convert_dict_unittest.cc',
1932 'tools/profile_reset/jtl_compiler_unittest.cc',
1933 'tools/profile_reset/jtl_parser_unittest.cc',
1929 'utility/cloud_print/pwg_encoder_unittest.cc', 1934 'utility/cloud_print/pwg_encoder_unittest.cc',
1930 'utility/extensions/unpacker_unittest.cc', 1935 'utility/extensions/unpacker_unittest.cc',
1931 'utility/image_writer/image_writer_unittest.cc', 1936 'utility/image_writer/image_writer_unittest.cc',
1932 'utility/importer/bookmark_html_reader_unittest.cc', 1937 'utility/importer/bookmark_html_reader_unittest.cc',
1933 'utility/importer/bookmarks_file_importer_unittest.cc', 1938 'utility/importer/bookmarks_file_importer_unittest.cc',
1934 'utility/importer/firefox_importer_unittest.cc', 1939 'utility/importer/firefox_importer_unittest.cc',
1935 'utility/importer/firefox_importer_unittest_messages_internal.h', 1940 'utility/importer/firefox_importer_unittest_messages_internal.h',
1936 'utility/importer/firefox_importer_unittest_utils.h', 1941 'utility/importer/firefox_importer_unittest_utils.h',
1937 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1942 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1938 'utility/importer/safari_importer_unittest.mm', 1943 'utility/importer/safari_importer_unittest.mm',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 'app/chrome_dll.rc', 2512 'app/chrome_dll.rc',
2508 'browser/search_engines/template_url_scraper_unittest.cc', 2513 'browser/search_engines/template_url_scraper_unittest.cc',
2509 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 2514 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
2510 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2515 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2511 'test/data/resource.rc', 2516 'test/data/resource.rc',
2512 '../skia/ext/vector_canvas_unittest.cc', 2517 '../skia/ext/vector_canvas_unittest.cc',
2513 ], 2518 ],
2514 }], 2519 }],
2515 ['OS!="android" and OS!="ios"', { 2520 ['OS!="android" and OS!="ios"', {
2516 'dependencies': [ 2521 'dependencies': [
2522 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
2517 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2523 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2518 ], 2524 ],
2519 'sources!': [ 2525 'sources!': [
2520 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc', 2526 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc',
2521 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc', 2527 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
2522 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h', 2528 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h',
2523 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' , 2529 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2524 ], 2530 ],
2525 }], 2531 }],
2526 ['OS=="android"', { 2532 ['OS=="android"', {
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 'dependencies': [ 2872 'dependencies': [
2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2868 ], 2874 ],
2869 }], 2875 }],
2870 ], 2876 ],
2871 }, 2877 },
2872 ], 2878 ],
2873 }], 2879 }],
2874 ], # 'conditions' 2880 ], # 'conditions'
2875 } 2881 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698