Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: ui/accessibility/accessibility.gyp

Issue 1028553003: Linux Aura accessibility is enabled only on GNOME desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/accessibility/DEPS ('k') | ui/accessibility/platform/atk_util_auralinux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/accessibility.gyp
diff --git a/ui/accessibility/accessibility.gyp b/ui/accessibility/accessibility.gyp
index e417f101ff568cfc210280572a02d8bb64046cf8..aef0f10dfc15ef81d80c26fc79ada2c2416c3fd1 100644
--- a/ui/accessibility/accessibility.gyp
+++ b/ui/accessibility/accessibility.gyp
@@ -63,10 +63,20 @@
'../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2'
],
}],
+ ['OS=="linux" and chromeos==0 and use_gconf==1',{
+ 'dependencies': [
+ '../../build/linux/system.gyp:gconf',
+ ],
+ }],
+ ['OS=="linux" and chromeos==0 and use_dbus==1', {
+ 'dependencies': [
+ '../../build/linux/system.gyp:dbus',
+ '../../dbus/dbus.gyp:dbus',
+ ],
+ }],
['OS=="linux" and chromeos==0 and use_x11==1', {
'dependencies': [
'../../build/linux/system.gyp:atk',
- '../../build/linux/system.gyp:gconf',
'../../build/linux/system.gyp:glib',
],
'variables': {
« no previous file with comments | « ui/accessibility/DEPS ('k') | ui/accessibility/platform/atk_util_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698