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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1402783005: Remove safe_browsing=2 functionality, replace with =3 mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up histograms Created 5 years, 2 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_renderer.gypi ('k') | chrome/common/common_message_generator.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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', 947 'browser/speech/extension_api/extension_manifests_tts_unittest.cc',
948 'browser/speech/tts_controller_unittest.cc', 948 'browser/speech/tts_controller_unittest.cc',
949 ], 949 ],
950 'chrome_unit_tests_notifications_sources': [ 950 'chrome_unit_tests_notifications_sources': [
951 'browser/notifications/desktop_notification_profile_util_unittest.cc', 951 'browser/notifications/desktop_notification_profile_util_unittest.cc',
952 'browser/notifications/message_center_notifications_unittest.cc', 952 'browser/notifications/message_center_notifications_unittest.cc',
953 'browser/notifications/message_center_settings_controller_unittest.cc', 953 'browser/notifications/message_center_settings_controller_unittest.cc',
954 'browser/notifications/notification_permission_context_unittest.cc', 954 'browser/notifications/notification_permission_context_unittest.cc',
955 'browser/notifications/platform_notification_service_unittest.cc', 955 'browser/notifications/platform_notification_service_unittest.cc',
956 ], 956 ],
957 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Extended Safe 957 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe
958 # Browsing (==3) modes. 958 # Browsing (==2) modes.
959 'chrome_unit_tests_shared_safe_browsing_sources': [ 959 'chrome_unit_tests_shared_safe_browsing_sources': [
960 'browser/safe_browsing/malware_details_unittest.cc', 960 'browser/safe_browsing/malware_details_unittest.cc',
961 'browser/safe_browsing/ping_manager_unittest.cc', 961 'browser/safe_browsing/ping_manager_unittest.cc',
962 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 962 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
963 'browser/safe_browsing/ui_manager_unittest.cc', 963 'browser/safe_browsing/ui_manager_unittest.cc',
964 ], 964 ],
965 'chrome_unit_tests_mobile_extended_safe_browsing_sources': [ 965 'chrome_unit_tests_mobile_safe_browsing_sources': [
966 'browser/safe_browsing/safe_browsing_api_handler_unittest.cc', 966 'browser/safe_browsing/safe_browsing_api_handler_unittest.cc',
967 ], 967 ],
968 'chrome_unit_tests_full_safe_browsing_sources': [ 968 'chrome_unit_tests_full_safe_browsing_sources': [
969 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 969 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
970 'browser/safe_browsing/chunk_range_unittest.cc', 970 'browser/safe_browsing/chunk_range_unittest.cc',
971 'browser/safe_browsing/client_side_detection_host_unittest.cc', 971 'browser/safe_browsing/client_side_detection_host_unittest.cc',
972 'browser/safe_browsing/client_side_detection_service_unittest.cc', 972 'browser/safe_browsing/client_side_detection_service_unittest.cc',
973 'browser/safe_browsing/client_side_model_loader_unittest.cc', 973 'browser/safe_browsing/client_side_model_loader_unittest.cc',
974 'browser/safe_browsing/download_feedback_service_unittest.cc', 974 'browser/safe_browsing/download_feedback_service_unittest.cc',
975 'browser/safe_browsing/download_feedback_unittest.cc', 975 'browser/safe_browsing/download_feedback_unittest.cc',
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 }], 2420 }],
2421 ['safe_browsing==1', { 2421 ['safe_browsing==1', {
2422 # TODO(sgurun): enable tests for safe_browsing==2. 2422 # TODO(sgurun): enable tests for safe_browsing==2.
2423 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)', 2423 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)',
2424 '<@(chrome_unit_tests_shared_safe_browsing_sources)', 2424 '<@(chrome_unit_tests_shared_safe_browsing_sources)',
2425 ], 2425 ],
2426 'dependencies': [ 2426 'dependencies': [
2427 'ipc_protobuf_message_test_proto', 2427 'ipc_protobuf_message_test_proto',
2428 ], 2428 ],
2429 }], 2429 }],
2430 ['safe_browsing==3', { 2430 ['safe_browsing==2', {
2431 'sources': [ '<@(chrome_unit_tests_mobile_extended_safe_browsing_sourc es)', 2431 'sources': [ '<@(chrome_unit_tests_mobile_safe_browsing_sources)',
2432 '<@(chrome_unit_tests_shared_safe_browsing_sources)', 2432 '<@(chrome_unit_tests_shared_safe_browsing_sources)',
2433 ], 2433 ],
2434 }], 2434 }],
2435 ['enable_autofill_dialog==1 and OS!="android"', { 2435 ['enable_autofill_dialog==1 and OS!="android"', {
2436 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ], 2436 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ],
2437 }], 2437 }],
2438 ['enable_plugins==1', { 2438 ['enable_plugins==1', {
2439 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ], 2439 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ],
2440 }], 2440 }],
2441 ['enable_print_preview==1', { 2441 ['enable_print_preview==1', {
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
2980 'dependencies': [ 2980 'dependencies': [
2981 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2981 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2982 ], 2982 ],
2983 }], 2983 }],
2984 ], 2984 ],
2985 }, 2985 },
2986 ], 2986 ],
2987 }], 2987 }],
2988 ], # 'conditions' 2988 ], # 'conditions'
2989 } 2989 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698