summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 23:44:20 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 23:44:20 +0000
commitb1fc1eead44815a7fb60c0247672c371cb19645d (patch)
tree6bf037b5b3a6b3e130ceff7aedb12c8e79d48cb7
parent0adc61dd0baa54a69001835cbada4e15c0fa398d (diff)
downloadchromium_src-b1fc1eead44815a7fb60c0247672c371cb19645d.zip
chromium_src-b1fc1eead44815a7fb60c0247672c371cb19645d.tar.gz
chromium_src-b1fc1eead44815a7fb60c0247672c371cb19645d.tar.bz2
fix check deps
TBR=evan Review URL: http://codereview.chromium.org/10858 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5322 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/DEPS b/base/DEPS
index 40bf997..a5db017 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+third_party/zlib",
"+third_party/libevent",
+ "+third_party/dmg_fp",
]