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

Unified Diff: ash/mus/BUILD.gn

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
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | ash/mus/window_manager_application.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 753e2bc9a3376ecf51ca93767e691bde174206d8..4ebefc933a77ddd7662d9666a6d29e104bb56052 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -71,6 +71,8 @@ source_set("lib") {
deps = [
"//chromeos",
"//chromeos:power_manager_proto",
+ "//components/discardable_memory/client",
+ "//components/discardable_memory/public/interfaces",
"//components/user_manager",
"//components/wallpaper",
"//device/bluetooth",
« no previous file with comments | « no previous file | ash/mus/DEPS » ('j') | ash/mus/window_manager_application.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698