diff options
author | simonhatch <simonhatch@chromium.org> | 2015-05-12 07:45:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-12 14:45:33 +0000 |
commit | c7c15e712cb77a0fe276166996b2bb787490c896 (patch) | |
tree | b409988d245e9202ead822ef43539d0f25204218 /build/linux/system.gyp | |
parent | 31bb95c16b2dab93ede27b76dbfefed434a6b89f (diff) | |
download | chromium_src-c7c15e712cb77a0fe276166996b2bb787490c896.zip chromium_src-c7c15e712cb77a0fe276166996b2bb787490c896.tar.gz chromium_src-c7c15e712cb77a0fe276166996b2bb787490c896.tar.bz2 |
Revert of Linux Aura accessibility is enabled only on GNOME desktops (patchset #15 id:280001 of https://codereview.chromium.org/1028553003/)
Reason for revert:
All linux perf bots red, failing on various blink_perf tests. Speculatively reverting this CL since several bisects pointed to it.
BUG=485590
Original issue's description:
> Linux Aura accessibility is enabled only on GNOME desktops
>
> Linux Aura accessibility is not enabled on desktops different than GNOME2.
> GNOME3 has deprecated gconf in favor of gsettings and dconf.
> AT-SPI (cross-platform framework that provides communication between AT
> and application) bus launcher has a property called org.a11y.Bus.IsEnabled
> that could be easily read by dbus call.
>
> In generall this patch adds an additional check to enable accessibility.
> When gconf is available use gnome's accessibility key otherwise
> org.a11y.Bus.IsEnabled property.
>
> BUG=472183,468989,468112
> TBR=stevenjb@chromium.org,jochen@chromium.org
>
> Committed: https://crrev.com/16e2d5a386e3ddd5be818a0d27610b1e9ee9c08e
> Cr-Commit-Position: refs/heads/master@{#328651}
TBR=dmazzoni@chromium.org,plundblad@chromium.org,l.gombos@samsung.com,jochen@chromium.org,stevenjb@chromium.org,dpranke@chromium.org,k.czech@samsung.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=472183,468989,468112
Review URL: https://codereview.chromium.org/1124173005
Cr-Commit-Position: refs/heads/master@{#329404}
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r-- | build/linux/system.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index e7cc9dc..476476e 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -692,9 +692,6 @@ 'cflags': [ '<!@(<(pkg-config) --cflags dbus-1)', ], - 'defines': [ - 'USE_DBUS', - ], }, 'link_settings': { 'ldflags': [ |