| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 402b19a917ebd658990153ec75c611f0f8142adc..63f995b24c2f173cf14c428adc084d478133209c 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -507,6 +507,10 @@ component("base") {
|
| "profiler/scoped_profile.h",
|
| "profiler/scoped_tracker.cc",
|
| "profiler/scoped_tracker.h",
|
| + "profiler/stack_sampling_profiler.cc",
|
| + "profiler/stack_sampling_profiler.h",
|
| + "profiler/stack_sampling_profiler_posix.cc",
|
| + "profiler/stack_sampling_profiler_win.cc",
|
| "profiler/tracked_time.cc",
|
| "profiler/tracked_time.h",
|
| "rand_util.cc",
|
| @@ -1326,6 +1330,7 @@ test("base_unittests") {
|
| "process/process_unittest.cc",
|
| "process/process_util_unittest.cc",
|
| "process/process_util_unittest_ios.cc",
|
| + "profiler/stack_sampling_profiler_unittest.cc",
|
| "profiler/tracked_time_unittest.cc",
|
| "rand_util_unittest.cc",
|
| "scoped_clear_errno_unittest.cc",
|
|
|