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

Side by Side Diff: ui/aura/DEPS

Issue 2445163002: Make aura work with mus (Closed)
Patch Set: dep Created 4 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
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/mus/in_flight_change.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/surfaces",
danakj 2016/10/26 20:37:25 If it's just for surface_id.h then maybe specify i
3 "+mojo/common",
4 "+mojo/public/cpp/bindings",
5 "+services/service_manager/public/cpp",
6 "+services/service_manager/public/interfaces",
7 "+services/ui/public/interfaces",
2 "+skia/ext", 8 "+skia/ext",
3 "+third_party/skia", 9 "+third_party/skia",
4 "+ui/base", 10 "+ui/base",
5 "+ui/compositor", 11 "+ui/compositor",
6 "+ui/display", 12 "+ui/display",
7 "+ui/events", 13 "+ui/events",
8 "+ui/gfx", 14 "+ui/gfx",
9 "+ui/metro_viewer", # TODO(beng): investigate moving remote_root_window_host 15 "+ui/metro_viewer", # TODO(beng): investigate moving remote_root_window_host
10 # to ui/metro_viewer. 16 # to ui/metro_viewer.
11 "+ui/ozone/public", 17 "+ui/ozone/public",
12 "+ui/platform_window", 18 "+ui/platform_window",
13 "+ui/wm/public", 19 "+ui/wm/public",
14 ] 20 ]
15 21
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/mus/in_flight_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698