blob: 2bbcca16a9e105c75ed38800183e7e07ebc65dec [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361# Copyright 2019 The Chromium Authors
Ryan Powell30287d42019-08-15 15:48:322# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5source_set("memory_pressure") {
6 sources = [
Sebastien Marchandfcd25482021-05-03 16:19:467 "memory_pressure_level_reporter.cc",
8 "memory_pressure_level_reporter.h",
Ryan Powell30287d42019-08-15 15:48:32