diff options
author | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 04:11:37 +0000 |
---|---|---|
committer | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 04:11:37 +0000 |
commit | a5df176f277e700bf68d377b720bc1db2ed34c31 (patch) | |
tree | 952b1c4ce5f541ff130d666bc0ebbb84d585a235 /chrome/chrome_exe.gypi | |
parent | a0f5900848d6580bbfb0a242de097c3ef723eefd (diff) | |
download | chromium_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.gypi | 1 |
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', |