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

Unified Diff: DEPS

Issue 8800034: Use nacl_helper_bootstrap from native_client repository (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years 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 | chrome/chrome_exe.gypi » ('j') | 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 00ae46ef3b50c8b028966272dc890e75d0e57743..8ca9fb2525a79ff405337e919c75c6faca93520a 100644
--- a/DEPS
+++ b/DEPS
@@ -33,6 +33,7 @@ vars = {
"libjingle_revision": "99",
"libphonenumber_revision": "407",
"libvpx_revision": "109236",
+ "lss_revision": "9",
"ffmpeg_revision": "112050",
"sfntly_revision": "111",
"skia_revision": "2785",
@@ -402,7 +403,8 @@ deps_os = {
"/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
"src/third_party/lss":
- (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@8",
+ ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
+ Var("lss_revision")),
"src/third_party/openssl":
"/trunk/deps/third_party/openssl@105093",
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698