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

Unified Diff: DEPS

Issue 8799016: Use nacl_helper_bootstrap from native_client repository (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing @ in DEPS line 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 508e178cc2df4894d1f5c4499eea6dc696d3a715..7b6173a6c3b7b87e1d8aa24e79513b16c8f26e0b 100644
--- a/DEPS
+++ b/DEPS
@@ -33,6 +33,7 @@ vars = {
"libjingle_revision": "95",
"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