1include_rules = [ 2 '+partition_alloc', 3 '+third_party/icu', 4] 5 6specific_include_rules = { 7 'fx_string.cpp': [ 8 '+third_party/fast_float/src/include/fast_float/fast_float.h', 9 ], 10} 11