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

Unified Diff: DEPS

Issue 10086013: NaCl: Update revision in DEPS, r8249 -> r8264 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 8 years, 8 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 6a79a14a3df3ea9c539389c25f0b4c1d741fd218..7c35016881dd0067cb6c232e0a30b97270795642 100644
--- a/DEPS
+++ b/DEPS
@@ -8,10 +8,10 @@ vars = {
"webkit_revision": "114131",
"chromium_git": "http://git.chromium.org/git",
"swig_revision": "69281",
- "nacl_revision": "8249",
+ "nacl_revision": "8264",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's.
- "nacl_tools_revision": "7955", # native_client/DEPS: tools_rev
+ "nacl_tools_revision": "8151", # native_client/DEPS: tools_rev
# These hashes need to be updated when nacl_toolchain_revision is changed.
# After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
@@ -371,6 +371,11 @@ deps_os = {
"src/third_party/swig/win":
"/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
+ # GNU binutils assembler for x86-32.
+ "src/third_party/gnu_binutils":
+ (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
+ Var("nacl_tools_revision")),
+ # GNU binutils assembler for x86-64.
"src/third_party/mingw-w64/mingw/bin":
(Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
Var("nacl_tools_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