| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index 5657bf635115cffdc0ec66379299e2fc66ed0dbc..fdde48bdb19a668cb42c059d41ec03c0a5d760af 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -47,6 +47,7 @@
|
| 'gay-fixed.cc',
|
| 'gay-precision.cc',
|
| 'gay-shortest.cc',
|
| + 'profiler-extension.cc',
|
| 'test-accessors.cc',
|
| 'test-alloc.cc',
|
| 'test-api.cc',
|
| @@ -80,6 +81,8 @@
|
| 'test-hashmap.cc',
|
| 'test-heap.cc',
|
| 'test-heap-profiler.cc',
|
| + 'test-libplatform-task-queue.cc',
|
| + 'test-libplatform-worker-thread.cc',
|
| 'test-list.cc',
|
| 'test-liveedit.cc',
|
| 'test-lockers.cc',
|
| @@ -162,7 +165,7 @@
|
| 'test-macro-assembler-mips.cc'
|
| ],
|
| }],
|
| - [ 'OS=="linux"', {
|
| + [ 'OS=="linux" or OS=="qnx"', {
|
| 'sources': [
|
| 'test-platform-linux.cc',
|
| ],
|
|
|