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

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

Issue 2946113002: Use FrameIsAd to decide whether to isolate a frame in TopDocumentIsolation mode. (Closed)
Patch Set: Doh... need to also change s/Default/Unspecified/ in chrome_content_browser_client.cc Created 3 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
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 "+components/viz/common", 3 "+components/viz/common",
4 "+components/viz/host", 4 "+components/viz/host",
5 "+components/viz/service", 5 "+components/viz/service",
6 "+components/variations",
7 "+services/ui/public", 6 "+services/ui/public",
8 "+third_party/zlib", 7 "+third_party/zlib",
9 "+ui/latency", 8 "+ui/latency",
10 9
11 # The renderer_host files should only call upwards in the layering via the 10 # The renderer_host files should only call upwards in the layering via the
12 # delegate interfaces. 11 # delegate interfaces.
13 "-content/browser/frame_host", 12 "-content/browser/frame_host",
14 "-content/browser/web_contents", 13 "-content/browser/web_contents",
15 "-content/public/browser/web_contents.h", 14 "-content/public/browser/web_contents.h",
16 "-content/public/browser/web_contents_delegate.h", 15 "-content/public/browser/web_contents_delegate.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 # when all inner WebContents are based on OOPIF structure (as opposed to 53 # when all inner WebContents are based on OOPIF structure (as opposed to
55 # BrowserPlugin). 54 # BrowserPlugin).
56 "render_widget_host_input_event_router.cc": [ 55 "render_widget_host_input_event_router.cc": [
57 "+content/browser/frame_host/render_widget_host_view_child_frame.h", 56 "+content/browser/frame_host/render_widget_host_view_child_frame.h",
58 "+content/browser/frame_host/render_widget_host_view_guest.h", 57 "+content/browser/frame_host/render_widget_host_view_guest.h",
59 ], 58 ],
60 "touch_selection_controller_client_child_frame\.cc": [ 59 "touch_selection_controller_client_child_frame\.cc": [
61 "+content/browser/frame_host/render_widget_host_view_child_frame.h", 60 "+content/browser/frame_host/render_widget_host_view_child_frame.h",
62 ], 61 ],
63 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698