Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 7c967206734d779b3caef80833bb91392a61f6f9..d2d14ebcd645b142fd815ea3d5a83ba01607cbf5 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 |