Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index 25cd7d386b989f514a6eb8cf462e21acf58b8b44..c9560b4b017df1656628cc77765c276709b583bf 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -2464,6 +2464,9 @@ |
| '../build/linux/system.gyp:gconf', |
| '../build/linux/system.gyp:gio', |
| ], |
| + 'cflags': [ |
| + '-Wno-deprecated-declarations', |
|
jar (doing other things)
2013/05/31 18:41:30
How about bracketing the offending lines with:
#
|
| + ] |
| }, |
| ], |
| ], |