| Index: test/cctest/cctest.gyp
|
| ===================================================================
|
| --- test/cctest/cctest.gyp (revision 9531)
|
| +++ test/cctest/cctest.gyp (working copy)
|
| @@ -91,7 +91,8 @@
|
| 'test-threads.cc',
|
| 'test-unbound-queue.cc',
|
| 'test-utils.cc',
|
| - 'test-version.cc'
|
| + 'test-version.cc',
|
| + 'test-weakmaps.cc'
|
| ],
|
| 'conditions': [
|
| ['v8_target_arch=="ia32"', {
|
| @@ -134,6 +135,12 @@
|
| 'sources': [
|
| 'test-platform-win32.cc',
|
| ],
|
| + 'msvs_settings': {
|
| + 'VCCLCompilerTool': {
|
| + # MSVS wants this for gay-{precision,shortest}.cc.
|
| + 'AdditionalOptions': ['/bigobj'],
|
| + },
|
| + },
|
| }],
|
| ['component=="shared_library"', {
|
| # cctest can't be built against a shared library, so we need to
|
|
|