Add LevelDB and Snappy to the build.  These will be used by IndexedDB.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6685102

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79058 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index a979bfb..01a7746b 100644
--- a/DEPS
+++ b/DEPS
@@ -62,6 +62,14 @@
   "src/third_party/cacheinvalidation/files":
     (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@70",
 
+  # TODO(nsylvain): Mirror for bots.
+  "src/third_party/leveldb":
+    "http://leveldb.googlecode.com/svn/trunk@13",
+
+  # TODO(nsylvain): Mirror for bots.
+  "src/third_party/snappy/src":
+    "http://snappy.googlecode.com/svn/trunk@2",
+
   "src/tools/gyp":
     (Var("googlecode_url") % "gyp") + "/trunk@903",