Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 10164) |
| +++ build/common.gypi (working copy) |
| @@ -81,6 +81,7 @@ |
| 'host_os%': '<(OS)', |
| 'v8_use_liveobjectlist%': 'false', |
| 'werror%': '-Werror', |
| + 'v8_postmortem_support': 'false', |
|
Vyacheslav Egorov (Chromium)
2012/01/17 18:14:58
should not it use % at the end of the name?
http:
|
| # For a shared library build, results in "libv8-<(soname_version).so". |
| 'soname_version%': '', |