summaryrefslogtreecommitdiffstats
path: root/chromium/base/util/memory_pressure/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/util/memory_pressure/BUILD.gn')
-rw-r--r--chromium/base/util/memory_pressure/BUILD.gn13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/base/util/memory_pressure/BUILD.gn b/chromium/base/util/memory_pressure/BUILD.gn
index 6065c9a7a4f..16bb4784b54 100644
--- a/chromium/base/util/memory_pressure/BUILD.gn
+++ b/chromium/base/util/memory_pressure/BUILD.gn
@@ -41,3 +41,16 @@ source_set("unittests") {
"//testing/gtest",
]
}
+
+static_library("test_support") {
+ testonly = true
+ sources = [
+ "fake_memory_pressure_monitor.cc",
+ "fake_memory_pressure_monitor.h",
+ ]
+
+ public_deps = [
+ ":memory_pressure",
+ "//base",
+ ]
+}