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

Side by Side Diff: DEPS

Issue 9600052: libyuv r209 for better clang addrows register usage and new alpha blend function (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": "110622", 8 "webkit_revision": "110622",
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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 296
297 "src/third_party/jsoncpp/source/include": 297 "src/third_party/jsoncpp/source/include":
298 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 298 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
299 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), 299 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
300 300
301 "src/third_party/jsoncpp/source/src/lib_json": 301 "src/third_party/jsoncpp/source/src/lib_json":
302 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 302 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
303 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), 303 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
304 304
305 "src/third_party/libyuv": 305 "src/third_party/libyuv":
306 (Var("googlecode_url") % "libyuv") + "/trunk@202", 306 (Var("googlecode_url") % "libyuv") + "/trunk@214",
307 307
308 "src/third_party/mozc/session": 308 "src/third_party/mozc/session":
309 (Var("googlecode_url") % "mozc") + "/trunk/src/session@83", 309 (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
310 310
311 "src/third_party/mozc/chrome/chromeos/renderer": 311 "src/third_party/mozc/chrome/chromeos/renderer":
312 (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83", 312 (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
313 313
314 "src/third_party/smhasher/src": 314 "src/third_party/smhasher/src":
315 (Var("googlecode_url") % "smhasher") + "/trunk@136", 315 (Var("googlecode_url") % "smhasher") + "/trunk@136",
316 316
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "pattern": ".", 517 "pattern": ".",
518 "action": ["python", "src/build/util/lastchange.py", 518 "action": ["python", "src/build/util/lastchange.py",
519 "-o", "src/build/util/LASTCHANGE"], 519 "-o", "src/build/util/LASTCHANGE"],
520 }, 520 },
521 { 521 {
522 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 522 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
523 "pattern": ".", 523 "pattern": ".",
524 "action": ["python", "src/build/gyp_chromium"], 524 "action": ["python", "src/build/gyp_chromium"],
525 }, 525 },
526 ] 526 ]
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