naiveproxy/third_party/tcmalloc/DEPS

13 lines
334 B
Plaintext
Raw Permalink Normal View History

2018-08-15 01:19:20 +03:00
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',
]