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

Unified Diff: chrome/common/features.gni

Issue 2360853002: Better handle safe_browsing logic in build dependencies. (Closed)
Patch Set: Created 4 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 | « chrome/browser/browser_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 045bb9f21b20b52b03b908f4bdbd95da7e65f530..2ae944573e5f8f9f67ca82e3d1f51a4772fd86d7 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -8,6 +8,7 @@
import("//build/config/chrome_build.gni")
import("//build/config/chromecast_build.gni")
import("//build/config/compiler/compiler.gni")
+import("//build/config/features.gni")
# Please keep features in alphabetical order.
declare_args() {
@@ -58,5 +59,6 @@ chrome_grit_defines = [
"enable_google_now=$enable_google_now",
"enable_hotwording=$enable_hotwording",
"enable_vr_shell=$enable_vr_shell",
+ "safe_browsing_mode=$safe_browsing_mode",
slan 2016/09/21 23:41:59 hmm... AFAIK, this string will resolve to somethin
mbjorge 2016/09/22 15:02:50 https://www.chromium.org/developers/tools-we-use-i
"use_vulcanize=$use_vulcanize",
]
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698