Web Intents: Preparatory work.
* Added --enable-web-intents switch.
* Added enable_web_intents build variable, for use in WebKit mostly.
* Added registration InfoBar and piping to the WebKit side, which is not hooked
up on that side yet.
BUG=none
TEST=RegisterIntentHandlerInfoBarDelegateTest.*
Review URL: http://codereview.chromium.org/7461093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94867 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/common.gypi b/build/common.gypi
index d8cacd2..9eb94f3b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -187,6 +187,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,