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

Unified Diff: third_party/bzip2/bzip2.gyp

Issue 484003: Revert 34195 - Make sure the 'use_system_*' variables are actually visible in... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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 | « build/linux/system.gyp ('k') | third_party/libjpeg/libjpeg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/bzip2/bzip2.gyp
===================================================================
--- third_party/bzip2/bzip2.gyp (revision 34212)
+++ third_party/bzip2/bzip2.gyp (working copy)
@@ -4,14 +4,7 @@
{
'variables': {
- 'conditions': [
- [ 'OS=="linux"', {
- # Link to system .so since we already use it due to GTK.
- 'use_system_bzip2%': 1,
- }, { # OS!="linux"
- 'use_system_bzip2%': 0,
- }],
- ],
+ 'use_system_bzip2%': 0,
},
'conditions': [
['use_system_bzip2==0', {
« no previous file with comments | « build/linux/system.gyp ('k') | third_party/libjpeg/libjpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698