| Index: base/memory/BUILD.gn
|
| diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
|
| index 8b13c7ac9db9b9518c6d2406774504bae69b07e0..d7a11905b2c06f0fb9ecba24b20c6f0ac65e8a4f 100644
|
| --- a/base/memory/BUILD.gn
|
| +++ b/base/memory/BUILD.gn
|
| @@ -18,6 +18,12 @@ source_set("memory") {
|
| "memory_pressure_listener.h",
|
| "memory_pressure_monitor.cc",
|
| "memory_pressure_monitor.h",
|
| + "memory_pressure_monitor_chromeos.cc",
|
| + "memory_pressure_monitor_chromeos.h",
|
| + "memory_pressure_monitor_mac.h",
|
| + "memory_pressure_monitor_mac.h",
|
| + "memory_pressure_monitor_win.cc",
|
| + "memory_pressure_monitor_win.cc",
|
| "raw_scoped_refptr_mismatch_checker.h",
|
| "ref_counted.cc",
|
| "ref_counted.h",
|
|
|