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

Unified Diff: chrome/chrome_common.gypi

Issue 1081403002: Refactor safe-browsing build-config definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename INTERNAL/EXTERNAL to LOCAL/REMOTE Created 5 years, 8 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 7658dc949175572e04e67a8cb78b1f76efe7681a..3c71b1afc663557e0d1db406fd811a56e510f22b 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -525,12 +525,8 @@
],
}],
['safe_browsing==1', {
- 'defines': [ 'FULL_SAFE_BROWSING' ],
'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
}],
- ['safe_browsing==2', {
- 'defines': [ 'MOBILE_SAFE_BROWSING' ],
- }],
],
'target_conditions': [
['OS == "ios"', {

Powered by Google App Engine
This is Rietveld 408576698