diff options
Diffstat (limited to 'chromium/chrome/android/features/stack_unwinder')
-rw-r--r-- | chromium/chrome/android/features/stack_unwinder/public/BUILD.gn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chromium/chrome/android/features/stack_unwinder/public/BUILD.gn b/chromium/chrome/android/features/stack_unwinder/public/BUILD.gn index 5710847a845..3c2cf113950 100644 --- a/chromium/chrome/android/features/stack_unwinder/public/BUILD.gn +++ b/chromium/chrome/android/features/stack_unwinder/public/BUILD.gn @@ -2,6 +2,10 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -source_set("memory_regions_map") { - public = [ "memory_regions_map.h" ] +source_set("native") { + public = [ + "function_types.h", + "memory_regions_map.h", + ] + sources = [ "memory_regions_map.cc" ] } |