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

Side by Side Diff: chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp

Issue 2716005: Modify bsdiff 4.3 to goobsdiff, which is appropriate for use as the Mac binary differ/patcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # Copyright (c) 2010 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.
4
5 {
6 'target_defaults': {
7 'type': 'executable',
8 'link_settings': {
9 'libraries': [
10 '$(SDKROOT)/usr/lib/libbz2.dylib',
11 '$(SDKROOT)/usr/lib/libz.dylib',
12 '$(SDKROOT)/usr/lib/libcrypto.dylib',
13 ],
14 },
15 },
16 'targets': [
17 {
18 'target_name': 'goobsdiff',
19 'sources': [
20 'goobsdiff.c',
21 ],
22 },
23 {
24 'target_name': 'goobspatch',
25 'sources': [
26 'goobspatch.c',
27 ],
28 },
29 ],
30 }
31
32 # Local Variables:
33 # tab-width:2
34 # indent-tabs-mode:nil
35 # End:
36 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/installer/mac/third_party/bsdiff/goobsdiff.c ('k') | chrome/installer/mac/third_party/bsdiff/goobspatch.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698