From 913cedfc4c6b3024e983528f7078fba7de61cb1a Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Wed, 9 Jun 2010 05:02:41 +0000 Subject: Add another path for NSS when building in a webkit checkout with the Makefile moved to the top of the webkit checkout. Review URL: http://codereview.chromium.org/2771003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49224 0039d316-1c4b-4281-b951-d872f2087c98 --- build/linux/system.gyp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/linux') diff --git a/build/linux/system.gyp b/build/linux/system.gyp index dbd394b..71e4afa 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -88,8 +88,9 @@ # out of $(pkg-config --cflags nss) and GYP include paths # come after cflags on the command line. So we have these # bodges: - '-I../net/third_party/nss/ssl', # for scons - '-Inet/third_party/nss/ssl', # for make + '-I../net/third_party/nss/ssl', # for scons + '-Inet/third_party/nss/ssl', # for make + '-IWebKit/chromium/net/third_party/nss/ssl', # for make in webkit '