Chromium Code Reviews| 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", |
| ] |