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

Unified Diff: base/BUILD.gn

Issue 2956683002: chrome://profiler infrastructure uses base time types. (Closed)
Patch Set: Address nit. Created 3 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/debug/task_annotator.cc » ('j') | no next file with comments »
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 91a18fa2a5188f1fb4cec5a13acfb3afa1dab902..98f456a1b8103ec42107e8c9f839b781d9d9c225 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -703,8 +703,6 @@ component("base") {
"profiler/scoped_tracker.h",
"profiler/stack_sampling_profiler.cc",
"profiler/stack_sampling_profiler.h",
- "profiler/tracked_time.cc",
- "profiler/tracked_time.h",
"rand_util.cc",
"rand_util.h",
"rand_util_nacl.cc",
@@ -2145,7 +2143,6 @@ test("base_unittests") {
"process/process_unittest.cc",
"process/process_util_unittest.cc",
"profiler/stack_sampling_profiler_unittest.cc",
- "profiler/tracked_time_unittest.cc",
"rand_util_unittest.cc",
"run_loop_unittest.cc",
"scoped_clear_errno_unittest.cc",
« no previous file with comments | « no previous file | base/debug/task_annotator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698