1include_rules = [
2  "+ui/base/dragdrop/drag_drop_types.h",
3]
4
5specific_include_rules = {
6  "drag_drop_client.h": [
7    "+ui/base/dragdrop/drag_drop_types.h",
8  ],
9}
10