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

Side by Side Diff: DEPS

Issue 10821118: Bump DEPS and use new download_toolchains.py in NaCl Repo. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | build/download_nacl_toolchains.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # When adding a new dependency, please update the top-level .gitignore file 1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory. 2 # to list the dependency's destination directory.
3 3
4 vars = { 4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it. 5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry. 6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn", 7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
11 "webkit_revision": "124188", 11 "webkit_revision": "124188",
12 "chromium_git": "http://git.chromium.org/git", 12 "chromium_git": "http://git.chromium.org/git",
13 "chromiumos_git": "http://git.chromium.org/chromiumos", 13 "chromiumos_git": "http://git.chromium.org/chromiumos",
14 "swig_revision": "69281", 14 "swig_revision": "69281",
15 "nacl_revision": "9317", 15 "nacl_revision": "9336",
16 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 16 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
17 # to update other nacl_*_revision's. 17 # to update other nacl_*_revision's.
18 "nacl_tools_revision": "9286", # native_client/DEPS: tools_rev 18 "nacl_tools_revision": "9286", # native_client/DEPS: tools_rev
19 "gtm_revision": "534", 19 "gtm_revision": "534",
20 20
21 # These hashes need to be updated when nacl_toolchain_revision is changed.
22 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
23 # new values.
24 "nacl_toolchain_linux_x86_hash":
25 "5a013540b816336f6f2af26c525f8d9f8e20e144",
26 "nacl_toolchain_linux_x86_newlib_hash":
27 "c3598baef5a49e6ce8ca768d7f01383641d56025",
28 "nacl_toolchain_mac_x86_hash":
29 "664e057b1507923b0526ebb7294deb8c31cb8bfc",
30 "nacl_toolchain_mac_x86_newlib_hash":
31 "93f3a7ca6f97b093380ab4c305b2be42e89004c0",
32 "nacl_toolchain_pnacl_linux_x86_32_hash":
33 "025f9b2c1fcb9eb142cb30225526fcc443091e19",
34 "nacl_toolchain_pnacl_linux_x86_64_hash":
35 "fd5f7190d2462155a5a492980df99327a7733df9",
36 "nacl_toolchain_pnacl_mac_x86_32_hash":
37 "6fabbbec2ec6c6854d21c95cda82284d8c3eabcc",
38 "nacl_toolchain_pnacl_translator_hash":
39 "17fef3ab59d1445ec02ae571bf6f96adfc4d609b",
40 "nacl_toolchain_pnacl_win_x86_32_hash":
41 "ef27427f000f66249a75eef028ef30d57056e9a7",
42 "nacl_toolchain_win_x86_hash":
43 "9a854462e601338153bc65bfdc1171a87dc0bfe6",
44 "nacl_toolchain_win_x86_newlib_hash":
45 "c4dd3f8b65e309d242a3bfce89a15f580ef2e4f0",
46 "nacl_toolchain_revision": "9170",
47 "pnacl_toolchain_revision": "9299",
48
49 "libjingle_revision": "163", 21 "libjingle_revision": "163",
50 "libphonenumber_revision": "456", 22 "libphonenumber_revision": "456",
51 "libvpx_revision": "149032", 23 "libvpx_revision": "149032",
52 "lss_revision": "11", 24 "lss_revision": "11",
53 25
54 # These two FFmpeg variables must be updated together. One is used for SVN 26 # These two FFmpeg variables must be updated together. One is used for SVN
55 # checkouts and the other for Git checkouts. 27 # checkouts and the other for Git checkouts.
56 "ffmpeg_revision": "148611", 28 "ffmpeg_revision": "148611",
57 "ffmpeg_hash": "4287c0271f399b98eb6851e6e650098f26b8c3c2", 29 "ffmpeg_hash": "4287c0271f399b98eb6851e6e650098f26b8c3c2",
58 30
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 hooks = [ 558 hooks = [
587 { 559 {
588 # This downloads binaries for Native Client's newlib toolchain. 560 # This downloads binaries for Native Client's newlib toolchain.
589 # Done in lieu of building the toolchain from scratch as it can take 561 # Done in lieu of building the toolchain from scratch as it can take
590 # anywhere from 30 minutes to 4 hours depending on platform to build. 562 # anywhere from 30 minutes to 4 hours depending on platform to build.
591 "pattern": ".", 563 "pattern": ".",
592 "action": [ 564 "action": [
593 "python", "src/build/download_nacl_toolchains.py", 565 "python", "src/build/download_nacl_toolchains.py",
594 "--no-arm-trusted", 566 "--no-arm-trusted",
595 "--optional-pnacl", 567 "--optional-pnacl",
596 "--pnacl-version", Var("pnacl_toolchain_revision"),
597 "--file-hash", "pnacl_linux_x86_32",
598 Var("nacl_toolchain_pnacl_linux_x86_32_hash"),
599 "--file-hash", "pnacl_linux_x86_64",
600 Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
601 "--file-hash", "pnacl_translator",
602 Var("nacl_toolchain_pnacl_translator_hash"),
603 "--file-hash", "pnacl_mac_x86_32",
604 Var("nacl_toolchain_pnacl_mac_x86_32_hash"),
605 "--file-hash", "pnacl_win_x86_32",
606 Var("nacl_toolchain_pnacl_win_x86_32_hash"),
607 "--x86-version", Var("nacl_toolchain_revision"),
608 "--file-hash", "mac_x86_newlib",
609 Var("nacl_toolchain_mac_x86_newlib_hash"),
610 "--file-hash", "win_x86_newlib",
611 Var("nacl_toolchain_win_x86_newlib_hash"),
612 "--file-hash", "linux_x86_newlib",
613 Var("nacl_toolchain_linux_x86_newlib_hash"),
614 "--file-hash", "mac_x86",
615 Var("nacl_toolchain_mac_x86_hash"),
616 "--file-hash", "win_x86",
617 Var("nacl_toolchain_win_x86_hash"),
618 "--file-hash", "linux_x86",
619 Var("nacl_toolchain_linux_x86_hash"),
620 "--save-downloads-dir", 568 "--save-downloads-dir",
621 "src/native_client_sdk/src/build_tools/toolchain_archives", 569 "src/native_client_sdk/src/build_tools/toolchain_archives",
622 "--keep", 570 "--keep",
623 ], 571 ],
624 }, 572 },
625 { 573 {
626 # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes 574 # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
627 # zero seconds to run. If something changed, it downloads a prebuilt clang, 575 # zero seconds to run. If something changed, it downloads a prebuilt clang,
628 # which takes ~20s, but clang speeds up builds by more than 20s. 576 # which takes ~20s, but clang speeds up builds by more than 20s.
629 "pattern": ".", 577 "pattern": ".",
(...skipping 10 matching lines...) Expand all
640 "pattern": ".", 588 "pattern": ".",
641 "action": ["python", "src/build/util/lastchange.py", 589 "action": ["python", "src/build/util/lastchange.py",
642 "-o", "src/build/util/LASTCHANGE"], 590 "-o", "src/build/util/LASTCHANGE"],
643 }, 591 },
644 { 592 {
645 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 593 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
646 "pattern": ".", 594 "pattern": ".",
647 "action": ["python", "src/build/gyp_chromium"], 595 "action": ["python", "src/build/gyp_chromium"],
648 }, 596 },
649 ] 597 ]
OLDNEW
« no previous file with comments | « no previous file | build/download_nacl_toolchains.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698