Chromium Code Reviews| Index: net/net.gyp |
| =================================================================== |
| --- net/net.gyp (revision 92224) |
| +++ net/net.gyp (working copy) |
| @@ -822,14 +822,8 @@ |
| ], |
| [ 'component == "shared_library"', { |
| 'defines': [ |
| - 'NET_DLL', |
| 'NET_IMPLEMENTATION', |
| ], |
| - 'direct_dependent_settings': { |
| - 'defines': [ |
| - 'NET_DLL', |
| - ], |
| - }, |
| 'conditions': [ |
|
rvargas (doing something else)
2011/07/12 22:45:55
We can remove this block.
|
| [ 'OS == "win"', { |
| 'msvs_disabled_warnings': [ |