summaryrefslogtreecommitdiffstats
path: root/base/allocator/allocator.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'base/allocator/allocator.gyp')
-rw-r--r--base/allocator/allocator.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 821289f..f5bda73 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -9,6 +9,9 @@
'use_vtable_verify%': 0,
},
'targets': [
+ # Only executables and not libraries should depend on the
+ # allocator target; only the application (the final executable)
+ # knows what allocator makes sense.
{
'target_name': 'allocator',
'type': 'static_library',