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

Side by Side Diff: DEPS

Issue 9837115: Bump nacl toolchain DEPS to pull in pnacl mac tarballs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cmdline args too Created 8 years, 9 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 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8 "webkit_revision": "112382", 8 "webkit_revision": "112382",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
11 "nacl_revision": "8118", 11 "nacl_revision": "8118",
12 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 12 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
13 # to update other nacl_*_revision's. 13 # to update other nacl_*_revision's.
14 "nacl_tools_revision": "7955", # native_client/DEPS: tools_rev 14 "nacl_tools_revision": "7955", # native_client/DEPS: tools_rev
15 15
16 # These hashes need to be updated when nacl_toolchain_revision is changed. 16 # These hashes need to be updated when nacl_toolchain_revision is changed.
17 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the 17 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
18 # new values. 18 # new values.
19 "nacl_toolchain_linux_x86_hash": 19 "nacl_toolchain_linux_x86_hash":
20 "b69eb1e819b4f3e400777fa4d2aeeb7c843acba6", 20 "ad59800b550fa1c5d0bac15774a82ed78a510827",
21 "nacl_toolchain_linux_x86_newlib_hash": 21 "nacl_toolchain_linux_x86_newlib_hash":
22 "0173431d0c90a53be9b58abd606bcbe19bac65fa", 22 "569cfaa5820f18cfe179e5dcb9ef9e03b7d5cff9",
23 "nacl_toolchain_mac_x86_hash": 23 "nacl_toolchain_mac_x86_hash":
24 "d09a2229839ece0c07fe23d5954e215edaa8823d", 24 "a8afcd5a55d4499d1df27cba910102ec0413d9a6",
25 "nacl_toolchain_mac_x86_newlib_hash": 25 "nacl_toolchain_mac_x86_newlib_hash":
26 "531ac475ab5c51e5aef9e688e5678889caa2e0ae", 26 "d0a34734e0356d2fd611ab781c05ee994dec9b5e",
27 "nacl_toolchain_pnacl_darwin_i386_hash": 27 "nacl_toolchain_pnacl_mac_x86_32_hash":
28 "c7fe895cb02771f39c57bf38cef18ec57b5964b4", 28 "4b7e08c62431459244a9e32fc1551918ee96cf34",
29 "nacl_toolchain_pnacl_linux_i686_hash":
30 "e9c34cc67f5ac580414e4a012629b124d8220f34",
31 "nacl_toolchain_pnacl_linux_x86_64_hash": 29 "nacl_toolchain_pnacl_linux_x86_64_hash":
32 "c91d3c9b2a221ee3823ece93e0fa129dc6319300", 30 "8d76fec06ff9975ace6bbbfd01f3ba729c4b9a75",
31 "nacl_toolchain_pnacl_linux_x86_32_hash":
32 "e368da00aa7fd5f1958f8e817c8928df7da70bee",
33 "nacl_toolchain_pnacl_translator_hash": 33 "nacl_toolchain_pnacl_translator_hash":
34 "e1d54c688e5a9897d33e2dbcadcae68b61adf2e6", 34 "f9e28462709580ad7333d65c65dc56e40ed8752b",
35 "nacl_toolchain_win_x86_hash": 35 "nacl_toolchain_win_x86_hash":
36 "b02e1d003baba4ac071c41c6dda253cee0907a19", 36 "253e3ed5fc292205d1953f78c52a72e1d42b9a18",
37 "nacl_toolchain_win_x86_newlib_hash": 37 "nacl_toolchain_win_x86_newlib_hash":
38 "1a64e1a60f398c65d2a5157270996202502d7cc6", 38 "6ed8ac51f53cb15328165ff1143d9611c40fc5d8",
39 "nacl_toolchain_revision": "7898", 39 "nacl_toolchain_revision": "8097",
40 "pnacl_toolchain_revision": "7898", 40 "pnacl_toolchain_revision": "8097",
41 41
42 "libjingle_revision": "128", 42 "libjingle_revision": "128",
43 "libphonenumber_revision": "425", 43 "libphonenumber_revision": "425",
44 "libvpx_revision": "125647", 44 "libvpx_revision": "125647",
45 "lss_revision": "9", 45 "lss_revision": "9",
46 46
47 # These two FFmpeg variables must be updated together. One is used for SVN 47 # These two FFmpeg variables must be updated together. One is used for SVN
48 # checkouts and the other for Git checkouts. 48 # checkouts and the other for Git checkouts.
49 "ffmpeg_revision": "127595", 49 "ffmpeg_revision": "127595",
50 "ffmpeg_hash": "c4db435602131b218d0c39e85ccf18a4be195e60", 50 "ffmpeg_hash": "c4db435602131b218d0c39e85ccf18a4be195e60",
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 { 470 {
471 # This downloads binaries for Native Client's newlib toolchain. 471 # This downloads binaries for Native Client's newlib toolchain.
472 # Done in lieu of building the toolchain from scratch as it can take 472 # Done in lieu of building the toolchain from scratch as it can take
473 # anywhere from 30 minutes to 4 hours depending on platform to build. 473 # anywhere from 30 minutes to 4 hours depending on platform to build.
474 "pattern": ".", 474 "pattern": ".",
475 "action": [ 475 "action": [
476 "python", "src/build/download_nacl_toolchains.py", 476 "python", "src/build/download_nacl_toolchains.py",
477 "--no-arm-trusted", 477 "--no-arm-trusted",
478 "--optional-pnacl", 478 "--optional-pnacl",
479 "--pnacl-version", Var("pnacl_toolchain_revision"), 479 "--pnacl-version", Var("pnacl_toolchain_revision"),
480 "--file-hash", "pnacl_linux_i686", 480 "--file-hash", "pnacl_linux_x86_32",
481 Var("nacl_toolchain_pnacl_linux_i686_hash"), 481 Var("nacl_toolchain_pnacl_linux_x86_32_hash"),
482 "--file-hash", "pnacl_linux_x86_64", 482 "--file-hash", "pnacl_linux_x86_64",
483 Var("nacl_toolchain_pnacl_linux_x86_64_hash"), 483 Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
484 "--file-hash", "pnacl_translator", 484 "--file-hash", "pnacl_translator",
485 Var("nacl_toolchain_pnacl_translator_hash"), 485 Var("nacl_toolchain_pnacl_translator_hash"),
486 "--file-hash", "pnacl_darwin_i386", 486 "--file-hash", "pnacl_mac_x86_32",
487 Var("nacl_toolchain_pnacl_darwin_i386_hash"), 487 Var("nacl_toolchain_pnacl_mac_x86_32_hash"),
488 "--x86-version", Var("nacl_toolchain_revision"), 488 "--x86-version", Var("nacl_toolchain_revision"),
489 "--file-hash", "mac_x86_newlib", 489 "--file-hash", "mac_x86_newlib",
490 Var("nacl_toolchain_mac_x86_newlib_hash"), 490 Var("nacl_toolchain_mac_x86_newlib_hash"),
491 "--file-hash", "win_x86_newlib", 491 "--file-hash", "win_x86_newlib",
492 Var("nacl_toolchain_win_x86_newlib_hash"), 492 Var("nacl_toolchain_win_x86_newlib_hash"),
493 "--file-hash", "linux_x86_newlib", 493 "--file-hash", "linux_x86_newlib",
494 Var("nacl_toolchain_linux_x86_newlib_hash"), 494 Var("nacl_toolchain_linux_x86_newlib_hash"),
495 "--file-hash", "mac_x86", 495 "--file-hash", "mac_x86",
496 Var("nacl_toolchain_mac_x86_hash"), 496 Var("nacl_toolchain_mac_x86_hash"),
497 "--file-hash", "win_x86", 497 "--file-hash", "win_x86",
(...skipping 22 matching lines...) Expand all
520 "pattern": ".", 520 "pattern": ".",
521 "action": ["python", "src/build/util/lastchange.py", 521 "action": ["python", "src/build/util/lastchange.py",
522 "-o", "src/build/util/LASTCHANGE"], 522 "-o", "src/build/util/LASTCHANGE"],
523 }, 523 },
524 { 524 {
525 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 525 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
526 "pattern": ".", 526 "pattern": ".",
527 "action": ["python", "src/build/gyp_chromium"], 527 "action": ["python", "src/build/gyp_chromium"],
528 }, 528 },
529 ] 529 ]
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