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

Unified Diff: DEPS

Issue 9430028: Add function for generating validation signatures. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixes 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 | SConstruct » ('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 f2648376555926c7ec17750c2c4a2feeed0e258c..b9c8ef3fee34bf4b27d3090cd345be1accb22d03 100644
--- a/DEPS
+++ b/DEPS
@@ -73,6 +73,8 @@ deps = {
"/trunk/lss@" + Var("lss_rev")),
"third_party/khronos":
Var("chromium_trunk") + "/src/third_party/khronos@" + Var("chrome_rev"),
+ "third_party/openssl":
+ Var("chromium_trunk") + "/deps/third_party/openssl@" + Var("chrome_rev"),
"third_party/ply":
Var("chromium_trunk") + "/src/third_party/ply@" + Var("chrome_rev"),
"third_party/pyftpdlib":
« no previous file with comments | « no previous file | SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698