summaryrefslogtreecommitdiffstats
path: root/chrome/common/common.scons
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 04:07:04 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 04:07:04 +0000
commitc6c3483148d438c623f010f7ca99d0dd9ff27c1d (patch)
tree5fb3c86aa8d1dea0140783e7b8f6b06024707001 /chrome/common/common.scons
parentac9f141c4e6a2c1df0ef7ee25f4bed01d205418d (diff)
downloadchromium_src-c6c3483148d438c623f010f7ca99d0dd9ff27c1d.zip
chromium_src-c6c3483148d438c623f010f7ca99d0dd9ff27c1d.tar.gz
chromium_src-c6c3483148d438c623f010f7ca99d0dd9ff27c1d.tar.bz2
Use xdg_user_dir_lookup to lookup directories. (try 2)
Review URL: http://codereview.chromium.org/27259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r--chrome/common/common.scons1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index bd94858..6c3378a 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -283,6 +283,7 @@ if env.Bit('windows'):
if env.Bit('linux'):
input_files.Append(
+ '$CHROME_DIR/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
'transport_dib_linux.cc',
'x11_util.cc'
)