diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 02:56:40 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 02:56:40 +0000 |
commit | 5c063b06a35fef646a45b52f0d414c818b1d0993 (patch) | |
tree | a4c00dd4ef3d83872eb59182ccfcd7f29a4e8572 /device/device.gyp | |
parent | 0e2ab94edd62fbd13e91adf7969e46781635f468 (diff) | |
download | chromium_src-5c063b06a35fef646a45b52f0d414c818b1d0993.zip chromium_src-5c063b06a35fef646a45b52f0d414c818b1d0993.tar.gz chromium_src-5c063b06a35fef646a45b52f0d414c818b1d0993.tar.bz2 |
device: Remove the dependency to dbus-glib from device.gyp.
BUG=156018
TEST=device_unittests
R=satorux@chromium.org
TBR=keybuk@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11231026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device.gyp')
-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', ] |