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

Side by Side Diff: chrome/browser/renderer_host/DEPS

Issue 7373004: Move the save file code from chrome to content. This is just a file move so the DEPS in content\b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # DO NOT ALLOW tab_contents INCLUDES FROM THIS DIRECTORY! The renderer_host 2 # DO NOT ALLOW tab_contents INCLUDES FROM THIS DIRECTORY! The renderer_host
3 # layer should be usable in contexts other than inside TabContents. Instead, 3 # layer should be usable in contexts other than inside TabContents. Instead,
4 # you should call upward through the RenderViewHostDelegate interface. If 4 # you should call upward through the RenderViewHostDelegate interface.
5 # your test needs some TabContents code, you can put it in renderer_host/test
6 # which can include more stuff for testing purposes.
7 # 5 #
8 # If somebody adds an include and you're fixing the build, please revert them 6 # If somebody adds an include and you're fixing the build, please revert them
9 # instead of commenting out this rule. 7 # instead of commenting out this rule.
10 "-chrome/browser/tab_contents", 8 "-chrome/browser/tab_contents",
11 ] 9 ]
12 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698