| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index e22260888bdd95e889a3d82661e5b659defe3a0b..efbe947acef4ac10076dc60feadd0a9608264a21 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -110,6 +110,9 @@
|
| 'use_goma%': 0,
|
| 'gomadir%': '',
|
|
|
| + # Check if valgrind directories are present.
|
| + 'has_valgrind%': '<!pymod_do_main(has_valgrind)',
|
| +
|
| 'conditions': [
|
| # Set default gomadir.
|
| ['OS=="win"', {
|
| @@ -166,6 +169,7 @@
|
| 'test_isolation_mode%': '<(test_isolation_mode)',
|
| 'fastbuild%': '<(fastbuild)',
|
| 'coverage%': '<(coverage)',
|
| + 'has_valgrind%': '<(has_valgrind)',
|
|
|
| # Add a simple extras solely for the purpose of the cctests
|
| 'v8_extra_library_files': ['../test/cctest/test-extra.js'],
|
|
|