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://svn.code.sf.net/p/%(repo)s/code", | 8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
| 9 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 9 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
| 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
| 11 "webkit_revision": "158327", | 11 "webkit_revision": "158327", |
| 12 "chromium_git": "https://chromium.googlesource.com", | 12 "chromium_git": "https://chromium.googlesource.com", |
| 13 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 13 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
| 14 "skia_git": "https://skia.googlesource.com", | 14 "skia_git": "https://skia.googlesource.com", |
| 15 "swig_revision": "69281", | 15 "swig_revision": "69281", |
| 16 "nacl_revision": "12194", | 16 "nacl_revision": "12194", |
| 17 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 17 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
| 18 # to update other nacl_*_revision's. | 18 # to update other nacl_*_revision's. |
| 19 "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev | 19 "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev |
| 20 "gtm_revision": "616", | 20 "gtm_revision": "616", |
| 21 | 21 |
| 22 "libphonenumber_revision": "584", | 22 "libphonenumber_revision": "584", |
| 23 "libaddressinput_revision": "137", | |
|
Evan Stade
2013/09/26 02:08:10
alphabetical order?
please use gerrit instead
2013/09/26 16:17:19
The existing order doesn't seem to be alphabetical
Evan Stade
2013/09/26 16:31:12
this block of 3 (now 4) related libraries were alp
please use gerrit instead
2013/09/26 16:43:57
Good point. Sorted.
| |
| 23 "libvpx_revision": "225010", | 24 "libvpx_revision": "225010", |
| 24 "lss_revision": "24", | 25 "lss_revision": "24", |
| 25 | 26 |
| 26 # These two FFmpeg variables must be updated together. One is used for SVN | 27 # These two FFmpeg variables must be updated together. One is used for SVN |
| 27 # checkouts and the other for Git checkouts. | 28 # checkouts and the other for Git checkouts. |
| 28 "ffmpeg_revision": "224426", | 29 "ffmpeg_revision": "224426", |
| 29 "ffmpeg_hash": "5879ccd47e649bf2dfaec45f02ec5517bd3621d2", | 30 "ffmpeg_hash": "5879ccd47e649bf2dfaec45f02ec5517bd3621d2", |
| 30 | 31 |
| 31 "sfntly_revision": "134", | 32 "sfntly_revision": "134", |
| 32 "lighttpd_revision": "33737", | 33 "lighttpd_revision": "33737", |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 214 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 215 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 215 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), | 216 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), |
| 216 | 217 |
| 217 "src/third_party/libyuv": | 218 "src/third_party/libyuv": |
| 218 (Var("googlecode_url") % "libyuv") + "/trunk@723", | 219 (Var("googlecode_url") % "libyuv") + "/trunk@723", |
| 219 | 220 |
| 220 "src/third_party/smhasher/src": | 221 "src/third_party/smhasher/src": |
| 221 (Var("googlecode_url") % "smhasher") + "/trunk@149", | 222 (Var("googlecode_url") % "smhasher") + "/trunk@149", |
| 222 | 223 |
| 223 "src/third_party/libphonenumber/src/phonenumbers": | 224 "src/third_party/libphonenumber/src/phonenumbers": |
| 224 (Var("googlecode_url") % "libphonenumber") + | 225 (Var("googlecode_url") % "libphonenumber") + |
|
Evan Stade
2013/09/26 02:08:10
do these lines have the wrong indent?
please use gerrit instead
2013/09/26 16:17:19
Yes, these lines appear to have 3-space and 4-spac
Evan Stade
2013/09/26 16:31:12
could you fix that?
please use gerrit instead
2013/09/26 16:43:57
Fixed to be 2-space indents after : and 4-space in
| |
| 225 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), | 226 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), |
| 226 "src/third_party/libphonenumber/src/test": | 227 "src/third_party/libphonenumber/src/test": |
| 227 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + | 228 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + |
| 228 Var("libphonenumber_revision"), | 229 Var("libphonenumber_revision"), |
| 229 "src/third_party/libphonenumber/src/resources": | 230 "src/third_party/libphonenumber/src/resources": |
| 230 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + | 231 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + |
| 231 Var("libphonenumber_revision"), | 232 Var("libphonenumber_revision"), |
| 232 | 233 |
| 234 # There's no internal mirror for libaddressinput, so not using | |
| 235 # 'googlecode_url' variable here. | |
| 236 "src/third_party/libaddressinput/testdata": | |
| 237 "http://libaddressinput.googlecode.com/svn/trunk/testdata@" + | |
| 238 Var("libaddressinput_revision"), | |
| 239 | |
| 233 "src/tools/deps2git": | 240 "src/tools/deps2git": |
| 234 "/trunk/tools/deps2git@214390", | 241 "/trunk/tools/deps2git@214390", |
| 235 | 242 |
| 236 "src/third_party/webpagereplay": | 243 "src/third_party/webpagereplay": |
| 237 (Var("googlecode_url") % "web-page-replay") + "/trunk@521", | 244 (Var("googlecode_url") % "web-page-replay") + "/trunk@521", |
| 238 | 245 |
| 239 "src/third_party/pywebsocket/src": | 246 "src/third_party/pywebsocket/src": |
| 240 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", | 247 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", |
| 241 | 248 |
| 242 "src/third_party/opus/src": | 249 "src/third_party/opus/src": |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 346 "src/third_party/webgl_conformance": None, | 353 "src/third_party/webgl_conformance": None, |
| 347 "src/third_party/ffmpeg": None, | 354 "src/third_party/ffmpeg": None, |
| 348 "src/third_party/hunspell_dictionaries": None, | 355 "src/third_party/hunspell_dictionaries": None, |
| 349 "src/third_party/hunspell": None, | 356 "src/third_party/hunspell": None, |
| 350 "src/third_party/leveldatabase/src": None, | 357 "src/third_party/leveldatabase/src": None, |
| 351 "src/third_party/libexif/sources": None, | 358 "src/third_party/libexif/sources": None, |
| 352 "src/third_party/libjpeg_turbo": None, | 359 "src/third_party/libjpeg_turbo": None, |
| 353 "src/third_party/libphonenumber/src/phonenumbers": None, | 360 "src/third_party/libphonenumber/src/phonenumbers": None, |
| 354 "src/third_party/libphonenumber/src/test": None, | 361 "src/third_party/libphonenumber/src/test": None, |
| 355 "src/third_party/libphonenumber/src/resources": None, | 362 "src/third_party/libphonenumber/src/resources": None, |
| 363 "src/third_party/libaddressinput/testdata": None, | |
|
Evan Stade
2013/09/26 02:08:10
is there some specific order to this block? it see
please use gerrit instead
2013/09/26 16:17:19
Not really alphabetical here, either, sorry. See t
Evan Stade
2013/09/26 16:31:12
if you take out bidichecker, usrsctp and webgpl_co
please use gerrit instead
2013/09/26 16:43:57
Agreed. Sorted everything in this block.
| |
| 356 "src/third_party/libsrtp": None, | 364 "src/third_party/libsrtp": None, |
| 357 "src/third_party/usrsctp/usrsctplib": None, | 365 "src/third_party/usrsctp/usrsctplib": None, |
| 358 "src/third_party/libvpx": None, | 366 "src/third_party/libvpx": None, |
| 359 "src/third_party/libyuv": None, | 367 "src/third_party/libyuv": None, |
| 360 "src/third_party/ots": None, | 368 "src/third_party/ots": None, |
| 361 "src/third_party/pylib": None, | 369 "src/third_party/pylib": None, |
| 362 "src/third_party/pymox/src": None, | 370 "src/third_party/pymox/src": None, |
| 363 "src/third_party/safe_browsing/testing": None, | 371 "src/third_party/safe_browsing/testing": None, |
| 364 "src/third_party/scons-2.0.1": None, | 372 "src/third_party/scons-2.0.1": None, |
| 365 "src/third_party/sfntly/cpp/src": None, | 373 "src/third_party/sfntly/cpp/src": None, |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 618 "pattern": ".", | 626 "pattern": ".", |
| 619 "action": ["python", "src/build/gyp_chromium"], | 627 "action": ["python", "src/build/gyp_chromium"], |
| 620 }, | 628 }, |
| 621 { | 629 { |
| 622 # Check for landmines (reasons to clobber the build). | 630 # Check for landmines (reasons to clobber the build). |
| 623 "name": "landmines", | 631 "name": "landmines", |
| 624 "pattern": ".", | 632 "pattern": ".", |
| 625 "action": ["python", "src/build/landmines.py"], | 633 "action": ["python", "src/build/landmines.py"], |
| 626 }, | 634 }, |
| 627 ] | 635 ] |
| OLD | NEW |