summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/content_browser.gypi11
1 files changed, 6 insertions, 5 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index c1b81a50..ebcf8ed 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -741,6 +741,12 @@
'../build/linux/system.gyp:x11',
'../dbus/dbus.gyp:dbus',
],
+ }],
+ ['OS=="linux"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:udev',
+ ],
+ # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS
'conditions': [
['linux_sandbox_path != ""', {
'defines': [
@@ -749,11 +755,6 @@
}],
],
}],
- ['OS=="linux"', {
- 'dependencies': [
- '../build/linux/system.gyp:udev',
- ],
- }],
['OS=="linux" and toolkit_uses_gtk==0', {
'dependencies': [
'../build/linux/system.gyp:dbus',