summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
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/DEPS
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/DEPS')
-rw-r--r--chrome/common/DEPS7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index f4f560b..1486f99 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -6,17 +6,18 @@ include_rules = [
"+sandbox/src",
"+skia/include",
"+webkit/glue",
-
+
# Other libraries.
+ "+chrome/third_party/xdg_user_dirs",
"+third_party/bzip2",
"+third_party/npapi",
"+third_party/sqlite",
"+third_party/zlib",
-
+
# FIXME - refactor code and remove these dependencies
"+chrome/app",
"+chrome/browser",
"+chrome/browser/net",
"+chrome/renderer",
"+chrome/views",
-] \ No newline at end of file
+]