1 # Copyright (c) 2011 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.
12 '$(SDKROOT)/usr/lib/libbz2.dylib',
13 '$(SDKROOT)/usr/lib/libz.dylib',
19 # Use -Os to minimize the size of the installer tools.
20 'GCC_OPTIMIZATION_LEVEL': 's',
27 # Because size is a concern, don't link against all of base. Instead,
28 # just bring in a copy of the one component that's needed, along with
29 # the adapter that allows it to be called from C (not C++) code.
30 'target_name': 'goobsdiff_sha1_adapter',
31 'type': 'static_library',
33 '../../../../../base/sha1_portable.cc',
39 'target_name': 'goobsdiff',
42 'goobsdiff_sha1_adapter',
51 'target_name': 'goobspatch',
54 'goobsdiff_sha1_adapter',
55 '../xz/xz.gyp:lzma_decompress',