| 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",
|
| ]
|
|
|