| 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",
|
|
|