From b0faad6b7aa2597115c07ca6fc3d6273c3c18191 Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Tue, 21 Oct 2008 23:59:03 +0000 Subject: First cut at compiling Gears for Safari. This contains the file list and correct compilation flags for the files. This doesn't yet link, but is only missing one custom builder. Review URL: http://codereview.chromium.org/8041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3707 0039d316-1c4b-4281-b951-d872f2087c98 --- gears/SConscript.libbreakpad_osx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 gears/SConscript.libbreakpad_osx (limited to 'gears/SConscript.libbreakpad_osx') diff --git a/gears/SConscript.libbreakpad_osx b/gears/SConscript.libbreakpad_osx new file mode 100644 index 0000000..7a8bff4 --- /dev/null +++ b/gears/SConscript.libbreakpad_osx @@ -0,0 +1,27 @@ +# Copyright (c) 2008 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +Import('env') + +env = env.Clone( +) + +env.Append( +) + +input_files = [ + '$THIRD_PARTY_DIR/breakpad_osx/src/client/mac/handler/dynamic_images.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/client/mac/handler/exception_handler.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/common/mac/file_id.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/common/mac/macho_id.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/common/mac/macho_utilities.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/common/mac/macho_walker.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/client/minidump_file_writer.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/client/mac/handler/minidump_generator.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/client/mac/handler/protected_memory_allocator.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/common/string_conversion.cc', + '$THIRD_PARTY_DIR/breakpad_osx/src/common/mac/string_utilities.cc', +] + +env.ChromeStaticLibrary('breakpad_osx-gears', input_files) -- cgit v1.1