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

Unified Diff: chrome/common/BUILD.gn

Issue 1081403002: Refactor safe-browsing build-config definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again to fix collision 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
« no previous file with comments | « chrome/chrome_utility.gypi ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 947666f05dc7efeaded92ca72c588adc29cb2abb..7de5abb887cdd1d02e3fa027d666e2de9e998ebf 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -229,14 +229,10 @@ static_library("common") {
}
if (safe_browsing_mode == 1) {
- defines += [ "FULL_SAFE_BROWSING" ]
sources += rebase_path(gypi_values.chrome_common_full_safe_browsing_sources,
".",
"//chrome")
}
- if (safe_browsing_mode == 2) {
- defines += [ "MOBILE_SAFE_BROWSING" ]
- }
if (enable_media_router) {
defines += [ "ENABLE_MEDIA_ROUTER=1" ]
}
« no previous file with comments | « chrome/chrome_utility.gypi ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698