Home | History | Annotate | Download | only in omnibox
      1 specific_include_rules = {
      2   # OmniboxEditModel can't use WebContents, since it is used by iOS.
      3   # If WebContents functionality is needed, add it to
      4   # OmniboxCurrentPageDelegateImpl.
      5  'omnibox_edit_model\.': [
      6    "-content/public/browser/web_contents.h",
      7   ],
      8 }
      9