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

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

Issue 155071: Do some refactoring of renderer_host.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
(Empty)
1 include_rules = [
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,
4 # you should call upward through the RenderViewHostDelegate interface. If
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 #
8 # If somebody adds an include and you're fixing the build, please revert them
9 # instead of commenting out this rule.
10 "-chrome/browser/tab_contents",
11 ]
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698