Index: ui/keyboard/keyboard.gyp |
diff --git a/ui/keyboard/keyboard.gyp b/ui/keyboard/keyboard.gyp |
index 96fc1fdfa679fddc83e3d8a00d0322b5306b7339..38d12a008a48111bcdce67580bbf7374d163cce8 100644 |
--- a/ui/keyboard/keyboard.gyp |
+++ b/ui/keyboard/keyboard.gyp |
@@ -149,21 +149,6 @@ |
'keyboard_util_unittest.cc', |
'test/run_all_unittests.cc', |
], |
- 'conditions': [ |
- ['OS=="linux" and use_allocator!="none"', { |
- 'dependencies': [ |
- '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
- ], |
- 'link_settings': { |
- 'ldflags': ['-rdynamic'], |
- }, |
- }], |
- ['OS=="win" and win_use_allocator_shim==1', { |
- 'dependencies': [ |
- '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
- ], |
- }], |
- ], |
}, |
], |
} |