summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/profiler/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/profiler/BUILD.gn')
-rw-r--r--chromium/chrome/common/profiler/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/chrome/common/profiler/BUILD.gn b/chromium/chrome/common/profiler/BUILD.gn
index 75e1bc8551a..c8a14a333dd 100644
--- a/chromium/chrome/common/profiler/BUILD.gn
+++ b/chromium/chrome/common/profiler/BUILD.gn
@@ -7,18 +7,20 @@ import("//extensions/buildflags/buildflags.gni")
source_set("profiler") {
public = [
"main_thread_stack_sampling_profiler.h",
+ "process_type.h",
"thread_profiler.h",
"thread_profiler_configuration.h",
+ "unwind_util.h",
]
sources = [
"main_thread_stack_sampling_profiler.cc",
"process_type.cc",
- "process_type.h",
"thread_profiler.cc",
"thread_profiler_configuration.cc",
"thread_profiler_platform_configuration.cc",
"thread_profiler_platform_configuration.h",
+ "unwind_util.cc",
]
deps = [
@@ -53,6 +55,7 @@ source_set("unit_tests") {
"process_type_unittest.cc",
"thread_profiler_platform_configuration_unittest.cc",
"thread_profiler_unittest.cc",
+ "unwind_util_unittest.cc",
]
deps = [