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

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

Issue 1142123002: Remove swapped-out usage in --site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DisownOpener. Created 5 years, 6 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
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 "+media/base", # For media command line switches. 3 "+media/base", # For media command line switches.
4 "+media/audio/audio_util.h", # For audio hardware sample-rate. 4 "+media/audio/audio_util.h", # For audio hardware sample-rate.
5 "+third_party/zlib", 5 "+third_party/zlib",
6 "+third_party/libyuv", 6 "+third_party/libyuv",
7 7
8 # The renderer_host files should only call upwards in the layering via the 8 # The renderer_host files should only call upwards in the layering via the
9 # delegate interfaces. 9 # delegate interfaces.
10 "-content/browser/frame_host", 10 "-content/browser/frame_host",
(...skipping 26 matching lines...) Expand all
37 "+content/public/browser/web_contents.h", 37 "+content/public/browser/web_contents.h",
38 ], 38 ],
39 "ime_adapter_android\.cc": [ 39 "ime_adapter_android\.cc": [
40 "+content/browser/frame_host", 40 "+content/browser/frame_host",
41 "+content/public/browser/web_contents.h", 41 "+content/public/browser/web_contents.h",
42 ], 42 ],
43 # TODO(nasko): Remove these exceptions once we've untangled the dependency 43 # TODO(nasko): Remove these exceptions once we've untangled the dependency
44 # of RenderViewHost on the FrameTree. 44 # of RenderViewHost on the FrameTree.
45 "render_view_host_impl\.(cc|h)": [ 45 "render_view_host_impl\.(cc|h)": [
46 "+content/browser/frame_host/frame_tree.h", 46 "+content/browser/frame_host/frame_tree.h",
47 "+content/browser/frame_host/render_frame_proxy_host.h",
47 ], 48 ],
48 "render_widget_host_view_aura\.cc": [ 49 "render_widget_host_view_aura\.cc": [
49 "+content/browser/frame_host", 50 "+content/browser/frame_host",
50 ], 51 ],
51 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698