Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 11a5c56891432b932abb2c6ea2bbf87e8a29791f..77a5264b19724bbe78414ca14c7432ce38073c50 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1074,6 +1074,11 @@ |
'../testing/android/native_test.gyp:native_test_native_code', |
], |
}], |
+ ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', { |
+ 'dependencies': [ |
+ '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
+ ], |
+ }], |
], |
}, |
{ |
@@ -1452,6 +1457,11 @@ |
'../third_party/mesa/mesa.gyp:osmesa', |
], |
}], |
+ ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', { |
+ 'dependencies': [ |
+ '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
+ ], |
+ }], |
], |
}, |
{ |
@@ -1474,6 +1484,13 @@ |
'sources': [ |
'common/gpu/client/gl_helper_benchmark.cc', |
], |
+ 'conditions': [ |
+ ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', { |
+ 'dependencies': [ |
+ '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
+ ], |
+ }], |
+ ], |
}, |
], |
}], |