summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 22:35:18 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 22:35:18 +0000
commit4f33574910eac4eccf712bc9718736cc80be091a (patch)
tree2ccd6a8103529a7cafa8f575fca6200dcd620e8e /chrome/DEPS
parent23d0ee4627095263fc4c4115c19ce938ddee4350 (diff)
downloadchromium_src-4f33574910eac4eccf712bc9718736cc80be091a.zip
chromium_src-4f33574910eac4eccf712bc9718736cc80be091a.tar.gz
chromium_src-4f33574910eac4eccf712bc9718736cc80be091a.tar.bz2
contacts: Add contacts::ContactDatabase.
This adds a class that uses leveldb to save and load contacts::Contact protocol buffers to/from disk. BUG=128805 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index 33f8387..97cef999 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+crypto",
"+gpu",
"+jni",
+ "+leveldb",
"+net",
"+printing",
"+sql",
@@ -50,7 +51,7 @@ include_rules = [
"+third_party/mozilla", # Mozilla interface headers.
"+third_party/npapi", # NPAPI interface headers.
"+third_party/skia",
- "+third_party/tcmalloc", # tcmallo
+ "+third_party/tcmalloc",
"+third_party/GTM", # Google Toolbox for Mac.
"+ui",