naiveproxy/third_party/tcmalloc/DEPS
2018-12-09 21:59:24 -05:00

13 lines
334 B
Python

include_rules = [
'+base',
'+build',
'+gperftools',
'+tests',
'+../config.h',
# The auto-generated gperftools config.h file uses relative paths to
# include headers from the windows/ subfolder. Adding the relative paths
# to DEPS to minimize manual edits on future uprevs.
'+windows/mingw.h',
'+windows/port.h',
]