Fix broken path in extensions/common/PRESUBMIT.py
[chromium-blink-merge.git] / content / browser / frame_host / DEPS
blobebd27f0627895e5140eae63e42de864d8eebaf0c
1 include_rules = [
2   "+content/public/renderer/isolated_world_ids.h",
3   # The frame_host files should only call upwards in the layering via the
4   # delegate interfaces.
5   "-content/browser/web_contents",
6   "-content/public/browser/web_contents.h",
7   "-content/public/browser/web_contents_delegate.h",
8   "-content/public/browser/web_contents_view.h",
11 specific_include_rules = {
12   ".*_(unit|browser)test\.cc": [
13     "+content/browser/web_contents",
14     "+content/public/browser/web_contents.h",
15     "+content/public/browser/web_contents_delegate.h",
16   ],
17   ".*interstitial_page_impl\.cc": [
18     # TODO(nasko): This should be removed once we remove
19     # WebContentsObserver as the method of telling interstitial pages to
20     # clean themselves up.
21     "+content/browser/web_contents",
22     "+content/public/browser/web_contents_delegate.h",
23   ],