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

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: Fixed nit from dbeam@, using new tracked preference deprecation. 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
« 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 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 'browser/prerender/prerender_unittest.cc', 1198 'browser/prerender/prerender_unittest.cc',
1199 'browser/prerender/prerender_util_unittest.cc', 1199 'browser/prerender/prerender_util_unittest.cc',
1200 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 1200 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
1201 'browser/printing/print_dialog_cloud_unittest.cc', 1201 'browser/printing/print_dialog_cloud_unittest.cc',
1202 'browser/printing/print_job_unittest.cc', 1202 'browser/printing/print_job_unittest.cc',
1203 'browser/printing/print_preview_dialog_controller_unittest.cc', 1203 'browser/printing/print_preview_dialog_controller_unittest.cc',
1204 'browser/printing/print_preview_test.cc', 1204 'browser/printing/print_preview_test.cc',
1205 'browser/printing/print_preview_test.h', 1205 'browser/printing/print_preview_test.h',
1206 'browser/process_info_snapshot_mac_unittest.cc', 1206 'browser/process_info_snapshot_mac_unittest.cc',
1207 'browser/process_singleton_posix_unittest.cc', 1207 'browser/process_singleton_posix_unittest.cc',
1208 'browser/profile_resetter/automatic_profile_resetter_delegate_unittest.c c',
1209 'browser/profile_resetter/automatic_profile_resetter_unittest.cc',
1210 'browser/profile_resetter/jtl_interpreter_unittest.cc',
1211 'browser/profile_resetter/profile_resetter_unittest.cc', 1208 'browser/profile_resetter/profile_resetter_unittest.cc',
1212 'browser/profiles/file_path_verifier_win_unittest.cc', 1209 'browser/profiles/file_path_verifier_win_unittest.cc',
1213 'browser/profiles/gaia_info_update_service_unittest.cc', 1210 'browser/profiles/gaia_info_update_service_unittest.cc',
1214 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 1211 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
1215 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1212 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1216 'browser/profiles/profile_downloader_unittest.cc', 1213 'browser/profiles/profile_downloader_unittest.cc',
1217 'browser/profiles/profile_info_cache_unittest.cc', 1214 'browser/profiles/profile_info_cache_unittest.cc',
1218 'browser/profiles/profile_info_cache_unittest.h', 1215 'browser/profiles/profile_info_cache_unittest.h',
1219 'browser/profiles/profile_avatar_icon_util_unittest.cc', 1216 'browser/profiles/profile_avatar_icon_util_unittest.cc',
1220 'browser/profiles/profile_list_desktop_unittest.cc', 1217 'browser/profiles/profile_list_desktop_unittest.cc',
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1959 'test/base/chrome_render_view_test.cc', 1956 'test/base/chrome_render_view_test.cc',
1960 'test/base/chrome_render_view_test.h', 1957 'test/base/chrome_render_view_test.h',
1961 'test/base/menu_model_test.cc', 1958 'test/base/menu_model_test.cc',
1962 'test/base/menu_model_test.h', 1959 'test/base/menu_model_test.h',
1963 'test/base/v8_unit_test.cc', 1960 'test/base/v8_unit_test.cc',
1964 'test/base/v8_unit_test.h', 1961 'test/base/v8_unit_test.h',
1965 'test/data/resource.rc', 1962 'test/data/resource.rc',
1966 'test/data/unit/framework_unittest.gtestjs', 1963 'test/data/unit/framework_unittest.gtestjs',
1967 'test/logging/win/mof_data_parser_unittest.cc', 1964 'test/logging/win/mof_data_parser_unittest.cc',
1968 'tools/convert_dict/convert_dict_unittest.cc', 1965 'tools/convert_dict/convert_dict_unittest.cc',
1969 'tools/profile_reset/jtl_compiler_unittest.cc',
1970 'tools/profile_reset/jtl_parser_unittest.cc',
1971 'utility/cloud_print/pwg_encoder_unittest.cc', 1966 'utility/cloud_print/pwg_encoder_unittest.cc',
1972 'utility/extensions/unpacker_unittest.cc', 1967 'utility/extensions/unpacker_unittest.cc',
1973 'utility/image_writer/image_writer_unittest.cc', 1968 'utility/image_writer/image_writer_unittest.cc',
1974 'utility/importer/bookmark_html_reader_unittest.cc', 1969 'utility/importer/bookmark_html_reader_unittest.cc',
1975 'utility/importer/bookmarks_file_importer_unittest.cc', 1970 'utility/importer/bookmarks_file_importer_unittest.cc',
1976 'utility/importer/firefox_importer_unittest.cc', 1971 'utility/importer/firefox_importer_unittest.cc',
1977 'utility/importer/firefox_importer_unittest_messages_internal.h', 1972 'utility/importer/firefox_importer_unittest_messages_internal.h',
1978 'utility/importer/firefox_importer_unittest_utils.h', 1973 'utility/importer/firefox_importer_unittest_utils.h',
1979 'utility/importer/firefox_importer_unittest_utils_mac.cc', 1974 'utility/importer/firefox_importer_unittest_utils_mac.cc',
1980 'utility/importer/safari_importer_unittest.mm', 1975 'utility/importer/safari_importer_unittest.mm',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
2539 'app/chrome_dll.rc', 2534 'app/chrome_dll.rc',
2540 'browser/search_engines/template_url_scraper_unittest.cc', 2535 'browser/search_engines/template_url_scraper_unittest.cc',
2541 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 2536 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
2542 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2537 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2543 'test/data/resource.rc', 2538 'test/data/resource.rc',
2544 '../skia/ext/vector_canvas_unittest.cc', 2539 '../skia/ext/vector_canvas_unittest.cc',
2545 ], 2540 ],
2546 }], 2541 }],
2547 ['OS!="android" and OS!="ios"', { 2542 ['OS!="android" and OS!="ios"', {
2548 'dependencies': [ 2543 'dependencies': [
2549 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
2550 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2544 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2551 ], 2545 ],
2552 'sources!': [ 2546 'sources!': [
2553 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc', 2547 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc',
2554 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc', 2548 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
2555 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h', 2549 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h',
2556 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' , 2550 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2557 ], 2551 ],
2558 }], 2552 }],
2559 ['OS=="android"', { 2553 ['OS=="android"', {
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
2915 'dependencies': [ 2909 'dependencies': [
2916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2910 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2917 ], 2911 ],
2918 }], 2912 }],
2919 ], 2913 ],
2920 }, 2914 },
2921 ], 2915 ],
2922 }], 2916 }],
2923 ], # 'conditions' 2917 ], # 'conditions'
2924 } 2918 }
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