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

Unified Diff: components/memory_coordinator/common/BUILD.gn

Issue 2094583002: Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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: components/memory_coordinator/common/BUILD.gn
diff --git a/components/memory_coordinator/common/BUILD.gn b/components/memory_coordinator/common/BUILD.gn
index 950b137bda542075983ebf5e7355b2bf0900529c..a2c0f5e59b4c15e60b6a4cfa53d6bcb671698592 100644
--- a/components/memory_coordinator/common/BUILD.gn
+++ b/components/memory_coordinator/common/BUILD.gn
@@ -5,6 +5,12 @@
source_set("common") {
sources = [
"memory_coordinator_client.h",
+ "memory_coordinator_features.cc",
+ "memory_coordinator_features.h",
+ ]
+
+ deps = [
+ "//base",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698