summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp')
-rw-r--r--chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp b/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp
index 7fe95f8..2fd0c0b 100644
--- a/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp
+++ b/chrome/installer/mac/third_party/bsdiff/goobsdiff.gyp
@@ -16,12 +16,18 @@
'targets': [
{
'target_name': 'goobsdiff',
+ 'dependencies': [
+ '../xz/xz.gyp:lzma',
+ ],
'sources': [
'goobsdiff.c',
],
},
{
'target_name': 'goobspatch',
+ 'dependencies': [
+ '../xz/xz.gyp:lzma_decompress',
+ ],
'sources': [
'goobspatch.c',
],