summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-14 23:41:28 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-14 23:41:28 +0000
commit0ffaa48416edf9bbb6a1ccac8df6aa4eec6255aa (patch)
treecc653d2995ebd5174e7308d976d3625d49fc05e2 /chrome/browser/renderer_host/DEPS
parentae57efd76a9bf4bb4d01b009e38d7f7c9b2f9e00 (diff)
downloadchromium_src-0ffaa48416edf9bbb6a1ccac8df6aa4eec6255aa.zip
chromium_src-0ffaa48416edf9bbb6a1ccac8df6aa4eec6255aa.tar.gz
chromium_src-0ffaa48416edf9bbb6a1ccac8df6aa4eec6255aa.tar.bz2
Move the save file code from chrome to content. This is just a file move so the DEPS in content\browser\download is very permissive for now. The one exception is save_package.cc, where I had to split off the usage of SelectFileDialog because the code depended on grit which can't be used in content (circular dependencies in gyp).
TBR=rdsmith BUG=82782 Review URL: http://codereview.chromium.org/7373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/renderer_host/DEPS')
-rw-r--r--chrome/browser/renderer_host/DEPS4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/renderer_host/DEPS b/chrome/browser/renderer_host/DEPS
index 1c0609d5..549ec50 100644
--- a/chrome/browser/renderer_host/DEPS
+++ b/chrome/browser/renderer_host/DEPS
@@ -1,9 +1,7 @@
include_rules = [
# DO NOT ALLOW tab_contents INCLUDES FROM THIS DIRECTORY! The renderer_host
# layer should be usable in contexts other than inside TabContents. Instead,
- # you should call upward through the RenderViewHostDelegate interface. If
- # your test needs some TabContents code, you can put it in renderer_host/test
- # which can include more stuff for testing purposes.
+ # you should call upward through the RenderViewHostDelegate interface.
#
# If somebody adds an include and you're fixing the build, please revert them
# instead of commenting out this rule.