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

Unified Diff: build/common.gypi

Issue 1323243003: Disable mobile safe browsing on public builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 60591d323a193a7b7e19bfc5adcce2fe2afd0ba0..147a88f07c1377d8be7dab109f9ef918f73bdd49 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1850,7 +1850,11 @@
'use_openssl_certs%': 1,
'proprietary_codecs%': '<(proprietary_codecs)',
- 'safe_browsing%': 3,
+
+ # safe_browsing defaults to 2 for public builds and is switched to 3 in
+ # //clank/supplement.gypi since mode 3 requires an internal API.
+ 'safe_browsing%': 2,
+
'enable_web_speech%': 0,
'java_bridge%': 1,
'use_allocator%': 'none',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698