Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6664afd475c26abe1bb48961227bc502f498a83f..f5f3c7159d1a308a9231bcc5b378e38133761bb9 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -437,6 +437,9 @@ |
# Point to ICU directory. |
'icu_src_dir': '../third_party/icu', |
+ # Enable desktop notifications. |
+ 'enable_desktop_notifications%': 1, |
+ |
'conditions': [ |
['os_posix==1 and OS!="mac"', { |
# This will set gcc_version to XY if you are running gcc X.Y.*. |