Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index 06751cc364a998aadd0893d4726020cb4e2b3b65..5658608397ecf88df7569258475ca2a774cb40ed 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -1170,18 +1170,6 @@ |
'../../src/compiler/x64/linkage-x64.cc', |
], |
}], |
- ['OS=="linux"', { |
- 'link_settings': { |
- 'conditions': [ |
- ['v8_compress_startup_data=="bz2"', { |
- 'libraries': [ |
- '-lbz2', |
- ] |
- }], |
- ], |
- }, |
- } |
- ], |
['OS=="win"', { |
'variables': { |
'gyp_generators': '<!(echo $GYP_GENERATORS)', |
@@ -1653,7 +1641,6 @@ |
'../../tools/js2c.py', |
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc', |
'CORE', |
- '<(v8_compress_startup_data)', |
'<@(library_files)', |
'<@(i18n_library_files)', |
], |
@@ -1680,7 +1667,6 @@ |
'../../tools/js2c.py', |
'<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', |
'EXPERIMENTAL', |
- '<(v8_compress_startup_data)', |
'<@(experimental_library_files)' |
], |
'conditions': [ |
@@ -1744,11 +1730,6 @@ |
}, { |
'toolsets': ['target'], |
}], |
- ['v8_compress_startup_data=="bz2"', { |
- 'libraries': [ |
- '-lbz2', |
- ] |
- }], |
], |
}, |
], |