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