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

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

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: update model, functionally correct locally Created 5 years, 1 month 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 12 matching lines...) Expand all
23 "+media/blink", 23 "+media/blink",
24 ], 24 ],
25 "sandbox_ipc_linux\.cc": [ 25 "sandbox_ipc_linux\.cc": [
26 "+third_party/WebKit/public/platform/linux/WebFontInfo.h", 26 "+third_party/WebKit/public/platform/linux/WebFontInfo.h",
27 "+third_party/WebKit/public/web/WebKit.h", 27 "+third_party/WebKit/public/web/WebKit.h",
28 ], 28 ],
29 "sandbox_ipc_linux\.h": [ 29 "sandbox_ipc_linux\.h": [
30 "+content/child/blink_platform_impl.h", 30 "+content/child/blink_platform_impl.h",
31 ], 31 ],
32 "render_process_host_impl\.cc": [ 32 "render_process_host_impl\.cc": [
33 "+components/dom_distiller/core/dom_distiller_switches.h",
34 "+components/tracing/tracing_switches.h",
33 "+content/browser/frame_host/render_frame_message_filter.h", 35 "+content/browser/frame_host/render_frame_message_filter.h",
34 ], 36 ],
35 "render_widget_host_view_mac\.mm": [ 37 "render_widget_host_view_mac\.mm": [
36 "+content/browser/frame_host", 38 "+content/browser/frame_host",
37 "+content/public/browser/web_contents.h", 39 "+content/public/browser/web_contents.h",
38 ], 40 ],
39 "ime_adapter_android\.cc": [ 41 "ime_adapter_android\.cc": [
40 "+content/browser/frame_host", 42 "+content/browser/frame_host",
41 "+content/public/browser/web_contents.h", 43 "+content/public/browser/web_contents.h",
42 ], 44 ],
43 # TODO(nasko): Remove these exceptions once we've untangled the dependency 45 # TODO(nasko): Remove these exceptions once we've untangled the dependency
44 # of RenderViewHost on the FrameTree. 46 # of RenderViewHost on the FrameTree.
45 "render_view_host_impl\.(cc|h)": [ 47 "render_view_host_impl\.(cc|h)": [
46 "+content/browser/frame_host/frame_tree.h", 48 "+content/browser/frame_host/frame_tree.h",
47 ], 49 ],
48 "render_widget_host_view_aura\.cc": [ 50 "render_widget_host_view_aura\.cc": [
49 "+content/browser/frame_host", 51 "+content/browser/frame_host",
50 ], 52 ],
51 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698