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

Unified Diff: chrome/chrome_renderer.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_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index ec5c092f6513cd621b6f4425de0cf7beb68bab8d..ee1800f40e51eba6410e670f47a2fa910cc3af38 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -185,7 +185,7 @@
'renderer/safe_browsing/malware_dom_details.h',
],
# For safe_browsing==1 only.
- 'chrome_renderer_safe_browsing_sources': [
+ 'chrome_renderer_full_safe_browsing_sources': [
'renderer/safe_browsing/feature_extractor_clock.cc',
'renderer/safe_browsing/feature_extractor_clock.h',
'renderer/safe_browsing/features.cc',
@@ -309,7 +309,7 @@
}],
['safe_browsing==1', {
'sources': [
- '<@(chrome_renderer_safe_browsing_sources)',
+ '<@(chrome_renderer_full_safe_browsing_sources)',
],
'dependencies': [
'safe_browsing_proto',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698