Chromium Code Reviews

Side by Side Diff: DEPS

Issue 155724: Updated DEPS to get new shadow map screenshot (with the right name this time)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | 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 "chromium_trunk": 2 "chromium_trunk":
3 "http://src.chromium.org/svn/trunk", 3 "http://src.chromium.org/svn/trunk",
4 "nixysa_rev": "28", 4 "nixysa_rev": "28",
5 "o3d_code_rev": "96", 5 "o3d_code_rev": "97",
6 } 6 }
7 7
8 deps = { 8 deps = {
9 "o3d/o3d_assets": 9 "o3d/o3d_assets":
10 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"), 10 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"),
11 11
12 "o3d/third_party/antlr3": 12 "o3d/third_party/antlr3":
13 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"), 13 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"),
14 14
15 "o3d/third_party/cg": 15 "o3d/third_party/cg":
(...skipping 79 matching lines...)
95 "o3d/third_party/gmock/files": 95 "o3d/third_party/gmock/files":
96 "http://googlemock.googlecode.com/svn/tags/release-1.0.0", 96 "http://googlemock.googlecode.com/svn/tags/release-1.0.0",
97 } 97 }
98 98
99 deps_os = { 99 deps_os = {
100 "win": { 100 "win": {
101 "o3d/third_party/python_24": 101 "o3d/third_party/python_24":
102 Var("chromium_trunk") + "/deps/third_party/python_24@19441", 102 Var("chromium_trunk") + "/deps/third_party/python_24@19441",
103 }, 103 },
104 } 104 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine