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

Side by Side Diff: DEPS

Issue 3150001: o3d: Use nacl from o3d codesite (Closed)
Patch Set: . Created 10 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 | 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": "http://src.chromium.org/svn/trunk", 2 "chromium_trunk": "http://src.chromium.org/svn/trunk",
3 "nixysa_rev": "69", 3 "nixysa_rev": "69",
4 # When updating the chromium rev, you must also update the nss and sqlite 4 # When updating the chromium rev, you must also update the nss and sqlite
5 # revs to match the version pulled-in by Chromium's own DEPS in the new rev. 5 # revs to match the version pulled-in by Chromium's own DEPS in the new rev.
6 "chromium_rev": "51794", 6 "chromium_rev": "51794",
7 "chromium_breakpad_rev": "47985", 7 "chromium_breakpad_rev": "47985",
8 "o3d_code_rev": "207", 8 "o3d_code_rev": "212",
9 "skia_rev": "586", 9 "skia_rev": "586",
10 "gyp_rev": "820", 10 "gyp_rev": "820",
11 "gtest_rev": "408", 11 "gtest_rev": "408",
12 "gflags_rev": "30", 12 "gflags_rev": "30",
13 "breakpad_rev": "604", 13 "breakpad_rev": "604",
14 "v8_rev": "5017", 14 "v8_rev": "5017",
15 "nacl_rev": "2500",
16 } 15 }
17 16
18 deps = { 17 deps = {
19 "o3d/o3d_assets": 18 "o3d/o3d_assets":
20 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"), 19 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"),
21 20
22 "third_party/antlr3": 21 "third_party/antlr3":
23 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"), 22 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var ("o3d_code_rev"),
24 23
25 "third_party/cg": 24 "third_party/cg":
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "breakpad": 115 "breakpad":
117 Var("chromium_trunk") + "/src/breakpad@" + Var("chromium_breakpad_rev"), 116 Var("chromium_trunk") + "/src/breakpad@" + Var("chromium_breakpad_rev"),
118 117
119 "base": 118 "base":
120 Var("chromium_trunk") + "/src/base@" + Var("chromium_rev"), 119 Var("chromium_trunk") + "/src/base@" + Var("chromium_rev"),
121 120
122 "ipc": 121 "ipc":
123 Var("chromium_trunk") + "/src/ipc@" + Var("chromium_rev"), 122 Var("chromium_trunk") + "/src/ipc@" + Var("chromium_rev"),
124 123
125 "native_client": 124 "native_client":
126 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + Var("nac l_rev"), 125 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/native_client@ " + Var("o3d_code_rev"),
127 126
128 "net": 127 "net":
129 Var("chromium_trunk") + "/src/net@" + Var("chromium_rev"), 128 Var("chromium_trunk") + "/src/net@" + Var("chromium_rev"),
130 129
131 "breakpad/src": 130 "breakpad/src":
132 "http://google-breakpad.googlecode.com/svn/trunk/src@" + Var("breakpad_rev") , 131 "http://google-breakpad.googlecode.com/svn/trunk/src@" + Var("breakpad_rev") ,
133 132
134 "testing/gtest": 133 "testing/gtest":
135 "http://googletest.googlecode.com/svn/trunk@" + Var("gtest_rev"), 134 "http://googletest.googlecode.com/svn/trunk@" + Var("gtest_rev"),
136 135
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 }, 180 },
182 } 181 }
183 182
184 hooks = [ 183 hooks = [
185 { 184 {
186 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 185 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
187 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$", 186 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$",
188 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/o3d.gyp", "o3d/tests/la b/ChangeResolution/change_resolution.gyp"], 187 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/o3d.gyp", "o3d/tests/la b/ChangeResolution/change_resolution.gyp"],
189 }, 188 },
190 ] 189 ]
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