Chromium Code Reviews
Descriptionbase: Fix gn check errors on base/allocator.
Fix a bunch of errors like:
ERROR at //third_party/tcmalloc/chromium/src/base/abort.cc:7:11: Include
not allowed.
^----------------
It is not in any dependency of //base/allocator:tcmalloc
The include file is in the target(s): //base:base
which should somehow be reachable from //base/allocator:tcmalloc
After this, //base/* is `gn check` clean.
BUG=None
TEST=out/Debug/gn check out_gn/Debug //base/*
R=brettw@chromium.org
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|
|||||||||||||||||||