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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 19eefd89ef8d0d5113c081606638863036179c7c..96328dfef7193c0bffe94af342786c9499e78f62 100644
--- a/DEPS
+++ b/DEPS
@@ -30,6 +30,8 @@ vars = {
"e9c34cc67f5ac580414e4a012629b124d8220f34",
"nacl_toolchain_pnacl_linux_x86_64_hash":
"c91d3c9b2a221ee3823ece93e0fa129dc6319300",
+ "nacl_toolchain_pnacl_translator_hash":
+ "e1d54c688e5a9897d33e2dbcadcae68b61adf2e6",
"nacl_toolchain_win_x86_hash":
"b02e1d003baba4ac071c41c6dda253cee0907a19",
"nacl_toolchain_win_x86_newlib_hash":
@@ -476,6 +478,8 @@ hooks = [
Var("nacl_toolchain_pnacl_linux_i686_hash"),
"--file-hash", "pnacl_linux_x86_64",
Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
+ "--file-hash", "pnacl_translator",
+ Var("nacl_toolchain_pnacl_translator_hash"),
"--file-hash", "pnacl_darwin_i386",
Var("nacl_toolchain_pnacl_darwin_i386_hash"),
"--x86-version", Var("nacl_toolchain_revision"),
« 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