Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 189d4486bb5f19b521f005e4f7b553fc0e68f935..c209ad088f02f54dcbc39877ad0d08f7503d3bc3 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -433,6 +433,9 @@ |
# Point to ICU directory. |
'icu_src_dir': '../third_party/icu', |
+ # Enable desktop notifications. |
+ 'enable_desktop_notifications%': 0, |
Torne
2011/06/02 16:18:35
I assume you have this set to 0 just for trybots a
|
+ |
'conditions': [ |
['os_posix==1 and OS!="mac"', { |
# This will set gcc_version to XY if you are running gcc X.Y.*. |