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

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

Issue 2741063002: Setup DiscardableMemory in the ash process (Closed)
Patch Set: Rebase Created 3 years, 9 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/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",
5 "+components/font_service/public", 4 "+components/font_service/public",
6 "+components/gpu", 5 "+components/gpu",
7 "+mojo/cc", 6 "+mojo/cc",
8 "+mojo/common", 7 "+mojo/common",
9 "+mojo/converters", 8 "+mojo/converters",
10 "+mojo/edk/embedder", 9 "+mojo/edk/embedder",
11 "+mojo/public", 10 "+mojo/public",
12 "+services/catalog", 11 "+services/catalog",
13 "+services/service_manager/public", 12 "+services/service_manager/public",
14 "+services/ui", 13 "+services/ui",
(...skipping 11 matching lines...) Expand all
26 ] 25 ]
27 26
28 specific_include_rules = { 27 specific_include_rules = {
29 "views_mus_test_suite.cc": [ 28 "views_mus_test_suite.cc": [
30 "+services/service_manager/background", 29 "+services/service_manager/background",
31 ], 30 ],
32 "views_aura_mus_test_suite.cc": [ 31 "views_aura_mus_test_suite.cc": [
33 "+services/service_manager/background", 32 "+services/service_manager/background",
34 ], 33 ],
35 } 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