Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 9b32608178f0c744dd52c484506369ed33cc131c..4e896e019a8579210cc544fa63e691575746c71a 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -72,6 +72,9 @@ |
| 'v8_use_snapshot%': 'true', |
| 'host_os%': '<(OS)', |
| 'v8_use_liveobjectlist%': 'false', |
| + |
| + # For a shared library build, results in "libv8-<(soname_version).so". |
| + 'soname_version%': '', |
| }, |
| 'target_defaults': { |
| 'conditions': [ |