| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 67c55948881e4d540141f6bc742141d09e594e57..b84bb8b75ff13d4e316b2fd11e561e9d7d64f2d7 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -265,6 +265,7 @@
|
| 'dependencies!': [
|
| 'remoting_host',
|
| 'remoting_host_setup_base',
|
| + 'remoting_it2me_host_static',
|
| 'remoting_native_messaging_base',
|
| ],
|
| 'sources/': [
|
| @@ -273,14 +274,6 @@
|
| ['exclude', '^base/resources_unittest\\.cc$'],
|
| ]
|
| }],
|
| - ['enable_it2me_host == 0', {
|
| - 'dependencies!': [
|
| - 'remoting_it2me_host_static',
|
| - ],
|
| - 'sources/': [
|
| - ['exclude', '^host/it2me/'],
|
| - ]
|
| - }],
|
| [ 'OS == "linux" and use_allocator!="none"', {
|
| 'dependencies': [
|
| '../base/allocator/allocator.gyp:allocator',
|
| @@ -299,7 +292,7 @@
|
| '<@(remoting_webapp_js_browser_test_files)',
|
| ],
|
| },
|
| - ], #end of copies
|
| + ], # end of copies
|
| }, # end of target 'remoting_browser_test_resources'
|
| {
|
| 'target_name': 'remoting_webapp_unittest',
|
| @@ -373,7 +366,7 @@
|
| ],
|
| },
|
| ],
|
| - }, # end of target 'remoting_webapp_js_unittest'
|
| + }, # end of target 'remoting_webapp_unittest'
|
| ], # end of targets
|
|
|
| 'conditions': [
|
|
|