mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 00:06:09 +03:00
13 lines
334 B
Python
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',
|
|
]
|