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: SOURCES += [ michael@0: '../google-breakpad/src/common/windows/http_upload.cc', michael@0: ] michael@0: michael@0: LIBRARY_NAME = 'google_breakpad_libxul_s' michael@0: michael@0: FINAL_LIBRARY = 'xulapp_s' michael@0: michael@0: for var in ('UNICODE', 'UNICODE_', 'BREAKPAD_NO_TERMINATE_THREAD', 'NOMINMAX'): michael@0: DEFINES[var] = True michael@0: michael@0: LOCAL_INCLUDES += [ michael@0: '/toolkit/crashreporter/google-breakpad/src', michael@0: ] michael@0: michael@0: include('/toolkit/crashreporter/google-breakpad/src/common/windows/objs.mozbuild') michael@0: include('/toolkit/crashreporter/google-breakpad/src/client/windows/handler/objs.mozbuild') michael@0: include('/toolkit/crashreporter/google-breakpad/src/client/windows/sender/objs.mozbuild') michael@0: include('/toolkit/crashreporter/google-breakpad/src/client/windows/crash_generation/objs.mozbuild') michael@0: michael@0: SOURCES += objs_common michael@0: SOURCES += objs_crash_generation michael@0: SOURCES += objs_handler michael@0: SOURCES += objs_sender michael@0: michael@0: DISABLE_STL_WRAPPING = True