Commit 91822e58 authored by Jocelyn Turcotte's avatar Jocelyn Turcotte
Browse files

<chromium> Add ifdefs to exclude ATL and accessibility from the build


ATL currently isn't distributed with MSVS Express, only with the
Professional version. Chromium requires downloading the WDK iso for
express users just to be able to use the ATL version that was shipped
with it.

We can avoid the extra dependency for now by cutting off all the
accessibility code, which is currently the only part of the content
layer depending on ATL. We will use the Qt accessibility code anyway.

Change-Id: Iec25231250ccfc9405fdf342752733814888f348
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
parent b84f332d
No related merge requests found
Showing with 11 additions and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment