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

Unified Diff: base/base.gyp

Issue 1181263005: Make task manager memory data more efficient and meaningful. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include 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/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 4c3314ea89bbf579426b6afc7c65976be0bcf155..3b73145ec4f9f6492eff43295368e9455e6469b1 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -162,6 +162,7 @@
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'pdh.lib',
],
},
},
@@ -577,6 +578,7 @@
'process/memory_unittest.cc',
'process/memory_unittest_mac.h',
'process/memory_unittest_mac.mm',
+ 'process/private_working_set_snapshot_win_unittest.cc',
'process/process_metrics_unittest.cc',
'process/process_metrics_unittest_ios.cc',
'process/process_unittest.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/process/private_working_set_snapshot.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698