1 include_rules = [ 2 "+apps/shell", 3 "+chromeos", 4 5 # Override apps/DEPS to be more selective about content includes. 6 "-content", 7 "+content/public/app", 8 "+content/public/browser", 9 "+content/public/common", 10 11 "+sandbox", 12 ] 13