| Index: test/unittests/unittests.gyp
|
| diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
|
| index 6a4ceb2fca21ba236e117fd2f81b06d410c941a1..dd812b7a14abdd874f6c6b9c0ecf3ec11567bf61 100644
|
| --- a/test/unittests/unittests.gyp
|
| +++ b/test/unittests/unittests.gyp
|
| @@ -45,10 +45,13 @@
|
| 'compiler/graph-unittest.h',
|
| 'compiler/instruction-selector-unittest.cc',
|
| 'compiler/instruction-selector-unittest.h',
|
| + 'compiler/instruction-sequence-unittest.cc',
|
| + 'compiler/instruction-sequence-unittest.h',
|
| 'compiler/js-builtin-reducer-unittest.cc',
|
| 'compiler/js-operator-unittest.cc',
|
| 'compiler/js-typed-lowering-unittest.cc',
|
| 'compiler/machine-operator-reducer-unittest.cc',
|
| + 'compiler/move-optimizer-unittest.cc',
|
| 'compiler/node-matchers-unittest.cc',
|
| 'compiler/node-test-utils.cc',
|
| 'compiler/node-test-utils.h',
|
|
|