| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index bf06bfa20fee0d2fdc92d72ebbb049c847fd47a7..58c7acc8d8c2cb209de131e8ebda6a74ab6d9c7f 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -144,8 +144,9 @@
|
| 'cfi_vptr%': '<(cfi_vptr)',
|
| 'cfi_diag%': '<(cfi_diag)',
|
|
|
| - # Add a simple extra solely for the purpose of the cctests
|
| + # Add a simple extras solely for the purpose of the cctests
|
| 'v8_extra_library_files': ['../test/cctest/test-extra.js'],
|
| + 'v8_experimental_extra_library_files': ['../test/cctest/test-experimental-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
|
|
|