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

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

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/views/mus/BUILD.gn ('k') | ui/views/mus/clipboard_mus.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", 2 "+cc",
3 "-cc/blink", 3 "-cc/blink",
4 "+components/font_service/public", 4 "+components/font_service/public",
5 "+components/bitmap_uploader", 5 "+components/bitmap_uploader",
6 "+components/gpu", 6 "+components/gpu",
7 "+components/mus",
8 "+mojo/cc", 7 "+mojo/cc",
9 "+mojo/common", 8 "+mojo/common",
10 "+mojo/converters", 9 "+mojo/converters",
11 "+mojo/public", 10 "+mojo/public",
12 "+services/catalog/public", 11 "+services/catalog/public",
13 "+services/shell/public", 12 "+services/shell/public",
13 "+services/ui",
14 "+skia", 14 "+skia",
15 "+ui/aura", 15 "+ui/aura",
16 "+ui/base", 16 "+ui/base",
17 "+ui/compositor", 17 "+ui/compositor",
18 "+ui/events", 18 "+ui/events",
19 "+ui/gfx", 19 "+ui/gfx",
20 "+ui/gl", 20 "+ui/gl",
21 "+ui/mojo/display", 21 "+ui/mojo/display",
22 "+ui/mojo/ime", 22 "+ui/mojo/ime",
23 "+ui/platform_window", 23 "+ui/platform_window",
24 "+ui/wm", 24 "+ui/wm",
25 ] 25 ]
26 26
27 specific_include_rules = { 27 specific_include_rules = {
28 "views_mus_test_suite.cc": [ 28 "views_mus_test_suite.cc": [
29 "+services/shell/background", 29 "+services/shell/background",
30 ], 30 ],
31 } 31 }
OLDNEW
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/clipboard_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698