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

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

Issue 12319119: Fix layering violation in content\browser\renderer_host. That directory shouldn't be including web_… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/browser/renderer_host/media/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc/switches.h", # For cc command line switches. 2 "+cc/switches.h", # For cc command line switches.
3 "+content/renderer", # For single-process mode. 3 "+content/renderer", # For single-process mode.
4 "+media/base", # For media command line switches. 4 "+media/base", # For media command line switches.
5 "+media/audio/audio_util.h", # For audio hardware sample-rate. 5 "+media/audio/audio_util.h", # For audio hardware sample-rate.
6 "+third_party/zlib", 6 "+third_party/zlib",
7 "+third_party/libyuv", 7 "+third_party/libyuv",
8 8
9 # The renderer_host files should only call upwards in the layering via the 9 # The renderer_host files should only call upwards in the layering via the
10 # delegate interfaces. 10 # delegate interfaces.
11 "-content/browser/tab_contents", 11 "-content/browser/web_contents",
12 ] 12 ]
13
14 specific_include_rules = {
15 ".*_(unit|browser|api)test\.cc": [
16 "+content/browser/web_contents",
17 ],
18 }
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/browser/renderer_host/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698