blob: c2a3adde7b81a22ef790ace27e774ea111cd1167 (
plain)
1
2
3
4
5
6
7
|
include_rules = [
# A lot of third_party code has been modified to use fxcrt.
'+core/fxcrt/fx_basic.h',
'+core/fxcrt/fx_coordinates.h',
'+core/fxcrt/fx_memory.h',
'+core/fxcrt/fx_system.h',
]
|