Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 445f837442465d48896794d5fece4172af4c2d73..5c3a5043cabadf040ad17d5b677b6fcf3d0e3495 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", |
@@ -48,11 +47,6 @@ group("root") { |
"//url", |
] |
- if (is_posix) { # TODO(brettw) should be use_openssl |
brettw
2014/04/11 21:21:44
This gets conditionally brought in via //crypto wh
|
- deps += [ |
- "//third_party/openssl", |
- ] |
- } |
if (is_linux) { |
deps += [ |
"//third_party/freetype2", |