| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index dbd394bd9500989b1d00edd95aece21a12eb5a8a..71e4afad1ee9a047957fa2e3fb661d18f0d77477 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
|
| '<!@(<(pkg-config) --cflags nss)',
|
| ],
|
| },
|
|
|