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

Unified Diff: base/BUILD.gn

Issue 2956683002: chrome://profiler infrastructure uses base time types. (Closed)
Patch Set: Fix test 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') | base/profiler/tracked_time.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 1a3174bb853c1d886358c0ba6fdb85ed0af8bef1..5c2c41c19cdea44eddeedfa2fe3f7df9fee82471 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -701,8 +701,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",
@@ -2140,7 +2138,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') | base/profiler/tracked_time.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698