1 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
9 "asan_invalid_access.cc",
10 "asan_invalid_access.h",
17 "dump_without_crashing.cc",
18 "dump_without_crashing.h",
19 "gdi_debug_util_win.cc",
20 "gdi_debug_util_win.h",
22 # This file depends on files from the "allocator" target,
23 # but this target does not depend on "allocator" (see
24 # allocator.gyp for details).
33 "stack_trace_android.cc",
34 "stack_trace_posix.cc",
41 # Android uses some Linux sources, put those back.
42 set_sources_assignment_filter([])
43 sources += [ "proc_maps_linux.cc" ]
44 set_sources_assignment_filter(sources_assignment_filter)
46 sources -= [ "stack_trace_posix.cc" ]
54 "stack_trace_posix.cc",
58 configs += [ "//base:base_implementation" ]
66 defines = [ "USE_SYMBOLIZE" ]
67 deps += [ "//base/third_party/symbolize" ]
70 allow_circular_includes_from = [
75 visibility = [ "//base/*" ]