summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorHidehiko Abe <hidehiko@google.com>2018-03-20 05:07:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-20 05:07:43 +0000
commit026f42b9b0be91cab925c28b01b5271e17d1e7f5 (patch)
tree0425e2523ce7f86610ca9b3f09e9c8f735886984 /Android.bp
parentf6c5bec42b570e697e4aa475904edeaac24af5ad (diff)
parentd7e7f68f7b706658ab8c251f5dbcf352c1755330 (diff)
downloadlibchrome-026f42b9b0be91cab925c28b01b5271e17d1e7f5.tar.gz
Introduce stack_trace_android.cc.
am: d7e7f68f7b Change-Id: Ic1bf9135ec0cfe6bd40e64e972abc6506f59ff68
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index ac00435be8..c2a3ec056c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -92,9 +92,9 @@ libchromeCommonSrc = [
"base/debug/debugger.cc",
"base/debug/debugger_posix.cc",
"base/debug/dump_without_crashing.cc",
+ "base/debug/proc_maps_linux.cc",
"base/debug/profiler.cc",
"base/debug/stack_trace.cc",
- "base/debug/stack_trace_posix.cc",
"base/debug/task_annotator.cc",
"base/environment.cc",
"base/feature_list.cc",
@@ -296,10 +296,12 @@ libchromeLinuxSrc = [
libchromeLinuxGlibcSrc = [
"base/allocator/allocator_shim.cc",
- "base/allocator/allocator_shim_default_dispatch_to_glibc.cc"
+ "base/allocator/allocator_shim_default_dispatch_to_glibc.cc",
+ "base/debug/stack_trace_posix.cc",
]
libchromeAndroidSrc = [
+ "base/debug/stack_trace_android.cc",
"base/memory/shared_memory_android.cc",
"base/sys_info_chromeos.cc",
]