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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index d9263ea8269d1e8d2f500c5338432e6e758492dd..08941183dea7b256f9ea5ac715e26273cd72aa75 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -954,15 +954,15 @@
'browser/notifications/notification_permission_context_unittest.cc',
'browser/notifications/platform_notification_service_unittest.cc',
],
- # Used by Full Safe Browsing (safe_browsing==1) and Mobile Extended Safe
- # Browsing (==3) modes.
+ # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe
+ # Browsing (==2) modes.
'chrome_unit_tests_shared_safe_browsing_sources': [
'browser/safe_browsing/malware_details_unittest.cc',
'browser/safe_browsing/ping_manager_unittest.cc',
'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
'browser/safe_browsing/ui_manager_unittest.cc',
],
- 'chrome_unit_tests_mobile_extended_safe_browsing_sources': [
+ 'chrome_unit_tests_mobile_safe_browsing_sources': [
'browser/safe_browsing/safe_browsing_api_handler_unittest.cc',
],
'chrome_unit_tests_full_safe_browsing_sources': [
@@ -2427,8 +2427,8 @@
'ipc_protobuf_message_test_proto',
],
}],
- ['safe_browsing==3', {
- 'sources': [ '<@(chrome_unit_tests_mobile_extended_safe_browsing_sources)',
+ ['safe_browsing==2', {
+ 'sources': [ '<@(chrome_unit_tests_mobile_safe_browsing_sources)',
'<@(chrome_unit_tests_shared_safe_browsing_sources)',
],
}],
« 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