summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-14 23:25:13 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-14 23:25:13 +0000
commit7a7e08546c85dd5a039c8dd0e57bae1cd384fc44 (patch)
treea316212f6372e5d9bd8fd814a62c786d0fd7baf5 /BUILD.gn
parent7ff2cc13a2d85f02aaca8bd0edd2c45dae527065 (diff)
downloadchromium_src-7a7e08546c85dd5a039c8dd0e57bae1cd384fc44.zip
chromium_src-7a7e08546c85dd5a039c8dd0e57bae1cd384fc44.tar.gz
chromium_src-7a7e08546c85dd5a039c8dd0e57bae1cd384fc44.tar.bz2
Add SSL support to the GN build
This moves files from the secondary tree to the main one, and renames the "meta" one to //crypto:ssl. It also adds the crypto unit tests. R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/231673006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 1 insertions, 7 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8e5f171..9c1446b 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",