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 7629026: Update DEPS to use the mirrors for the sawbuck and v8-i18n when (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | 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 # Use this googlecode_url variable only if there is an internal mirror for it. 2 # Use this googlecode_url variable only if there is an internal mirror for it.
3 # If you do not know, use the full path while defining your new deps entry. 3 # If you do not know, use the full path while defining your new deps entry.
4 "googlecode_url": "http://%s.googlecode.com/svn", 4 "googlecode_url": "http://%s.googlecode.com/svn",
5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
7 "webkit_revision": "92959", 7 "webkit_revision": "92959",
8 "chromium_git": "http://git.chromium.org/git", 8 "chromium_git": "http://git.chromium.org/git",
9 "swig_revision": "69281", 9 "swig_revision": "69281",
10 # These hashes need to be updated when nacl_revision is changed. 10 # These hashes need to be updated when nacl_revision is changed.
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 136
137 "src/tools/page_cycler/acid3": 137 "src/tools/page_cycler/acid3":
138 "/trunk/deps/page_cycler/acid3@19546", 138 "/trunk/deps/page_cycler/acid3@19546",
139 139
140 "src/chrome/test/data/perf/frame_rate/content": 140 "src/chrome/test/data/perf/frame_rate/content":
141 "/trunk/deps/frame_rate/content@93671", 141 "/trunk/deps/frame_rate/content@93671",
142 142
143 "src/third_party/bidichecker": 143 "src/third_party/bidichecker":
144 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", 144 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
145 145
146 # TODO(cira): Replace http://v8-i18n.googlecode.com/svn with
147 # Var("googlecode_url") once the golo-mirror is setup.
148 "src/third_party/v8-i18n": 146 "src/third_party/v8-i18n":
149 "http://v8-i18n.googlecode.com/svn" + "/trunk@4", 147 (Var("googlecode_url") % "v8-i18n") + "/trunk@4",
150 148
151 "src/third_party/webgl_conformance": 149 "src/third_party/webgl_conformance":
152 "/trunk/deps/third_party/webgl/sdk/tests@93490", 150 "/trunk/deps/third_party/webgl/sdk/tests@93490",
153 151
154 # We run these layout tests as UI tests. Since many of the buildbots that 152 # We run these layout tests as UI tests. Since many of the buildbots that
155 # run layout tests do NOT have access to the LayoutTest directory, we need 153 # run layout tests do NOT have access to the LayoutTest directory, we need
156 # to map them here. In practice, these do not take up much space. 154 # to map them here. In practice, these do not take up much space.
157 "src/chrome/test/data/layout_tests/LayoutTests/fast/events": 155 "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
158 Var("webkit_trunk") + "/LayoutTests/fast/events@" + 156 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
159 Var("webkit_revision"), 157 Var("webkit_revision"),
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "src/rlz": 312 "src/rlz":
315 (Var("googlecode_url") % "rlz") + "/trunk@44", 313 (Var("googlecode_url") % "rlz") + "/trunk@44",
316 314
317 # Dependencies used by libjpeg-turbo 315 # Dependencies used by libjpeg-turbo
318 "src/third_party/yasm/binaries": 316 "src/third_party/yasm/binaries":
319 "/trunk/deps/third_party/yasm/binaries@74228", 317 "/trunk/deps/third_party/yasm/binaries@74228",
320 318
321 # Binary level profile guided optimizations. This points to the 319 # Binary level profile guided optimizations. This points to the
322 # latest release binaries for the toolchain. 320 # latest release binaries for the toolchain.
323 "src/third_party/syzygy/binaries": 321 "src/third_party/syzygy/binaries":
324 "https://sawbuck.googlecode.com/svn/trunk/syzygy/binaries@396", 322 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@396",
325 }, 323 },
326 "mac": { 324 "mac": {
327 "src/chrome/tools/test/reference_build/chrome_mac": 325 "src/chrome/tools/test/reference_build/chrome_mac":
328 "/trunk/deps/reference_builds/chrome_mac@89574", 326 "/trunk/deps/reference_builds/chrome_mac@89574",
329 327
330 "src/third_party/GTM": 328 "src/third_party/GTM":
331 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@453", 329 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@453",
332 "src/third_party/pdfsqueeze": 330 "src/third_party/pdfsqueeze":
333 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", 331 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
334 "src/third_party/lighttpd": 332 "src/third_party/lighttpd":
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 { 405 {
408 # This downloads binaries for Native Client's integrated runtime (IRT) 406 # This downloads binaries for Native Client's integrated runtime (IRT)
409 # library, which is built as NaCl untrusted code. 407 # library, which is built as NaCl untrusted code.
410 "pattern": ".", 408 "pattern": ".",
411 "action": ["python", "src/build/download_nacl_irt.py", 409 "action": ["python", "src/build/download_nacl_irt.py",
412 "--nacl_revision", Var("nacl_revision"), 410 "--nacl_revision", Var("nacl_revision"),
413 "--file_hash", "x86_32", Var("nacl_irt_hash_x86_32"), 411 "--file_hash", "x86_32", Var("nacl_irt_hash_x86_32"),
414 "--file_hash", "x86_64", Var("nacl_irt_hash_x86_64")], 412 "--file_hash", "x86_64", Var("nacl_irt_hash_x86_64")],
415 }, 413 },
416 ] 414 ]
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