Index: courgette/courgette.gyp |
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp |
index 788d4ea317fbe8e77329fd1bf3aa5afaf8b297f5..3983f19e8579f05f88634c23086d9c7ff6f5a5d5 100644 |
--- a/courgette/courgette.gyp |
+++ b/courgette/courgette.gyp |
@@ -131,17 +131,6 @@ |
'../base/base.gyp:test_support_base', |
'../testing/gtest.gyp:gtest', |
], |
- 'conditions': [ |
- [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
- 'conditions': [ |
- ['use_allocator!="none"', { |
- 'dependencies': [ |
- '../base/allocator/allocator.gyp:allocator', |
- ], |
- }], |
- ], |
- }], |
- ], |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [4267, ], |
}, |