1 include_rules = [ 2 "+athena/activity/public", 3 "+athena/wm/public", 4 "+ui/aura", 5 "+ui/base", 6 ] 7 8 specific_include_rules = { 9 ".*_unittest.cc": [ 10 "+ui/gfx", 11 "+ui/views", 12 ], 13 # for unittests 14 "memory_pressure_notifier.h": [ 15 "+athena/athena_export.h", 16 ], 17 } 18