diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 15:13:09 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 15:13:09 +0000 |
commit | feae5c713a6bb9a011b032fc1f6746290ec398c0 (patch) | |
tree | 6dd10ebd62d64fdf39858496694fb7583fab8788 /build | |
parent | f0841cdf7033d2d2d39bfe98f95ee4af9d815de5 (diff) | |
download | chromium_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.gyp | 4 |
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)', ], }, |