Index: printing/printing.gyp |
diff --git a/printing/printing.gyp b/printing/printing.gyp |
index d1ca4b992aeae6367a62064a1101e0aeb52d2bbe..6e5c06d63c5e2d0512cddbca697ad0aed1e71333 100644 |
--- a/printing/printing.gyp |
+++ b/printing/printing.gyp |
@@ -248,15 +248,6 @@ |
'backend/cups_helper_unittest.cc', |
], |
}], |
- [ '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, ], |