michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: UNIFIED_SOURCES += [ michael@0: 'basic_code_modules.cc', michael@0: 'basic_source_line_resolver.cc', michael@0: 'call_stack.cc', michael@0: 'cfi_frame_info.cc', michael@0: 'minidump.cc', michael@0: 'source_line_resolver_base.cc', michael@0: 'stack_frame_symbolizer.cc', michael@0: 'stackwalker.cc', michael@0: 'stackwalker_amd64.cc', michael@0: 'stackwalker_arm.cc', michael@0: 'stackwalker_ppc.cc', michael@0: 'stackwalker_sparc.cc', michael@0: 'stackwalker_x86.cc', michael@0: 'tokenize.cc', michael@0: ] michael@0: michael@0: FINAL_LIBRARY = 'xulapp_s' michael@0: michael@0: LOCAL_INCLUDES += [ michael@0: '..', michael@0: '../..', michael@0: ] michael@0: