diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-01 02:34:01 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-01 02:34:01 +0000 |
commit | 62af76ea5dd4a96969e138ab5019ec7d1b29c5b9 (patch) | |
tree | fb132177b5942907fed4f863dbf41b38f639a1a9 /build | |
parent | ccda3a15c34899ac74216ed67411733563417f2b (diff) | |
download | chromium_src-62af76ea5dd4a96969e138ab5019ec7d1b29c5b9.zip chromium_src-62af76ea5dd4a96969e138ab5019ec7d1b29c5b9.tar.gz chromium_src-62af76ea5dd4a96969e138ab5019ec7d1b29c5b9.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index d8cacd2..9eb94f3 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, |