Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index 45b61cf024bb92d489b4f5a35b82365cfa5d8bb1..f954d40137e257aceaaf0eee1dd080f5e390bf24 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -36,6 +36,10 @@ config("feature_flags") { |
| "V8_DEPRECATION_WARNINGS", # Don't use deprecated V8 APIs anywhere. |
| ] |
| + if (enable_notifications) { |
| + defines += [ "ENABLE_NOTIFICATIONS" ] |
| + } |
| + |
| if (cld_version > 0) { |
| defines += [ "CLD_VERSION=$cld_version" ] |
| } |