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

Side by Side Diff: ui/aura/DEPS

Issue 2868473002: Implement aura::Window::CreateCompositorFrameSink() (Closed)
Patch Set: Address review issues Created 3 years, 7 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 | « ui/aura/BUILD.gn ('k') | ui/aura/env.cc » ('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/surfaces/surface_id.h", 2 "+cc/output",
3 "+cc/surfaces/surface_sequence.h", 3 "+cc/surfaces",
4 "+cc/surfaces/frame_sink_id.h",
5 "+mojo/common", 4 "+mojo/common",
6 "+mojo/public/cpp/bindings", 5 "+mojo/public/cpp/bindings",
7 "+net/base/filename_util.h", 6 "+net/base/filename_util.h",
8 "+services/service_manager/public/cpp", 7 "+services/service_manager/public/cpp",
9 "+services/service_manager/public/interfaces", 8 "+services/service_manager/public/interfaces",
10 "+services/ui/public/interfaces", 9 "+services/ui/public/interfaces",
11 "+skia/ext", 10 "+skia/ext",
12 "+third_party/skia", 11 "+third_party/skia",
13 "+ui/base", 12 "+ui/base",
14 "+ui/compositor", 13 "+ui/compositor",
15 "+ui/display", 14 "+ui/display",
16 "+ui/events", 15 "+ui/events",
17 "+ui/gfx", 16 "+ui/gfx",
18 "+ui/metro_viewer", # TODO(beng): investigate moving remote_root_window_host 17 "+ui/metro_viewer", # TODO(beng): investigate moving remote_root_window_host
19 # to ui/metro_viewer. 18 # to ui/metro_viewer.
20 "+ui/ozone/public", 19 "+ui/ozone/public",
21 "+ui/platform_window", 20 "+ui/platform_window",
22 "+ui/wm/public", 21 "+ui/wm/public",
23 ] 22 ]
24 23
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/env.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698