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

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: 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/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 4c3314ea89bbf579426b6afc7c65976be0bcf155..a520da369e3e31b3d8890ecc4e81ed11e89137f1 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -157,11 +157,13 @@
'cfgmgr32.dll',
'powrprof.dll',
'setupapi.dll',
+ 'pdh.dll',
],
'AdditionalDependencies': [
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'pdh.lib',
],
},
},
@@ -173,11 +175,13 @@
'cfgmgr32.dll',
'powrprof.dll',
'setupapi.dll',
+ 'pdh.dll',
],
'AdditionalDependencies': [
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'pdh.lib',
],
},
},
@@ -577,6 +581,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',
@@ -1152,11 +1157,13 @@
'cfgmgr32.dll',
'powrprof.dll',
'setupapi.dll',
+ 'pdh.dll',
],
'AdditionalDependencies': [
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'pdh.lib',
],
},
},
@@ -1168,11 +1175,13 @@
'cfgmgr32.dll',
'powrprof.dll',
'setupapi.dll',
+ 'pdh.dll',
],
'AdditionalDependencies': [
'cfgmgr32.lib',
'powrprof.lib',
'setupapi.lib',
+ 'pdh.lib',
],
},
},
« 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