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

Side by Side Diff: DEPS

Issue 164035: Update v8 to 1.3.2, same as chrome. That version has a fix for Linux. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | DEPS_gyp » ('j') | 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": "29", 4 "nixysa_rev": "29",
5 "o3d_code_rev": "112", 5 "o3d_code_rev": "112",
6 "skia_rev": "279", 6 "skia_rev": "279",
7 "gyp_rev": "553", 7 "gyp_rev": "553",
8 "gtest_rev": "267", 8 "gtest_rev": "267",
9 "gflags_rev": "30", 9 "gflags_rev": "30",
10 "breakpad_rev": "346", 10 "breakpad_rev": "346",
11 "v8_rev": "2507", 11 "v8_rev": "2624",
12 } 12 }
13 13
14 deps = { 14 deps = {
15 "o3d/o3d_assets": 15 "o3d/o3d_assets":
16 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"), 16 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"),
17 17
18 "o3d/third_party/antlr3": 18 "o3d/third_party/antlr3":
19 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"), 19 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"),
20 20
21 "o3d/third_party/cg": 21 "o3d/third_party/cg":
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "o3d/third_party/wix_2_0_4221": 63 "o3d/third_party/wix_2_0_4221":
64 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/wix_2_0_4221@" + Var("o3d_code_rev"), 64 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/wix_2_0_4221@" + Var("o3d_code_rev"),
65 65
66 "o3d/third_party/zip_utils": 66 "o3d/third_party/zip_utils":
67 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" + Var("o3d_code_rev"), 67 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" + Var("o3d_code_rev"),
68 68
69 "o3d/third_party/zlib": 69 "o3d/third_party/zlib":
70 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zlib@" + Var(" o3d_code_rev"), 70 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zlib@" + Var(" o3d_code_rev"),
71 71
72 "o3d/third_party/v8": 72 "o3d/third_party/v8":
73 "http://v8.googlecode.com/svn/branches/1.2@" + Var("v8_rev"), 73 "http://v8.googlecode.com/svn/trunk@" + Var("v8_rev"),
74 74
75 # NACL has to be in this weird directory because it looks for 75 # NACL has to be in this weird directory because it looks for
76 # googleclient two levels above it. 76 # googleclient two levels above it.
77 "o3d/third_party/native_client/googleclient/native_client": 77 "o3d/third_party/native_client/googleclient/native_client":
78 "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_clien t@188", 78 "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_clien t@188",
79 79
80 "o3d/third_party/breakpad": 80 "o3d/third_party/breakpad":
81 "http://google-breakpad.googlecode.com/svn/trunk/src@" + Var("breakpad_rev") , 81 "http://google-breakpad.googlecode.com/svn/trunk/src@" + Var("breakpad_rev") ,
82 82
83 "o3d/third_party/nixysa": 83 "o3d/third_party/nixysa":
(...skipping 14 matching lines...) Expand all
98 "o3d/third_party/gmock/files": 98 "o3d/third_party/gmock/files":
99 "http://googlemock.googlecode.com/svn/tags/release-1.0.0", 99 "http://googlemock.googlecode.com/svn/tags/release-1.0.0",
100 } 100 }
101 101
102 deps_os = { 102 deps_os = {
103 "win": { 103 "win": {
104 "o3d/third_party/python_24": 104 "o3d/third_party/python_24":
105 Var("chromium_trunk") + "/deps/third_party/python_24@19441", 105 Var("chromium_trunk") + "/deps/third_party/python_24@19441",
106 }, 106 },
107 } 107 }
OLDNEW
« no previous file with comments | « no previous file | DEPS_gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698