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

Unified Diff: base/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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/process/private_working_set_snapshot.h » ('J')
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 529cd16d52f10c347357f9fe3801db5b5742e2d6..6fd547c4ce4fb20b5ba853787e7c9eb2b4119561 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -754,6 +754,7 @@ component("base") {
"netapi32.lib",
"powrprof.lib",
"setupapi.lib",
+ "pdh.lib",
]
all_dependent_configs = [ ":base_win_linker_flags" ]
} else if (!is_nacl) {
@@ -1253,6 +1254,7 @@ test("base_unittests") {
"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 | « no previous file | base/base.gyp » ('j') | base/process/private_working_set_snapshot.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698