Index: trunk/src/build/common.gypi |
=================================================================== |
--- trunk/src/build/common.gypi (revision 251104) |
+++ trunk/src/build/common.gypi (working copy) |
@@ -630,6 +630,9 @@ |
'native_memory_pressure_signals%': 1, |
'enable_printing%': 2, |
'enable_task_manager%':0, |
+ # Set to 1 once we have a notification system for Android. |
+ # http://crbug.com/115320 |
+ 'notifications%': 0, |
}], |
# Android OS includes support for proprietary codecs regardless of |
@@ -1485,10 +1488,6 @@ |
# Sessions are store separately in the Java side. |
'enable_session_service%': 0, |
- # Set to 1 once we have a notification system for Android. |
- # http://crbug.com/115320 |
- 'notifications%': 0, |
- |
'p2p_apis%' : 0, |
'gtest_target_type%': 'shared_library', |
@@ -1799,6 +1798,9 @@ |
['enable_task_manager==1', { |
'grit_defines': ['-D', 'enable_task_manager'], |
}], |
+ ['notifications==1', { |
+ 'grit_defines': ['-D', 'enable_notifications'], |
+ }], |
['clang_use_chrome_plugins==1 and OS!="win"', { |
'clang_chrome_plugins_flags': [ |
'<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)' |