Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: gears/SConscript.libbreakpad_osx

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gears/SConscript.installers ('k') | gears/SConscript.libgd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gears/SConscript.libbreakpad_osx
diff --git a/gears/SConscript.libbreakpad_osx b/gears/SConscript.libbreakpad_osx
deleted file mode 100644
index ced4bd82dc444b3efd7f5fc57886cd4795dec291..0000000000000000000000000000000000000000
--- a/gears/SConscript.libbreakpad_osx
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.GearsStaticLibrary('breakpad_osx-gears', input_files)
« no previous file with comments | « gears/SConscript.installers ('k') | gears/SConscript.libgd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698