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

Side by Side Diff: DEPS

Issue 10825426: Roll ANGLE 1250:1254. Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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@1250", 62 (Var("googlecode_url") % "angleproject") + "/trunk@1254",
63 63
64 "src/third_party/trace-viewer": 64 "src/third_party/trace-viewer":
65 (Var("googlecode_url") % "trace-viewer") + "/trunk@118", 65 (Var("googlecode_url") % "trace-viewer") + "/trunk@118",
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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 "pattern": ".", 594 "pattern": ".",
595 "action": ["python", "src/build/util/lastchange.py", 595 "action": ["python", "src/build/util/lastchange.py",
596 "-o", "src/build/util/LASTCHANGE"], 596 "-o", "src/build/util/LASTCHANGE"],
597 }, 597 },
598 { 598 {
599 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 599 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
600 "pattern": ".", 600 "pattern": ".",
601 "action": ["python", "src/build/gyp_chromium"], 601 "action": ["python", "src/build/gyp_chromium"],
602 }, 602 },
603 ] 603 ]
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