Commit 6c16ef3d authored by tfarina@chromium.org's avatar tfarina@chromium.org

Fix the path to ssl bodge of net/third_party/nss.

I found this while trying to build a target that depends on net.

BUG=None
TEST=ninja -C out/Debug_gn
TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/231883005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262928 0039d316-1c4b-4281-b951-d872f2087c98
parent 09f749c9
...@@ -84,7 +84,7 @@ component("ssl") { ...@@ -84,7 +84,7 @@ component("ssl") {
} }
if (is_linux) { if (is_linux) {
include_dirs = [ "bodge" ] include_dirs = [ "ssl/bodge" ]
configs += [ "//third_party/nss:nss_linux_config" ] configs += [ "//third_party/nss:nss_linux_config" ]
} }
if (is_mac) { if (is_mac) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment