| Index: net/net.gyp
|
| ===================================================================
|
| --- net/net.gyp (revision 92373)
|
| +++ net/net.gyp (working copy)
|
| @@ -822,27 +822,8 @@
|
| ],
|
| [ 'component == "shared_library"', {
|
| 'defines': [
|
| - 'NET_DLL',
|
| 'NET_IMPLEMENTATION',
|
| ],
|
| - 'direct_dependent_settings': {
|
| - 'defines': [
|
| - 'NET_DLL',
|
| - ],
|
| - },
|
| - 'conditions': [
|
| - [ 'OS == "win"', {
|
| - 'msvs_disabled_warnings': [
|
| - # class 'std::xx' needs to have dll-interface.
|
| - 4251,
|
| - ],
|
| - 'direct_dependent_settings': {
|
| - 'msvs_disabled_warnings': [
|
| - 4251,
|
| - ],
|
| - },
|
| - }],
|
| - ],
|
| }],
|
| [ 'OS == "mac"', {
|
| 'dependencies': [
|
|
|