1 include_rules = [ 2 "+athena/activity/public", 3 "+athena/content/public", 4 "+athena/home/public", 5 "+athena/input/public", 6 "+athena/screen/public", 7 "+athena/task/public", 8 "+athena/virtual_keyboard/public", 9 "+athena/wm/public", 10 "+content/public", 11 "+ui/aura", 12 "+ui/app_list", 13 "+ui/base", 14 "+ui/compositor", 15 "+ui/events", 16 "+ui/gl", 17 "+ui/wm/core", 18 ] 19 20 specific_include_rules = { 21 "athena_main\.cc": [ 22 "+apps/shell/app", 23 "+apps/shell/browser", 24 "+apps/shell/renderer", 25 "+content/public/app", 26 ], 27 "athena_app_window_controller\.*": [ 28 "+apps/shell/browser", 29 ], 30 "athena_shell\.cc": [ 31 "+athena/test", 32 ], 33 # TODO(oshima): Remove this. 34 "placeholder\.*": [ 35 "+third_party/skia", 36 "+ui/gfx", 37 "+ui/views", 38 ], 39 } 40 41