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

Unified Diff: third_party/bzip2/bzip2.gyp

Issue 300013: Add yasm and ffmpeg into the build tree for linux. (Closed)
Patch Set: Fix mark's comments. Created 11 years, 2 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 | « media/base/media_posix.cc ('k') | third_party/ffmpeg/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/bzip2/bzip2.gyp
diff --git a/third_party/bzip2/bzip2.gyp b/third_party/bzip2/bzip2.gyp
index d0f5dd609ca70f9b70e8f3290defd31c58ae961d..8bf3b316f7d483363ea01a18e112ff71842996de 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',
}],
],
},
« no previous file with comments | « media/base/media_posix.cc ('k') | third_party/ffmpeg/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698