1 include_rules = [ 2 # Remove DEPS allowed by ui/base 3 "-grit", 4 "-jni", 5 "-net", 6 "-skia", 7 "-third_party", 8 "-ui", 9 10 "+ui/events", 11 ] 12