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

Unified Diff: build/linux/system.gyp

Issue 6264004: Fix libnss include path when building under WebKit on linux to match (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 11 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: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 39b3a11a0199d874da826078b3daa11d084b2dc4..e0f7a1b656e997f5eb5890b0d20ae760605e7d07 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -93,8 +93,8 @@
# out of $(pkg-config --cflags nss) and GYP include paths
# come after cflags on the command line. So we have these
# bodges:
- '-Inet/third_party/nss/ssl', # for make
- '-IWebKit/chromium/net/third_party/nss/ssl', # for make in webkit
+ '-Inet/third_party/nss/ssl', # for make
+ '-ISource/WebKit/chromium/net/third_party/nss/ssl', # for make in webkit
'<!@(<(pkg-config) --cflags nss)',
],
},
« 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