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

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

Issue 2150783003: Add memory pressure dispatching callback to MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mc-3-client
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
« no previous file with comments | « components/components_tests.gyp ('k') | components/memory_coordinator/browser/memory_coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_coordinator/browser/BUILD.gn
diff --git a/components/memory_coordinator/browser/BUILD.gn b/components/memory_coordinator/browser/BUILD.gn
index 836ef4b412aa01ca1860f86de3d0ebe8d97a7999..0afa65eb2142794517d5a8f7444f57fbd15b1538 100644
--- a/components/memory_coordinator/browser/BUILD.gn
+++ b/components/memory_coordinator/browser/BUILD.gn
@@ -17,3 +17,16 @@ static_library("browser") {
"//components/memory_coordinator/common",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+
+ sources = [
+ "memory_coordinator_unittest.cc",
+ ]
+
+ deps = [
+ ":browser",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/components_tests.gyp ('k') | components/memory_coordinator/browser/memory_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698