summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 04:11:37 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 04:11:37 +0000
commita5df176f277e700bf68d377b720bc1db2ed34c31 (patch)
tree952b1c4ce5f541ff130d666bc0ebbb84d585a235 /chrome/chrome_exe.gypi
parenta0f5900848d6580bbfb0a242de097c3ef723eefd (diff)
downloadchromium_src-a5df176f277e700bf68d377b720bc1db2ed34c31.zip
chromium_src-a5df176f277e700bf68d377b720bc1db2ed34c31.tar.gz
chromium_src-a5df176f277e700bf68d377b720bc1db2ed34c31.tar.bz2
Linux: clean up a bit after getting rid of the last use of dbus-glib.
Also add unit tests for KWallet integration, now possible due to our mockable DBus client library. Review URL: http://codereview.chromium.org/7930019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 60fecd0..d6b1d57 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -127,7 +127,6 @@
# Chromium functionality directly into the executable.
'<@(chromium_dependencies)',
# Needed for chrome_main.cc initialization of libraries.
- '../build/linux/system.gyp:dbus-glib',
'../build/linux/system.gyp:gtk',
# Needed to use the master_preferences functions
'installer_util',