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

Unified Diff: base/process/BUILD.gn

Issue 1181263005: Make task manager memory data more efficient and meaningful. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduced PdhGetFormattedCounterArray calls and now presubmit clean Created 5 years, 6 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
Index: base/process/BUILD.gn
diff --git a/base/process/BUILD.gn b/base/process/BUILD.gn
index 3978b2e58cf88c7be92ac7e6a614e1dd469d1d43..39aeac67a665942e8b17ee0d3ff84c9f76affdbb 100644
--- a/base/process/BUILD.gn
+++ b/base/process/BUILD.gn
@@ -22,6 +22,8 @@ source_set("process") {
"memory_linux.cc",
"memory_mac.mm",
"memory_win.cc",
+ "private_working_set_snapshot.h",
+ "private_working_set_snapshot_win.cc",
"process.h",
"process_handle_freebsd.cc",
"process_handle_linux.cc",

Powered by Google App Engine
This is Rietveld 408576698