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

Unified Diff: DEPS

Issue 185233012: Build src/crypto for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: \ Created 6 years, 9 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 | build/common.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 130cdc6e19585d1538950724f59ee87bcb8929dc..a516fd5d0ddc5d709e329444ef96b9f509fadcf9 100644
--- a/DEPS
+++ b/DEPS
@@ -303,6 +303,9 @@ deps = {
"src/third_party/libwebm/source":
Var("chromium_git") +
"/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8",
+
+ "src/third_party/openssl":
+ "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
}
@@ -460,9 +463,6 @@ deps_os = {
((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
Var("lss_revision")),
- "src/third_party/openssl":
- "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
-
"src/third_party/gold":
"/trunk/deps/third_party/gold@228995",
@@ -549,9 +549,6 @@ deps_os = {
((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
Var("lss_revision")),
- "src/third_party/openssl":
- "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
-
"src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
(Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698