Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: DEPS

Issue 8251003: Add jsoncpp in DEPS and the gyp file to build jsoncpp in chromium. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/jsoncpp/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 106080)
+++ DEPS (working copy)
@@ -2,6 +2,7 @@
# Use this googlecode_url variable only if there is an internal mirror for it.
# If you do not know, use the full path while defining your new deps entry.
"googlecode_url": "http://%s.googlecode.com/svn",
+ "sourceforge_url": "https://%s.svn.sourceforge.net/svnroot",
nsylvain 2011/10/18 22:41:46 can you change this to : https://%(repo)s.svn.sour
Ronghua 2011/10/18 23:31:31 Done.
"webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
"nacl_trunk": "http://src.chromium.org/native_client/trunk",
"webkit_revision": "97725",
@@ -274,6 +275,9 @@
"src/third_party/webrtc":
(Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
+ "src/third_party/jsoncpp":
+ (Var("sourceforge_url") % "jsoncpp") + "/jsoncpp/trunk/jsoncpp@246",
nsylvain 2011/10/18 22:41:46 and here: % {"repo": "jsoncpp"}
Ronghua 2011/10/18 23:31:31 Done.
+
"src/third_party/mozc/session":
(Var("googlecode_url") % "mozc") + "/trunk/src/session@58",
« no previous file with comments | « no previous file | third_party/jsoncpp/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698