8 lines
205 B
Python
8 lines
205 B
Python
include_rules = [
|
|
# A lot of third_party code has been modified to use fxcrt.
|
|
'+core/fxcrt/fx_coordinates.h',
|
|
'+core/fxcrt/fx_memory.h',
|
|
'+core/fxcrt/fx_system.h',
|
|
'+core/fxcrt/unowned_ptr.h',
|
|
]
|