| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index 4ec28b1d8f875b24522eaf9290ea801e937e02c1..fa39c46ad5bdd978ca5b305d136e9190fb1498ff 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -331,13 +331,6 @@
|
| 'host/setup/host_starter.h',
|
| 'host/setup/start_host.cc',
|
| ],
|
| - 'conditions': [
|
| - ['OS=="linux" and use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| - ],
|
| }, # end of target 'remoting_start_host'
|
| {
|
| # GN: //remoting/host:remoting_infoplist_strings
|
| @@ -545,11 +538,6 @@
|
| }], # mac_breakpad==1
|
| ], # conditions
|
| }], # OS=mac
|
| - ['OS=="linux" and use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }], # OS=linux
|
| ], # end of 'conditions'
|
| }, # end of target 'remoting_me2me_host'
|
| {
|
| @@ -575,11 +563,6 @@
|
| 'host/setup/me2me_native_messaging_host_main.h',
|
| ],
|
| 'conditions': [
|
| - ['OS=="linux" and use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ['OS=="mac"', {
|
| 'mac_bundle': 1,
|
| 'variables': {
|
| @@ -675,11 +658,6 @@
|
| '../build/linux/system.gyp:gtk2',
|
| ],
|
| }],
|
| - ['OS=="linux" and use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ['OS=="mac"', {
|
| 'mac_bundle': 1,
|
| 'variables': {
|
|
|