Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # When adding a new dependency, please update the top-level .gitignore file | 1 # When adding a new dependency, please update the top-level .gitignore file |
| 2 # to list the dependency's destination directory. | 2 # to list the dependency's destination directory. |
| 3 | 3 |
| 4 vars = { | 4 vars = { |
| 5 # Use this googlecode_url variable only if there is an internal mirror for it. | 5 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 6 # If you do not know, use the full path while defining your new deps entry. | 6 # If you do not know, use the full path while defining your new deps entry. |
| 7 "googlecode_url": "http://%s.googlecode.com/svn", | 7 "googlecode_url": "http://%s.googlecode.com/svn", |
| 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", | 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
| 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
| 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 33 # Three lines of non-changing comments so that | 33 # Three lines of non-changing comments so that |
| 34 # the commit queue can handle CLs rolling Skia | 34 # the commit queue can handle CLs rolling Skia |
| 35 # and V8 without interference from each other. | 35 # and V8 without interference from each other. |
| 36 "v8_revision": "13692", | 36 "v8_revision": "13692", |
| 37 # Three lines of non-changing comments so that | 37 # Three lines of non-changing comments so that |
| 38 # the commit queue can handle CLs rolling WebRTC | 38 # the commit queue can handle CLs rolling WebRTC |
| 39 # and V8 without interference from each other. | 39 # and V8 without interference from each other. |
| 40 "webrtc_revision": "3501", | 40 "webrtc_revision": "3501", |
| 41 "jsoncpp_revision": "248", | 41 "jsoncpp_revision": "248", |
| 42 "nss_revision": "182578", | 42 "nss_revision": "182578", |
| 43 "openmax_dl_revision": "3504", | |
|
ajm
2013/02/22 19:04:38
This is only used once, so you don't _need_ to add
| |
| 43 } | 44 } |
| 44 | 45 |
| 45 deps = { | 46 deps = { |
| 46 "src/breakpad/src": | 47 "src/breakpad/src": |
| 47 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1104", | 48 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1104", |
| 48 | 49 |
| 49 "src/googleurl": | 50 "src/googleurl": |
| 50 (Var("googlecode_url") % "google-url") + "/trunk@183", | 51 (Var("googlecode_url") % "google-url") + "/trunk@183", |
| 51 | 52 |
| 52 "src/sandbox/linux/seccomp-legacy": | 53 "src/sandbox/linux/seccomp-legacy": |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 279 "src/third_party/pyftpdlib/src": | 280 "src/third_party/pyftpdlib/src": |
| 280 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", | 281 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", |
| 281 | 282 |
| 282 "src/third_party/scons-2.0.1": | 283 "src/third_party/scons-2.0.1": |
| 283 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + | 284 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| 284 Var("nacl_tools_revision"), | 285 Var("nacl_tools_revision"), |
| 285 | 286 |
| 286 "src/third_party/webrtc": | 287 "src/third_party/webrtc": |
| 287 (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revisio n"), | 288 (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revisio n"), |
| 288 | 289 |
| 290 "src/third_party/openmax_dl": | |
| 291 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@" + Var("ope nmax_dl_revision"), | |
| 292 | |
| 289 "src/third_party/jsoncpp/source/include": | 293 "src/third_party/jsoncpp/source/include": |
| 290 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 294 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 291 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), | 295 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), |
| 292 | 296 |
| 293 "src/third_party/jsoncpp/source/src/lib_json": | 297 "src/third_party/jsoncpp/source/src/lib_json": |
| 294 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 298 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 295 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), | 299 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), |
| 296 | 300 |
| 297 "src/third_party/libyuv": | 301 "src/third_party/libyuv": |
| 298 (Var("googlecode_url") % "libyuv") + "/trunk@540", | 302 (Var("googlecode_url") % "libyuv") + "/trunk@540", |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 671 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 675 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 672 "pattern": ".", | 676 "pattern": ".", |
| 673 "action": ["python", "src/build/gyp_chromium"], | 677 "action": ["python", "src/build/gyp_chromium"], |
| 674 }, | 678 }, |
| 675 { | 679 { |
| 676 # Check for landmines (reasons to clobber the build). | 680 # Check for landmines (reasons to clobber the build). |
| 677 "pattern": ".", | 681 "pattern": ".", |
| 678 "action": ["python", "src/build/landmines.py"], | 682 "action": ["python", "src/build/landmines.py"], |
| 679 }, | 683 }, |
| 680 ] | 684 ] |
| OLD | NEW |