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

Unified Diff: base/BUILD.gn

Issue 1045433002: Migrate ChromeOS to base::MemoryPressureMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 8 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 | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 74889d5158ecec92797c9b0a00549f538cf3541d..66c455aa2cb2dcb3eed180875813c44328fc0371 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -163,8 +163,8 @@ component("base") {
"callback_internal.cc",
"callback_internal.h",
"cancelable_callback.h",
- "chromeos/memory_pressure_observer_chromeos.cc",
- "chromeos/memory_pressure_observer_chromeos.h",
+ "chromeos/memory_pressure_monitor_chromeos.cc",
+ "chromeos/memory_pressure_monitor_chromeos.h",
"command_line.cc",
"command_line.h",
"compiler_specific.h",
@@ -1095,7 +1095,7 @@ test("base_unittests") {
"callback_unittest.cc",
"callback_unittest.nc",
"cancelable_callback_unittest.cc",
- "chromeos/memory_pressure_observer_chromeos_unittest.cc",
+ "chromeos/memory_pressure_monitor_chromeos_unittest.cc",
"command_line_unittest.cc",
"containers/adapters_unittest.cc",
"containers/hash_tables_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698