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

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: Fix Windows compile error. 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_constants.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 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 'browser/prerender/prerender_unittest.cc', 1142 'browser/prerender/prerender_unittest.cc',
1143 'browser/prerender/prerender_util_unittest.cc', 1143 'browser/prerender/prerender_util_unittest.cc',
1144 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 1144 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
1145 'browser/printing/print_dialog_cloud_unittest.cc', 1145 'browser/printing/print_dialog_cloud_unittest.cc',
1146 'browser/printing/print_job_unittest.cc', 1146 'browser/printing/print_job_unittest.cc',
1147 'browser/printing/print_preview_dialog_controller_unittest.cc', 1147 'browser/printing/print_preview_dialog_controller_unittest.cc',
1148 'browser/printing/print_preview_test.cc', 1148 'browser/printing/print_preview_test.cc',
1149 'browser/printing/print_preview_test.h', 1149 'browser/printing/print_preview_test.h',
1150 'browser/process_info_snapshot_mac_unittest.cc', 1150 'browser/process_info_snapshot_mac_unittest.cc',
1151 'browser/process_singleton_posix_unittest.cc', 1151 'browser/process_singleton_posix_unittest.cc',
1152 'browser/profile_resetter/automatic_profile_resetter_delegate_unittest.c c',
1153 'browser/profile_resetter/automatic_profile_resetter_unittest.cc',
1154 'browser/profile_resetter/jtl_interpreter_unittest.cc',
1152 'browser/profile_resetter/profile_resetter_unittest.cc', 1155 'browser/profile_resetter/profile_resetter_unittest.cc',
1153 'browser/profiles/file_path_verifier_win_unittest.cc', 1156 'browser/profiles/file_path_verifier_win_unittest.cc',
1154 'browser/profiles/gaia_info_update_service_unittest.cc', 1157 'browser/profiles/gaia_info_update_service_unittest.cc',
1155 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 1158 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
1156 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1159 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1157 'browser/profiles/profile_downloader_unittest.cc', 1160 'browser/profiles/profile_downloader_unittest.cc',
1158 'browser/profiles/profile_info_cache_unittest.cc', 1161 'browser/profiles/profile_info_cache_unittest.cc',
1159 'browser/profiles/profile_info_cache_unittest.h', 1162 'browser/profiles/profile_info_cache_unittest.h',
1160 'browser/profiles/profile_avatar_icon_util_unittest.cc', 1163 'browser/profiles/profile_avatar_icon_util_unittest.cc',
1161 'browser/profiles/profile_list_desktop_unittest.cc', 1164 'browser/profiles/profile_list_desktop_unittest.cc',
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1909 'test/base/chrome_render_view_test.cc', 1912 'test/base/chrome_render_view_test.cc',
1910 'test/base/chrome_render_view_test.h', 1913 'test/base/chrome_render_view_test.h',
1911 'test/base/menu_model_test.cc', 1914 'test/base/menu_model_test.cc',
1912 'test/base/menu_model_test.h', 1915 'test/base/menu_model_test.h',
1913 'test/base/v8_unit_test.cc', 1916 'test/base/v8_unit_test.cc',
1914 'test/base/v8_unit_test.h', 1917 'test/base/v8_unit_test.h',
1915 'test/data/resource.rc', 1918 'test/data/resource.rc',
1916 'test/data/unit/framework_unittest.gtestjs', 1919 'test/data/unit/framework_unittest.gtestjs',
1917 'test/logging/win/mof_data_parser_unittest.cc', 1920 'test/logging/win/mof_data_parser_unittest.cc',
1918 'tools/convert_dict/convert_dict_unittest.cc', 1921 'tools/convert_dict/convert_dict_unittest.cc',
1922 'tools/profile_reset/jtl_compiler_unittest.cc',
1923 'tools/profile_reset/jtl_parser_unittest.cc',
1919 'utility/cloud_print/pwg_encoder_unittest.cc', 1924 'utility/cloud_print/pwg_encoder_unittest.cc',
1920 'utility/extensions/unpacker_unittest.cc', 1925 'utility/extensions/unpacker_unittest.cc',
1921 'utility/image_writer/image_writer_unittest.cc', 1926 'utility/image_writer/image_writer_unittest.cc',
1922 'utility/importer/bookmark_html_reader_unittest.cc', 1927 'utility/importer/bookmark_html_reader_unittest.cc',
1923 'utility/importer/bookmarks_file_importer_unittest.cc', 1928 'utility/importer/bookmarks_file_importer_unittest.cc',
1924 'utility/importer/firefox_importer_unittest.cc', 1929 'utility/importer/firefox_importer_unittest.cc',
1925 'utility/importer/firefox_importer_unittest_messages_internal.h', 1930 'utility/importer/firefox_importer_unittest_messages_internal.h',
1926 'utility/importer/firefox_importer_unittest_utils.h', 1931 'utility/importer/firefox_importer_unittest_utils.h',
1927 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1932 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1928 'utility/importer/safari_importer_unittest.mm', 1933 'utility/importer/safari_importer_unittest.mm',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
2520 'sources!': [ 2525 'sources!': [
2521 'app/chrome_dll.rc', 2526 'app/chrome_dll.rc',
2522 'browser/search_engines/template_url_scraper_unittest.cc', 2527 'browser/search_engines/template_url_scraper_unittest.cc',
2523 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 2528 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
2524 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2529 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2525 'test/data/resource.rc', 2530 'test/data/resource.rc',
2526 '../skia/ext/vector_canvas_unittest.cc', 2531 '../skia/ext/vector_canvas_unittest.cc',
2527 ], 2532 ],
2528 }], 2533 }],
2529 ['OS!="android" and OS!="ios"', { 2534 ['OS!="android" and OS!="ios"', {
2535 'dependencies': [
2536 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
2537 ],
2530 'sources!': [ 2538 'sources!': [
2531 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc', 2539 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc',
2532 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc', 2540 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
2533 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h', 2541 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h',
2534 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' , 2542 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2535 ], 2543 ],
2536 }], 2544 }],
2537 ['OS=="android"', { 2545 ['OS=="android"', {
2538 'dependencies!': [ 2546 'dependencies!': [
2539 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2547 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
2877 'dependencies': [ 2885 'dependencies': [
2878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2886 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2879 ], 2887 ],
2880 }], 2888 }],
2881 ], 2889 ],
2882 }, 2890 },
2883 ], 2891 ],
2884 }], 2892 }],
2885 ], # 'conditions' 2893 ], # 'conditions'
2886 } 2894 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698