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

Side by Side Diff: ui/views/mus/DEPS

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/surface_binding.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", 2 "+cc",
3 "-cc/blink", 3 "-cc/blink",
4 "+components/font_service/public", 4 "+components/font_service/public",
5 "+components/gpu", 5 "+components/gpu",
6 "+components/mus", 6 "+components/mus",
7 "+components/resource_provider", 7 "+components/resource_provider",
8 "+mojo/application/public", 8 "+mojo/application/public",
9 "+mojo/cc", 9 "+mojo/cc",
10 "+mojo/converters", 10 "+mojo/converters",
11 "+mojo/public", 11 "+mojo/public",
12 "+skia", 12 "+skia",
13 "+third_party/mojo/src/mojo/public",
14 "+ui/aura", 13 "+ui/aura",
15 "+ui/base", 14 "+ui/base",
16 "+ui/compositor", 15 "+ui/compositor",
17 "+ui/events", 16 "+ui/events",
18 "+ui/gfx", 17 "+ui/gfx",
19 "+ui/gl", 18 "+ui/gl",
20 "+ui/mojo/ime", 19 "+ui/mojo/ime",
21 "+ui/mojo/init", 20 "+ui/mojo/init",
22 "+ui/platform_window", 21 "+ui/platform_window",
23 "+ui/wm", 22 "+ui/wm",
24 ] 23 ]
OLDNEW
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/surface_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698