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

Unified Diff: chrome/browser/BUILD.gn

Issue 397853002: Refactor safe-browsing build-config definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to satiate trybots 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
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/apps/ephemeral_app_launcher_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 5185f4331515b2ad85d763635705101b7c6938c1..5ea7a5dbe41dfe130f7ad53b2f3e011c5c4918a9 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -316,12 +316,9 @@ static_library("browser") {
sources += rebase_path(
gypi_values.chrome_browser_full_safe_browsing_sources,
".", "//chrome")
- defines += [ "FULL_SAFE_BROWSING" ]
deps += [
"//chrome/common/safe_browsing:proto",
]
- } else if (safe_browsing_mode == 2) {
- defines += [ "MOBILE_SAFE_BROWSING" ]
}
}
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/apps/ephemeral_app_launcher_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698