summaryrefslogtreecommitdiffstats
path: root/third_party/bzip2/bzip2.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bzip2/bzip2.gyp')
-rw-r--r--third_party/bzip2/bzip2.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bzip2/bzip2.gyp b/third_party/bzip2/bzip2.gyp
index d0f5dd6..8bf3b31 100644
--- a/third_party/bzip2/bzip2.gyp
+++ b/third_party/bzip2/bzip2.gyp
@@ -34,7 +34,7 @@
['OS=="win"', {
'product_name': 'libbzip2',
}, { # else: OS!="win"
- 'product_name': 'bz2',
+ 'product_name': 'chrome_bz2',
}],
],
},