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

Unified Diff: BUILD.gn

Issue 232563008: Pull OpenSSL at 263283 to get new GN build file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 00197e679b3a4d7fa3098b65fc31746a56508697..695a72b9da08916920ee8a4e54ab450c8a8f1a7a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -48,4 +48,10 @@ group("root") {
"//ui/gfx/geometry",
"//url",
]
+
+ if (is_posix) { # TODO(brettw) should be use_openssl
+ deps += [
+ "//third_party/openssl",
+ ]
+ }
}
« no previous file with comments | « no previous file | tools/gn/secondary/third_party/openssl/BUILD.gn » ('j') | tools/gn/secondary/third_party/openssl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698