diff options
-rw-r--r-- | device/device.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device/device.gyp b/device/device.gyp index 4b4c1ad..e75cfd5 100644 --- a/device/device.gyp +++ b/device/device.gyp @@ -47,7 +47,7 @@ ] }, { # chromeos==1 'dependencies': [ - '../build/linux/system.gyp:dbus-glib', + '../build/linux/system.gyp:dbus', '../chromeos/chromeos.gyp:chromeos', '../dbus/dbus.gyp:dbus', ] @@ -100,7 +100,7 @@ ] }, { # chromeos==1 'dependencies': [ - '../build/linux/system.gyp:dbus-glib', + '../build/linux/system.gyp:dbus', '../chromeos/chromeos.gyp:chromeos_test_support', '../dbus/dbus.gyp:dbus', ] |