Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: content/browser/frame_host/DEPS

Issue 49823002: Move navigation and frame tree classes to a new frame_host/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing gyp and adding TODO. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/browser_url_handler_impl.cc ('k') | content/browser/frame_host/debug_urls.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 # The frame_host files should only call upwards in the layering via the
3 # delegate interfaces.
4 "-content/browser/web_contents",
5 "-content/public/browser/web_contents.h",
6 "-content/public/browser/web_contents_delegate.h",
7 "-content/public/browser/web_contents_view.h",
8 ]
9
10 specific_include_rules = {
11 ".*_(unit|browser)test\.cc": [
12 "+content/browser/web_contents",
13 "+content/public/browser/web_contents_delegate.h",
14 ],
15 ".*interstitial_page_impl\.cc": [
16 # TODO(nasko): This should be removed once we remove
17 # WebContentsObserver as the method of telling interstitial pages to
18 # clean themselves up.
19 "+content/browser/web_contents",
20 "+content/public/browser/web_contents_delegate.h",
21 ],
22 }
OLDNEW
« no previous file with comments | « content/browser/browser_url_handler_impl.cc ('k') | content/browser/frame_host/debug_urls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698