summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoradamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 15:13:09 +0000
committeradamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 15:13:09 +0000
commitfeae5c713a6bb9a011b032fc1f6746290ec398c0 (patch)
tree6dd10ebd62d64fdf39858496694fb7583fab8788 /build
parentf0841cdf7033d2d2d39bfe98f95ee4af9d815de5 (diff)
downloadchromium_src-feae5c713a6bb9a011b032fc1f6746290ec398c0.zip
chromium_src-feae5c713a6bb9a011b032fc1f6746290ec398c0.tar.gz
chromium_src-feae5c713a6bb9a011b032fc1f6746290ec398c0.tar.bz2
Fix libnss include path when building under WebKit on linux to match
the new code location under Source/. Review URL: http://codereview.chromium.org/6264004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/linux/system.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 39b3a11..e0f7a1b 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)',
],
},