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

Unified Diff: chrome/chrome_common.gypi

Issue 397853002: Refactor safe-browsing build-config definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup gn files Created 6 years, 5 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 5cdae7ee1f7256b6249e9203ea45be662567c4dc..64bf73bc88ae325ca7c148cd50253f52d286a1fe 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -506,12 +506,8 @@
],
}],
['safe_browsing==1', {
- 'defines': [ 'FULL_SAFE_BROWSING' ],
'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
}],
- ['safe_browsing==2', {
- 'defines': [ 'MOBILE_SAFE_BROWSING' ],
- }],
['use_openssl==1', {
'sources!': [
'common/extensions/api/networking_private/networking_private_crypto_nss.cc',

Powered by Google App Engine
This is Rietveld 408576698