| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index 8f4a16019bcff4e84db55c5de5c763590bdd59a3..921c1a4248cc67ea822ee94125a3d8207cb1d44a 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -47,6 +47,7 @@
|
| 'gay-fixed.cc',
|
| 'gay-precision.cc',
|
| 'gay-shortest.cc',
|
| + 'print-extension.cc',
|
| 'profiler-extension.cc',
|
| 'test-accessors.cc',
|
| 'test-alloc.cc',
|
| @@ -115,7 +116,8 @@
|
| 'test-version.cc',
|
| 'test-weakmaps.cc',
|
| 'test-weaksets.cc',
|
| - 'test-weaktypedarrays.cc'
|
| + 'test-weaktypedarrays.cc',
|
| + 'trace-extension.cc'
|
| ],
|
| 'conditions': [
|
| ['v8_target_arch=="ia32"', {
|
|
|