| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 5febc5a8f45ed3782abbb459934d7ea53942748a..e59a4840f99667391b154618b51ef0ef11a9cd20 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -107,6 +107,9 @@
|
| 'debug/debugger.h',
|
| 'debug/debugger_posix.cc',
|
| 'debug/debugger_win.cc',
|
| + # This file depends on files from the 'allocator' target,
|
| + # but this target does not depend on 'allocator' (see
|
| + # allocator.gyp for details).
|
| 'debug/leak_annotations.h',
|
| 'debug/leak_tracker.h',
|
| 'debug/profiler.cc',
|
|
|