Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index f6f97dc404f9fabc5638c110cb17ac87e860e25d..59db5d7c495393ba643d6b0da3f9b3d1a5bb8088 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, |