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

Side by Side Diff: DEPS

Issue 150170: This updates python to the same version as Chrome uses, to fix a problem... (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. 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 "chromium_trunk": 2 "chromium_trunk":
3 "http://src.chromium.org/svn/trunk", 3 "http://src.chromium.org/svn/trunk",
4 "nixysa_rev": "25", 4 "nixysa_rev": "25",
5 "o3d_code_rev": "86", 5 "o3d_code_rev": "86",
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"),
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "o3d/third_party/gtest/files": 92 "o3d/third_party/gtest/files":
93 "http://googletest.googlecode.com/svn/trunk@243", 93 "http://googletest.googlecode.com/svn/trunk@243",
94 94
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@7444", 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
This is Rietveld 408576698