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

Unified Diff: chrome/common/features.gni

Issue 2360853002: Better handle safe_browsing logic in build dependencies. (Closed)
Patch Set: Use integer comparison in grd file 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
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",
"use_vulcanize=$use_vulcanize",
]
« chrome/browser/browser_resources.grd ('K') | « chrome/browser/browser_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698