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

Side by Side Diff: components/viz/host/DEPS

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Address Rob's comments Created 3 years, 4 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
« no previous file with comments | « no previous file | components/viz/host/host_frame_sink_manager.h » ('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/ipc", 2 "+cc/ipc",
3 "-components/viz/common/switches.h", 3 "-components/viz/common/switches.h",
4 "+components/viz/host", 4 "+components/viz/host",
5 "+gpu/command_buffer/client", 5 "+gpu/command_buffer/client",
6 "+gpu/command_buffer/common", 6 "+gpu/command_buffer/common",
7 "+gpu/ipc/client", 7 "+gpu/ipc/client",
8 "+gpu/ipc/common", 8 "+gpu/ipc/common",
9 "+gpu/ipc/host", 9 "+gpu/ipc/host",
10 "+mojo/public/cpp/bindings", 10 "+mojo/public/cpp/bindings",
11 "+services/ui/gpu/interfaces", 11 "+services/ui/gpu/interfaces",
12 "+services/viz/compositing/privileged/interfaces", 12 "+services/viz/compositing/privileged/interfaces",
13 "+services/viz/public/interfaces/compositing", 13 "+services/viz/public/interfaces/compositing",
14 "+services/viz/public/interfaces/hit_test",
14 "+ui/gfx", 15 "+ui/gfx",
15 ] 16 ]
16 17
17 specific_include_rules = { 18 specific_include_rules = {
18 "host_frame_sink_manager*": [ 19 "host_frame_sink_manager*": [
19 "+components/viz/service/frame_sinks/compositor_frame_sink_support.h", 20 "+components/viz/service/frame_sinks/compositor_frame_sink_support.h",
20 "+components/viz/service/frame_sinks/compositor_frame_sink_support_client.h" , 21 "+components/viz/service/frame_sinks/compositor_frame_sink_support_client.h" ,
21 "+components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h ", 22 "+components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h ",
22 "+components/viz/service/frame_sinks/frame_sink_manager_impl.h", 23 "+components/viz/service/frame_sinks/frame_sink_manager_impl.h",
23 "+components/viz/service/surfaces/surface_manager.h", 24 "+components/viz/service/surfaces/surface_manager.h",
24 ] 25 ]
25 } 26 }
OLDNEW
« no previous file with comments | « no previous file | components/viz/host/host_frame_sink_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698