aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-13 18:21:47 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-13 18:21:47 +0000
commitaba0e3b6bc91ae6b95bca2325933c5893070ac99 (patch)
tree9bdb60cecdcb99fc5e1c145221811fa3691e9c0e
parentdb3a1541f090d5853a62c546b8401a099e7d75ee (diff)
Add JSON dependency to build.
This dependency is a mirror of the one that Chrome uses to import jsoncpp. Review URL: https://codereview.appspot.com/6269043 git-svn-id: http://skia.googlecode.com/svn/trunk@4251 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 12ee85cb9d..b6e0455048 100644
--- a/DEPS
+++ b/DEPS
@@ -10,6 +10,9 @@ use_relative_paths = True
deps = {
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1320",
"third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third_party/libjpeg@125399",
+ "third_party/externals/jsoncpp" : "http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@125399",
+ "third_party/externals/jsoncpp/source/include" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp/include@248",
+ "third_party/externals/jsoncpp/source/src/lib_json" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp/src/lib_json@248",
}
#hooks = [