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

Unified Diff: base/memory/BUILD.gn

Issue 1149223002: Avoid basename conflict from memory_pressure_monitor.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: includes Created 5 years, 7 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 | « base/mac/memory_pressure_monitor_unittest.cc ('k') | base/memory/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « base/mac/memory_pressure_monitor_unittest.cc ('k') | base/memory/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698