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: http://src.chromium.org/svn/trunk/src/build@71793 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
adamk@chromium.org 2011-01-19 15:13:09 +00:00
Родитель c4e07277af
Коммит 885123f19a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)',
],
},