| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index 39b3a11a0199d874da826078b3daa11d084b2dc4..e0f7a1b656e997f5eb5890b0d20ae760605e7d07 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)',
|
| ],
|
| },
|
|
|