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

Unified Diff: ash/mus/DEPS

Issue 2741063002: Setup DiscardableMemory in the ash process (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: ash/mus/DEPS
diff --git a/ash/mus/DEPS b/ash/mus/DEPS
index b508aea64507d54f5cb7c9357c88f19e0a449c71..f8ae2fcaddd550d32dab88fe836c0d349b4d89d9 100644
--- a/ash/mus/DEPS
+++ b/ash/mus/DEPS
@@ -1,6 +1,5 @@
include_rules = [
- "+services/ui/common",
- "+services/ui/public",
+ "+components/discardable_memory/client",
"+grit/ash_mus_resources.h",
"+mash/public/interfaces",
"+mash/shelf/public",
@@ -9,6 +8,8 @@ include_rules = [
"+services/catalog/public",
"+services/service_manager/public",
"+services/tracing/public",
+ "+services/ui/common",
+ "+services/ui/public",
]
# Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
# before adding items here. http://crbug.com/615155

Powered by Google App Engine
This is Rietveld 408576698