Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 57bc8af94c5145b30c07aaad4ebb8b2e55c05a66..24f2e7a74f44e16907330197d9d0b8aaaeb49994 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -100,6 +100,9 @@ |
'msan%': '<(msan)', |
'tsan%': '<(tsan)', |
+ # Add a simple extra solely for the purpose of the cctests |
+ 'v8_extra_library_files': ['../test/cctest/test-extra.js'], |
+ |
# .gyp files or targets should set v8_code to 1 if they build V8 specific |
# code, as opposed to external code. This variable is used to control such |
# things as the set of warnings to enable, and whether warnings are treated |