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

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

Issue 2548423002: Hosting the discardable memory service in the mus process (Closed)
Patch Set: Rebase Created 4 years 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/mus_client.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/discardable_memory/client",
4 "+components/font_service/public", 5 "+components/font_service/public",
5 "+components/gpu", 6 "+components/gpu",
6 "+mojo/cc", 7 "+mojo/cc",
7 "+mojo/common", 8 "+mojo/common",
8 "+mojo/converters", 9 "+mojo/converters",
9 "+mojo/public", 10 "+mojo/public",
10 "+services/catalog/public", 11 "+services/catalog/public",
11 "+services/service_manager/public", 12 "+services/service_manager/public",
12 "+services/ui", 13 "+services/ui",
13 "+skia", 14 "+skia",
(...skipping 10 matching lines...) Expand all
24 ] 25 ]
25 26
26 specific_include_rules = { 27 specific_include_rules = {
27 "views_mus_test_suite.cc": [ 28 "views_mus_test_suite.cc": [
28 "+services/service_manager/background", 29 "+services/service_manager/background",
29 ], 30 ],
30 "views_aura_mus_test_suite.cc": [ 31 "views_aura_mus_test_suite.cc": [
31 "+services/service_manager/background", 32 "+services/service_manager/background",
32 ], 33 ],
33 } 34 }
OLDNEW
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/mus_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698