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

Unified Diff: BUILD.gn

Issue 231673006: Add SSL support to the GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for minimal 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
« no previous file with comments | « no previous file | build/config/crypto.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8e5f1716416127d42794b2ff564b26d2d1466f1c..9c1446bd8fd747fd3fdebced5e9a458e4d669c55 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -24,11 +24,10 @@ group("root") {
"//components/startup_metric_utils",
#"//components/translate:translate_core_browser",
#"//components/translate:translate_core_common",
- #"//crypto",
+ "//crypto",
"//device/usb",
"//ipc",
#"//net",
- #"//net/third_party/nss:ssl",
#"//sdch",
"//skia",
#"//third_party/WebKit/Source/platform",
@@ -47,11 +46,6 @@ group("root") {
"//url",
]
- if (is_posix && !is_android) { # TODO(brettw) should be use_openssl
- deps += [
- "//third_party/openssl",
- ]
- }
if (is_linux) {
deps += [
"//third_party/freetype2",
« no previous file with comments | « no previous file | build/config/crypto.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698