Index: url/url.gyp |
diff --git a/url/url.gyp b/url/url.gyp |
index a9990a6b08308b31e9ee7f37baaac4e43509ecc3..e9e7ff5ed0af74bb4191cae961a4a78119083538 100644 |
--- a/url/url.gyp |
+++ b/url/url.gyp |
@@ -55,15 +55,6 @@ |
'url_test_utils.h', |
'url_util_unittest.cc', |
], |
- 'conditions': [ |
- ['os_posix==1 and OS!="mac" and OS!="ios" and use_allocator!="none"', |
- { |
- 'dependencies': [ |
- '../base/allocator/allocator.gyp:allocator', |
- ], |
- } |
- ], |
- ], |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [4267, ], |
}, |