Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 6f8c1c282dc9cd005de077ef0da8cb2ec55b691a..afc7dda7295096b45e4ef55a110afc3d70a813db 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -185,6 +185,9 @@ |
| # Enable navigator.registerProtocolHandler and supporting UI. |
| 'enable_register_protocol_handler%': 1, |
| + # Enable Web Intents and supporting UI. |
| + 'enable_web_intents%': 0, |
| + |
| # Smooth scrolling is disabled by default. |
| 'enable_smooth_scrolling%': 0, |