summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/omnibox/DEPS
blob: 091b7f82e11f7ab4cdd64f13d41361626a6c8976 (plain)
1
2
3
4
5
6
7
8
specific_include_rules = {
  # OmniboxEditModel can't use WebContents, since it is used by iOS.
  # If WebContents functionality is needed, add it to
  # OmniboxCurrentPageDelegateImpl.
 'omnibox_edit_model\.': [
   "-content/public/browser/web_contents.h",
  ],
}