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

Side by Side Diff: DEPS

Issue 10914123: Rolled ANGLE to pick up fix for array as function out parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 # 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "src/sdch/open-vcdiff": 52 "src/sdch/open-vcdiff":
53 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", 53 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
54 54
55 "src/testing/gtest": 55 "src/testing/gtest":
56 (Var("googlecode_url") % "googletest") + "/trunk@621", 56 (Var("googlecode_url") % "googletest") + "/trunk@621",
57 57
58 "src/testing/gmock": 58 "src/testing/gmock":
59 (Var("googlecode_url") % "googlemock") + "/trunk@405", 59 (Var("googlecode_url") % "googlemock") + "/trunk@405",
60 60
61 "src/third_party/angle": 61 "src/third_party/angle":
62 (Var("googlecode_url") % "angleproject") + "/trunk@1267", 62 (Var("googlecode_url") % "angleproject") + "/trunk@1274",
63 63
64 "src/third_party/trace-viewer": 64 "src/third_party/trace-viewer":
65 (Var("googlecode_url") % "trace-viewer") + "/trunk@144", 65 (Var("googlecode_url") % "trace-viewer") + "/trunk@144",
66 66
67 # Note that this is *not* where we check out WebKit -- this just 67 # Note that this is *not* where we check out WebKit -- this just
68 # puts some extra files into place for the real WebKit checkout to 68 # puts some extra files into place for the real WebKit checkout to
69 # happen. See lines mentioning "webkit_revision" for the real 69 # happen. See lines mentioning "webkit_revision" for the real
70 # WebKit checkout. 70 # WebKit checkout.
71 "src/third_party/WebKit": 71 "src/third_party/WebKit":
72 "/trunk/deps/third_party/WebKit@76115", 72 "/trunk/deps/third_party/WebKit@76115",
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "pattern": ".", 598 "pattern": ".",
599 "action": ["python", "src/build/util/lastchange.py", 599 "action": ["python", "src/build/util/lastchange.py",
600 "-o", "src/build/util/LASTCHANGE"], 600 "-o", "src/build/util/LASTCHANGE"],
601 }, 601 },
602 { 602 {
603 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 603 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
604 "pattern": ".", 604 "pattern": ".",
605 "action": ["python", "src/build/gyp_chromium"], 605 "action": ["python", "src/build/gyp_chromium"],
606 }, 606 },
607 ] 607 ]
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