blob: 392d0124c995380926b8deb874fd29ffbd80ec44 (
plain)
1
2
3
4
5
6
7
8
|
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',
'+build',
]
|