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

Side by Side Diff: DEPS

Issue 9595010: Add pnacl_translator hash to DEPS to allow pnacl sdk bot to sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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": "109636", 8 "webkit_revision": "109636",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
(...skipping 12 matching lines...) Expand all
23 "nacl_toolchain_mac_x86_hash": 23 "nacl_toolchain_mac_x86_hash":
24 "d09a2229839ece0c07fe23d5954e215edaa8823d", 24 "d09a2229839ece0c07fe23d5954e215edaa8823d",
25 "nacl_toolchain_mac_x86_newlib_hash": 25 "nacl_toolchain_mac_x86_newlib_hash":
26 "531ac475ab5c51e5aef9e688e5678889caa2e0ae", 26 "531ac475ab5c51e5aef9e688e5678889caa2e0ae",
27 "nacl_toolchain_pnacl_darwin_i386_hash": 27 "nacl_toolchain_pnacl_darwin_i386_hash":
28 "c7fe895cb02771f39c57bf38cef18ec57b5964b4", 28 "c7fe895cb02771f39c57bf38cef18ec57b5964b4",
29 "nacl_toolchain_pnacl_linux_i686_hash": 29 "nacl_toolchain_pnacl_linux_i686_hash":
30 "e9c34cc67f5ac580414e4a012629b124d8220f34", 30 "e9c34cc67f5ac580414e4a012629b124d8220f34",
31 "nacl_toolchain_pnacl_linux_x86_64_hash": 31 "nacl_toolchain_pnacl_linux_x86_64_hash":
32 "c91d3c9b2a221ee3823ece93e0fa129dc6319300", 32 "c91d3c9b2a221ee3823ece93e0fa129dc6319300",
33 "nacl_toolchain_pnacl_translator_hash":
34 "e1d54c688e5a9897d33e2dbcadcae68b61adf2e6",
33 "nacl_toolchain_win_x86_hash": 35 "nacl_toolchain_win_x86_hash":
34 "b02e1d003baba4ac071c41c6dda253cee0907a19", 36 "b02e1d003baba4ac071c41c6dda253cee0907a19",
35 "nacl_toolchain_win_x86_newlib_hash": 37 "nacl_toolchain_win_x86_newlib_hash":
36 "1a64e1a60f398c65d2a5157270996202502d7cc6", 38 "1a64e1a60f398c65d2a5157270996202502d7cc6",
37 "nacl_toolchain_revision": "7898", 39 "nacl_toolchain_revision": "7898",
38 "pnacl_toolchain_revision": "7898", 40 "pnacl_toolchain_revision": "7898",
39 41
40 "libjingle_revision": "119", 42 "libjingle_revision": "119",
41 "libphonenumber_revision": "425", 43 "libphonenumber_revision": "425",
42 "libvpx_revision": "123809", 44 "libvpx_revision": "123809",
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "pattern": ".", 471 "pattern": ".",
470 "action": [ 472 "action": [
471 "python", "src/build/download_nacl_toolchains.py", 473 "python", "src/build/download_nacl_toolchains.py",
472 "--no-arm-trusted", 474 "--no-arm-trusted",
473 "--optional-pnacl", 475 "--optional-pnacl",
474 "--pnacl-version", Var("pnacl_toolchain_revision"), 476 "--pnacl-version", Var("pnacl_toolchain_revision"),
475 "--file-hash", "pnacl_linux_i686", 477 "--file-hash", "pnacl_linux_i686",
476 Var("nacl_toolchain_pnacl_linux_i686_hash"), 478 Var("nacl_toolchain_pnacl_linux_i686_hash"),
477 "--file-hash", "pnacl_linux_x86_64", 479 "--file-hash", "pnacl_linux_x86_64",
478 Var("nacl_toolchain_pnacl_linux_x86_64_hash"), 480 Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
481 "--file-hash", "pnacl_translator",
482 Var("nacl_toolchain_pnacl_translator_hash"),
479 "--file-hash", "pnacl_darwin_i386", 483 "--file-hash", "pnacl_darwin_i386",
480 Var("nacl_toolchain_pnacl_darwin_i386_hash"), 484 Var("nacl_toolchain_pnacl_darwin_i386_hash"),
481 "--x86-version", Var("nacl_toolchain_revision"), 485 "--x86-version", Var("nacl_toolchain_revision"),
482 "--file-hash", "mac_x86_newlib", 486 "--file-hash", "mac_x86_newlib",
483 Var("nacl_toolchain_mac_x86_newlib_hash"), 487 Var("nacl_toolchain_mac_x86_newlib_hash"),
484 "--file-hash", "win_x86_newlib", 488 "--file-hash", "win_x86_newlib",
485 Var("nacl_toolchain_win_x86_newlib_hash"), 489 Var("nacl_toolchain_win_x86_newlib_hash"),
486 "--file-hash", "linux_x86_newlib", 490 "--file-hash", "linux_x86_newlib",
487 Var("nacl_toolchain_linux_x86_newlib_hash"), 491 Var("nacl_toolchain_linux_x86_newlib_hash"),
488 "--file-hash", "mac_x86", 492 "--file-hash", "mac_x86",
(...skipping 24 matching lines...) Expand all
513 "pattern": ".", 517 "pattern": ".",
514 "action": ["python", "src/build/util/lastchange.py", 518 "action": ["python", "src/build/util/lastchange.py",
515 "-o", "src/build/util/LASTCHANGE"], 519 "-o", "src/build/util/LASTCHANGE"],
516 }, 520 },
517 { 521 {
518 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 522 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
519 "pattern": ".", 523 "pattern": ".",
520 "action": ["python", "src/build/gyp_chromium"], 524 "action": ["python", "src/build/gyp_chromium"],
521 }, 525 },
522 ] 526 ]
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