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

Side by Side Diff: DEPS

Issue 9582035: libyuv r202 with more registers on mac addrows (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | no next file » | 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 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8 "webkit_revision": "109636", 8 "webkit_revision": "109636",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 294
295 "src/third_party/jsoncpp/source/include": 295 "src/third_party/jsoncpp/source/include":
296 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 296 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
297 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), 297 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
298 298
299 "src/third_party/jsoncpp/source/src/lib_json": 299 "src/third_party/jsoncpp/source/src/lib_json":
300 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 300 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
301 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), 301 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
302 302
303 "src/third_party/libyuv": 303 "src/third_party/libyuv":
304 (Var("googlecode_url") % "libyuv") + "/trunk@192", 304 (Var("googlecode_url") % "libyuv") + "/trunk@202",
305 305
306 "src/third_party/mozc/session": 306 "src/third_party/mozc/session":
307 (Var("googlecode_url") % "mozc") + "/trunk/src/session@83", 307 (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
308 308
309 "src/third_party/mozc/chrome/chromeos/renderer": 309 "src/third_party/mozc/chrome/chromeos/renderer":
310 (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83", 310 (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
311 311
312 "src/third_party/smhasher/src": 312 "src/third_party/smhasher/src":
313 (Var("googlecode_url") % "smhasher") + "/trunk@136", 313 (Var("googlecode_url") % "smhasher") + "/trunk@136",
314 314
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "pattern": ".", 513 "pattern": ".",
514 "action": ["python", "src/build/util/lastchange.py", 514 "action": ["python", "src/build/util/lastchange.py",
515 "-o", "src/build/util/LASTCHANGE"], 515 "-o", "src/build/util/LASTCHANGE"],
516 }, 516 },
517 { 517 {
518 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 518 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
519 "pattern": ".", 519 "pattern": ".",
520 "action": ["python", "src/build/gyp_chromium"], 520 "action": ["python", "src/build/gyp_chromium"],
521 }, 521 },
522 ] 522 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698