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

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: Create a separate thread to run dbus callings Created 5 years, 8 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
Index: ui/accessibility/accessibility.gyp
diff --git a/ui/accessibility/accessibility.gyp b/ui/accessibility/accessibility.gyp
index e417f101ff568cfc210280572a02d8bb64046cf8..f9f036ddc0df8fed68564cda7a57c991269f490c 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': {

Powered by Google App Engine
This is Rietveld 408576698