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

Side by Side Diff: DEPS

Issue 3251002: Add var for googlecode URL. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 3 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 "googlecode_url": "http://%s.googlecode.com/svn",
2 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
3 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 4 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
4 "webkit_revision": "66666", 5 "webkit_revision": "66666",
5 "ffmpeg_revision": "58320", 6 "ffmpeg_revision": "58320",
6 "skia_revision": "593", 7 "skia_revision": "593",
7 "chromium_git": "http://src.chromium.org/git", 8 "chromium_git": "http://src.chromium.org/git",
8 "swig_revision": "40423", 9 "swig_revision": "40423",
9 "nacl_revision": "3005", 10 "nacl_revision": "3005",
10 "libvpx_revision": "58318", 11 "libvpx_revision": "58318",
11 "libjingle_revision": "27", 12 "libjingle_revision": "27",
12 } 13 }
13 14
14 deps = { 15 deps = {
15 "src/breakpad/src": 16 "src/breakpad/src":
16 "http://google-breakpad.googlecode.com/svn/trunk/src@657", 17 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@657",
17 18
18 "src/build/util/support": 19 "src/build/util/support":
19 "/trunk/deps/support@20411", 20 "/trunk/deps/support@20411",
20 21
21 "src/googleurl": 22 "src/googleurl":
22 "http://google-url.googlecode.com/svn/trunk@145", 23 (Var("googlecode_url") % "google-url") + "/trunk@145",
23 24
24 "src/seccompsandbox": 25 "src/seccompsandbox":
25 "http://seccompsandbox.googlecode.com/svn/trunk@91", 26 "http://seccompsandbox.googlecode.com/svn/trunk@91",
26 27
27 "src/sdch/open-vcdiff": 28 "src/sdch/open-vcdiff":
28 "http://open-vcdiff.googlecode.com/svn/trunk@28", 29 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
29 30
30 "src/testing/gtest": 31 "src/testing/gtest":
31 "http://googletest.googlecode.com/svn/trunk@408", 32 (Var("googlecode_url") % "googletest") + "/trunk@408",
32 33
33 "src/third_party/angle": 34 "src/third_party/angle":
34 "http://angleproject.googlecode.com/svn/trunk@402", 35 (Var("googlecode_url") % "angleproject") + "/trunk@402",
35 36
36 "src/third_party/WebKit": 37 "src/third_party/WebKit":
37 "/trunk/deps/third_party/WebKit@33467", 38 "/trunk/deps/third_party/WebKit@33467",
38 39
39 "src/third_party/icu": 40 "src/third_party/icu":
40 "/trunk/deps/third_party/icu42@57283", 41 "/trunk/deps/third_party/icu42@57283",
41 42
42 "src/third_party/hunspell": 43 "src/third_party/hunspell":
43 "/trunk/deps/third_party/hunspell@51690", 44 "/trunk/deps/third_party/hunspell@51690",
44 45
45 "src/third_party/hunspell_dictionaries": 46 "src/third_party/hunspell_dictionaries":
46 "/trunk/deps/third_party/hunspell_dictionaries@51875", 47 "/trunk/deps/third_party/hunspell_dictionaries@51875",
47 48
48 "src/third_party/protobuf2/src": 49 "src/third_party/protobuf2/src":
49 "http://protobuf.googlecode.com/svn/trunk@327", 50 (Var("googlecode_url") % "protobuf") + "/trunk@327",
50 51
51 "src/third_party/cacheinvalidation/files": 52 "src/third_party/cacheinvalidation/files":
52 "http://google-cache-invalidation-api.googlecode.com/svn/trunk@35", 53 (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@35",
53 54
54 "src/tools/gyp": 55 "src/tools/gyp":
55 "http://gyp.googlecode.com/svn/trunk@840", 56 (Var("googlecode_url") % "gyp") + "/trunk@840",
56 57
57 "src/v8": 58 "src/v8":
58 "http://v8.googlecode.com/svn/trunk@5388", 59 (Var("googlecode_url") % "v8") + "/trunk@5388",
59 60
60 "src/native_client": 61 "src/native_client":
61 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), 62 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
62 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": 63 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
63 "http://nativeclient.googlecode.com/svn/trunk/src/native_client/tests/prebui lt@" + 64 "http://nativeclient.googlecode.com/svn/trunk/src/native_client/tests/prebui lt@" +
64 Var("nacl_revision"), 65 Var("nacl_revision"),
65 66
66 "src/third_party/skia/src": 67 "src/third_party/skia/src":
67 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), 68 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
68 69
69 "src/third_party/skia/include": 70 "src/third_party/skia/include":
70 "http://skia.googlecode.com/svn/trunk/include@" + Var("skia_revision"), 71 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
71 72
72 "src/third_party/WebKit/LayoutTests": 73 "src/third_party/WebKit/LayoutTests":
73 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), 74 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
74 75
75 "src/third_party/WebKit/JavaScriptCore": 76 "src/third_party/WebKit/JavaScriptCore":
76 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"), 77 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"),
77 78
78 "src/third_party/WebKit/WebCore": 79 "src/third_party/WebKit/WebCore":
79 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), 80 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"),
80 81
81 "src/third_party/WebKit/WebKit/chromium": 82 "src/third_party/WebKit/WebKit/chromium":
82 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"), 83 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"),
83 84
84 "src/third_party/WebKit/WebKitTools/DumpRenderTree": 85 "src/third_party/WebKit/WebKitTools/DumpRenderTree":
85 Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision" ), 86 Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision" ),
86 87
87 "src/third_party/WebKit/WebKitTools/Scripts": 88 "src/third_party/WebKit/WebKitTools/Scripts":
88 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), 89 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"),
89 90
90 "src/third_party/ots": 91 "src/third_party/ots":
91 "http://ots.googlecode.com/svn/trunk@35", 92 (Var("googlecode_url") % "ots") + "/trunk@35",
92 93
93 "src/tools/page_cycler/acid3": 94 "src/tools/page_cycler/acid3":
94 "/trunk/deps/page_cycler/acid3@19546", 95 "/trunk/deps/page_cycler/acid3@19546",
95 96
96 # We run these layout tests as UI tests. Since many of the buildbots that 97 # We run these layout tests as UI tests. Since many of the buildbots that
97 # run layout tests do NOT have access to the LayoutTest directory, we need 98 # run layout tests do NOT have access to the LayoutTest directory, we need
98 # to map them here. In practice, these do not take up much space. 99 # to map them here. In practice, these do not take up much space.
99 "src/chrome/test/data/layout_tests/LayoutTests/fast/events": 100 "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
100 Var("webkit_trunk") + "/LayoutTests/fast/events@" + 101 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
101 Var("webkit_revision"), 102 Var("webkit_revision"),
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 Var("ffmpeg_revision"), 160 Var("ffmpeg_revision"),
160 161
161 "src/third_party/libvpx/include": 162 "src/third_party/libvpx/include":
162 "/trunk/deps/third_party/libvpx/include@" + 163 "/trunk/deps/third_party/libvpx/include@" +
163 Var("libvpx_revision"), 164 Var("libvpx_revision"),
164 "src/third_party/libvpx/lib": 165 "src/third_party/libvpx/lib":
165 "/trunk/deps/third_party/libvpx/lib@" + 166 "/trunk/deps/third_party/libvpx/lib@" +
166 Var("libvpx_revision"), 167 Var("libvpx_revision"),
167 168
168 "src/third_party/ppapi": 169 "src/third_party/ppapi":
169 "http://ppapi.googlecode.com/svn/trunk@234", 170 (Var("googlecode_url") % "ppapi") + "/trunk@234",
170 171
171 "src/third_party/libjingle/source": 172 "src/third_party/libjingle/source":
172 "http://libjingle.googlecode.com/svn/branches/nextsnap@" + 173 (Var("googlecode_url") % "libjingle") + "/branches/nextsnap@" +
173 Var("libjingle_revision"), 174 Var("libjingle_revision"),
174 175
175 "src/third_party/speex": 176 "src/third_party/speex":
176 "/trunk/deps/third_party/speex@56515", 177 "/trunk/deps/third_party/speex@56515",
177 } 178 }
178 179
179 180
180 deps_os = { 181 deps_os = {
181 "win": { 182 "win": {
182 "src/chrome/tools/test/reference_build/chrome": 183 "src/chrome/tools/test/reference_build/chrome":
(...skipping 12 matching lines...) Expand all
195 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), 196 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
196 197
197 # Chrome Frame related deps 198 # Chrome Frame related deps
198 "src/third_party/xulrunner-sdk": 199 "src/third_party/xulrunner-sdk":
199 "/trunk/deps/third_party/xulrunner-sdk@17887", 200 "/trunk/deps/third_party/xulrunner-sdk@17887",
200 "src/chrome_frame/tools/test/reference_build/chrome": 201 "src/chrome_frame/tools/test/reference_build/chrome":
201 "/trunk/deps/reference_builds/chrome@51194", 202 "/trunk/deps/reference_builds/chrome@51194",
202 203
203 # Parses Windows PE/COFF executable format. 204 # Parses Windows PE/COFF executable format.
204 "src/third_party/pefile": 205 "src/third_party/pefile":
205 "http://pefile.googlecode.com/svn/trunk@63", 206 (Var("googlecode_url") % "pefile") + "/trunk@63",
206 207
207 # NSS, for SSLClientSocketNSS. 208 # NSS, for SSLClientSocketNSS.
208 "src/third_party/nss": 209 "src/third_party/nss":
209 "/trunk/deps/third_party/nss@55513", 210 "/trunk/deps/third_party/nss@55513",
210 211
211 "src/third_party/swig/win": 212 "src/third_party/swig/win":
212 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), 213 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
213 214
214 "src/third_party/mingw-w64/mingw/bin": 215 "src/third_party/mingw-w64/mingw/bin":
215 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + 216 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
216 Var("nacl_revision")), 217 Var("nacl_revision")),
217 218
218 "src/rlz": 219 "src/rlz":
219 "http://rlz.googlecode.com/svn/trunk@15", 220 (Var("googlecode_url") % "rlz") + "/trunk@15",
220 }, 221 },
221 "mac": { 222 "mac": {
222 "src/chrome/tools/test/reference_build/chrome_mac": 223 "src/chrome/tools/test/reference_build/chrome_mac":
223 "/trunk/deps/reference_builds/chrome_mac@41963", 224 "/trunk/deps/reference_builds/chrome_mac@41963",
224 225
225 "src/third_party/GTM": 226 "src/third_party/GTM":
226 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@375", 227 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@375",
227 "src/third_party/pdfsqueeze": 228 "src/third_party/pdfsqueeze":
228 "http://pdfsqueeze.googlecode.com/svn/trunk@2", 229 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2",
229 "src/third_party/lighttpd": 230 "src/third_party/lighttpd":
230 "/trunk/deps/third_party/lighttpd@33737", 231 "/trunk/deps/third_party/lighttpd@33737",
231 232
232 "src/third_party/WebKit/WebKit/mac": 233 "src/third_party/WebKit/WebKit/mac":
233 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), 234 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
234 "src/third_party/WebKit/WebKitLibraries": 235 "src/third_party/WebKit/WebKitLibraries":
235 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 236 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
236 237
237 # TODO(ajwong): Move this into the OS-independent block. 238 # TODO(ajwong): Move this into the OS-independent block.
238 "src/third_party/yasm/source/patched-yasm": 239 "src/third_party/yasm/source/patched-yasm":
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 ] 296 ]
296 297
297 298
298 hooks = [ 299 hooks = [
299 { 300 {
300 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 301 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
301 "pattern": ".", 302 "pattern": ".",
302 "action": ["python", "src/build/gyp_chromium"], 303 "action": ["python", "src/build/gyp_chromium"],
303 }, 304 },
304 ] 305 ]
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