diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 23:27:46 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 23:27:46 +0000 |
commit | 43678104cbdb63010f0cc7ece1ab1b282999c96f (patch) | |
tree | 558bbfffa05d8a8538cd188e4214ce6c3902409c /base/base.gypi | |
parent | ef81850bd5d8b86afc10fb7e171802fd5f136cd2 (diff) | |
download | chromium_src-43678104cbdb63010f0cc7ece1ab1b282999c96f.zip chromium_src-43678104cbdb63010f0cc7ece1ab1b282999c96f.tar.gz chromium_src-43678104cbdb63010f0cc7ece1ab1b282999c96f.tar.bz2 |
Add comments about what should and should not depend on 'allocator'
BUG=162998
Review URL: https://chromiumcodereview.appspot.com/11446023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi index 5febc5a..e59a484 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', |