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

Unified Diff: tools/gn/secondary/net/third_party/nss/BUILD.gn

Issue 231883005: Fix the path to ssl bodge of net/third_party/nss. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/net/third_party/nss/BUILD.gn
diff --git a/tools/gn/secondary/net/third_party/nss/BUILD.gn b/tools/gn/secondary/net/third_party/nss/BUILD.gn
index b0c9669d63a07d7f1b53afee0a5d0e1a8cb89cd8..624c8138c6d3de67a191127d767e635d59fc81f2 100644
--- a/tools/gn/secondary/net/third_party/nss/BUILD.gn
+++ b/tools/gn/secondary/net/third_party/nss/BUILD.gn
@@ -84,7 +84,7 @@ component("ssl") {
}
if (is_linux) {
- include_dirs = [ "bodge" ]
+ include_dirs = [ "ssl/bodge" ]
configs += [ "//third_party/nss:nss_linux_config" ]
}
if (is_mac) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698