Index: remoting/remoting_test.gypi |
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi |
index 56efae367f487658a4797b75e91c9339e3a54da9..553672b83188fc7140475d4d71c3bde6efef2cd2 100644 |
--- a/remoting/remoting_test.gypi |
+++ b/remoting/remoting_test.gypi |
@@ -406,11 +406,6 @@ |
['exclude', '^host/'], |
] |
}], |
- [ 'OS == "linux" and use_allocator!="none"', { |
- 'dependencies': [ |
- '../base/allocator/allocator.gyp:allocator', |
- ], |
- }], |
['configuration_policy == 1', { |
'dependencies': [ |
'../components/components.gyp:policy', |
@@ -576,11 +571,6 @@ |
'../testing/android/native_test.gyp:native_test_native_code', |
], |
}], |
- [ 'OS == "linux" and use_allocator!="none"', { |
- 'dependencies': [ |
- '../base/allocator/allocator.gyp:allocator', |
- ], |
- }], |
], # end of 'conditions' |
}, # end of target 'remoting_perftests' |
] |