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

Unified Diff: chrome/renderer/BUILD.gn

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/common/safe_browsing/safebrowsing_messages.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index dc76f432772b7fdea81030bc7c17e257aaed4273..e041627b6e6f0221390fedd9e144127047718bc2 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -103,9 +103,10 @@ static_library("renderer") {
".",
"..")
if (safe_browsing_mode == 1) {
- sources += rebase_path(gypi_values.chrome_renderer_safe_browsing_sources,
- ".",
- "..")
+ sources +=
+ rebase_path(gypi_values.chrome_renderer_full_safe_browsing_sources,
+ ".",
+ "..")
deps += [
"//chrome/common/safe_browsing:proto",
"//third_party/smhasher:murmurhash3",
« no previous file with comments | « chrome/common/safe_browsing/safebrowsing_messages.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698