include_rules = [
  # TODO(tfarina): Get rid of this dependency. crbug.com/125846.
  # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
  "!chrome/browser/ui/views/select_file_dialog_extension.h",
  # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
]

specific_include_rules = {
  # TODO(mash): http://crbug.com/646565.
  "input_method_api\.cc": [
    "+ash/shell.h",
  ],
}
