| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 1a5690786ca65133dc94f3c216ca2f4e24788128..5efb1f02dcc11010f783c03498b7936840a51eb4 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -222,15 +222,6 @@
|
| }],
|
| ],
|
| }],
|
| - [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
|
| - 'conditions': [
|
| - ['use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| - ],
|
| - }],
|
| [ 'use_kerberos==1', {
|
| 'defines': [
|
| 'USE_KERBEROS',
|
| @@ -648,15 +639,6 @@
|
| }],
|
| ],
|
| }],
|
| - ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
|
| - 'conditions': [
|
| - ['use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| - ],
|
| - }],
|
| ['OS == "android"', {
|
| 'dependencies': [
|
| 'net_test_jni_headers',
|
|
|