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

Unified Diff: chrome/test/BUILD.gn

Issue 2964543002: TaskManager: use an unordered_map for tracking network usage (Closed)
Patch Set: fixed nits from lgtm Created 3 years, 5 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 | « chrome/browser/task_manager/task_manager_interface.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 29840ec26d1fe9e708edc6b7b56bfbc968996646..7ec2075118823f45f0e29ea2dd6c83f6b8f7b683 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3612,6 +3612,7 @@ test("unit_tests") {
"../browser/task_manager/sampling/shared_sampler_win_unittest.cc",
"../browser/task_manager/sampling/task_group_unittest.cc",
"../browser/task_manager/sampling/task_manager_impl_unittest.cc",
+ "../browser/task_manager/sampling/task_manager_io_thread_helper_unittest.cc",
"../browser/task_manager/task_manager_observer_unittest.cc",
"../browser/task_manager/test_task_manager.cc",
"../browser/task_manager/test_task_manager.h",
« no previous file with comments | « chrome/browser/task_manager/task_manager_interface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698