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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/devscripts/chromium-1.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 # Use this googlecode_url variable only if there is an internal mirror for it. 2 # Use this googlecode_url variable only if there is an internal mirror for it.
3 # If you do not know, use the full path while defining your new deps entry. 3 # If you do not know, use the full path while defining your new deps entry.
4 "googlecode_url": "http://%s.googlecode.com/svn", 4 "googlecode_url": "http://%s.googlecode.com/svn",
5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
7 "webkit_revision": "98077", 8 "webkit_revision": "98077",
8 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
9 "swig_revision": "69281", 10 "swig_revision": "69281",
10 "nacl_revision": "6965", 11 "nacl_revision": "6965",
11 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 12 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
12 # to update other nacl_*_revision's. 13 # to update other nacl_*_revision's.
13 # TODO(brettw) We should use the "From" syntax to avoid hardcoding the 14 # TODO(brettw) We should use the "From" syntax to avoid hardcoding the
14 # revisions here, but it makes checkdeps confused. We should fix checkdeps. 15 # revisions here, but it makes checkdeps confused. We should fix checkdeps.
(...skipping 10 matching lines...) Expand all
25 "596aa5b812ec4b24160ed7ce55b3fd141f929fbf", 26 "596aa5b812ec4b24160ed7ce55b3fd141f929fbf",
26 "nacl_toolchain_revision": "6757", 27 "nacl_toolchain_revision": "6757",
27 28
28 "libjingle_revision": "88", 29 "libjingle_revision": "88",
29 "libvpx_revision": "103347", 30 "libvpx_revision": "103347",
30 "ffmpeg_revision": "106016", 31 "ffmpeg_revision": "106016",
31 "sfntly_revision": "98", 32 "sfntly_revision": "98",
32 "skia_revision": "2514", 33 "skia_revision": "2514",
33 "v8_revision": "9637", 34 "v8_revision": "9637",
34 "webrtc_revision": "711", 35 "webrtc_revision": "711",
36 "jsoncpp_revision": "246",
35 37
36 # Note: On most bots, clang is not checked out via DEPS but by 38 # Note: On most bots, clang is not checked out via DEPS but by
37 # tools/clang/scripts/update.sh. The script reads this line here. 39 # tools/clang/scripts/update.sh. The script reads this line here.
38 # Do NOT CHANGE this if you don't know what you're doing -- see 40 # Do NOT CHANGE this if you don't know what you're doing -- see
39 # http://code.google.com/p/chromium/wiki/UpdatingClang 41 # http://code.google.com/p/chromium/wiki/UpdatingClang
40 "clang_revision": "142072", 42 "clang_revision": "142072",
41 } 43 }
42 44
43 deps = { 45 deps = {
44 "src/breakpad/src": 46 "src/breakpad/src":
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 # TODO(brettw) enable the From() line instead when checkdeps is fixed. 271 # TODO(brettw) enable the From() line instead when checkdeps is fixed.
270 #From("src/native_client", "native_client/src/third_party/pylib"), 272 #From("src/native_client", "native_client/src/third_party/pylib"),
271 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"), 273 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
272 "src/third_party/scons-2.0.1": 274 "src/third_party/scons-2.0.1":
273 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + 275 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
274 Var("nacl_tools_revision"), 276 Var("nacl_tools_revision"),
275 277
276 "src/third_party/webrtc": 278 "src/third_party/webrtc":
277 (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"), 279 (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
278 280
281 "src/third_party/jsoncpp/source/include":
282 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
283 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
284
285 "src/third_party/jsoncpp/source/src/lib_json":
286 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
287 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
288
279 "src/third_party/mozc/session": 289 "src/third_party/mozc/session":
280 (Var("googlecode_url") % "mozc") + "/trunk/src/session@58", 290 (Var("googlecode_url") % "mozc") + "/trunk/src/session@58",
281 291
282 "src/third_party/smhasher/src": 292 "src/third_party/smhasher/src":
283 (Var("googlecode_url") % "smhasher") + "/trunk@136", 293 (Var("googlecode_url") % "smhasher") + "/trunk@136",
284 } 294 }
285 295
286 296
287 deps_os = { 297 deps_os = {
288 "win": { 298 "win": {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 # which takes ~20s, but clang speeds up builds by more than 20s. 446 # which takes ~20s, but clang speeds up builds by more than 20s.
437 "pattern": ".", 447 "pattern": ".",
438 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], 448 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
439 }, 449 },
440 { 450 {
441 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 451 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
442 "pattern": ".", 452 "pattern": ".",
443 "action": ["python", "src/build/gyp_chromium"], 453 "action": ["python", "src/build/gyp_chromium"],
444 }, 454 },
445 ] 455 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/devscripts/chromium-1.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698