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

Unified Diff: services/ui/BUILD.gn

Issue 2548423002: Hosting the discardable memory service in the mus process (Closed)
Patch Set: WIP 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 side-by-side diff with in-line comments
Download patch
Index: services/ui/BUILD.gn
diff --git a/services/ui/BUILD.gn b/services/ui/BUILD.gn
index 416f4750287eaead64fac46798ca1dcf1cb30c93..83e7fd9726a22d0c4146a59d5c0ba75ff10bde8b 100644
--- a/services/ui/BUILD.gn
+++ b/services/ui/BUILD.gn
@@ -84,6 +84,8 @@ source_set("lib") {
"//base",
"//cc",
"//cc/surfaces",
+ "//components/discardable_memory/public/interfaces",
+ "//components/discardable_memory/service",
"//mojo/common:common_base",
"//services/catalog/public/cpp",
"//services/catalog/public/interfaces:constants",

Powered by Google App Engine
This is Rietveld 408576698