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

Unified 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: Created 7 years, 2 months 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/DEPS
diff --git a/content/browser/frame_host/DEPS b/content/browser/frame_host/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..815897a4e2680002279b92ac37b4ce51aef8e311
--- /dev/null
+++ b/content/browser/frame_host/DEPS
@@ -0,0 +1,27 @@
+include_rules = [
+ # The frame_host files should only call upwards in the layering via the
+ # delegate interfaces.
+ "-content/browser/web_contents",
+ "-content/public/browser/web_contents.h",
+ "-content/public/browser/web_contents_delegate.h",
+ "-content/public/browser/web_contents_view.h",
+]
+
jam 2013/10/29 01:26:00 nit: extra blank line
nasko 2013/10/29 13:19:54 Done.
+
+specific_include_rules = {
+ ".*_(unit|browser)test\.cc": [
+ # TODO(nasko): navigation_controller_impl_unitttests needs this,
+ # investigate how to remove it.
jam 2013/10/29 01:26:00 nit: it's ok if tests depend on other layers, we h
nasko 2013/10/29 13:19:54 Done.
+ "+content/browser/web_contents",
+ "+content/browser/web_contents/web_contents_impl",
jam 2013/10/29 01:26:00 nit: this isn't necessary given the line above?
nasko 2013/10/29 13:19:54 Done.
+ "+content/public/browser/web_contents_delegate.h",
+ ],
+ ".*interstitial_page_impl\.cc": [
+ # TODO(nasko): This should be removed once we remove
+ # WebContentsObserver as the method of telling interstitial pages to
+ # clean themselves up.
+ "+content/browser/web_contents",
+ "+content/browser/web_contents/web_contents_impl",
jam 2013/10/29 01:26:00 ditto
nasko 2013/10/29 13:19:54 Done.
+ "+content/public/browser/web_contents_delegate.h",
+ ],
+}
« 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